Package | Description |
---|---|
javax.faces.flow.builder |
Classes for declaring a Faces Flow. |
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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.