| Package | Description | 
|---|---|
| javax.faces.flow.builder | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.condition(String expression)
Set the if in the previously created switch case.  | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.condition(ValueExpression expression)
Set the if in the previously created switch case.  | 
abstract SwitchCaseBuilder | 
SwitchBuilder.defaultOutcome(String outcome)
Set the default outcome of the current switch.  | 
abstract SwitchCaseBuilder | 
SwitchBuilder.defaultOutcome(ValueExpression outcome)
Set the default outcome of the current switch.  | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.fromOutcome(String outcome)
Set the outcome in the previously created switch case.  | 
abstract SwitchCaseBuilder | 
SwitchCaseBuilder.switchCase()
Create a new case in the current switch.  | 
abstract SwitchCaseBuilder | 
SwitchBuilder.switchCase()
Create a switch case in the current switch.  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.