public abstract class SwitchCase extends Object
Represents a case within a switch node in the flow graph. See SwitchNode.
| Constructor and Description |
|---|
SwitchCase() |
| Modifier and Type | Method and Description |
|---|---|
abstract Boolean |
getCondition(FacesContext context)
Return |
abstract String |
getFromOutcome()
Return the outcome to be used if |
public abstract String getFromOutcome()
Return the outcome to be used if getCondition(jakarta.faces.context.FacesContext) return true.
public abstract Boolean getCondition(FacesContext context)
Return true if this case should be taken, false otherwise.
context - the FacesContext for the current request.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.