Uses of Class
javax.faces.flow.builder.NavigationCaseBuilder
-
Packages that use NavigationCaseBuilder Package Description javax.faces.flow.builder -
-
Uses of NavigationCaseBuilder in javax.faces.flow.builder
Methods in javax.faces.flow.builder that return NavigationCaseBuilder Modifier and Type Method Description abstract NavigationCaseBuilder
NavigationCaseBuilder. condition(String condition)
abstract NavigationCaseBuilder
NavigationCaseBuilder. condition(javax.el.ValueExpression condition)
abstract NavigationCaseBuilder
NavigationCaseBuilder. fromAction(String fromAction)
abstract NavigationCaseBuilder
NavigationCaseBuilder. fromOutcome(String fromOutcome)
abstract NavigationCaseBuilder
NavigationCaseBuilder. fromViewId(String fromViewId)
abstract NavigationCaseBuilder
FlowBuilder. navigationCase()
abstract NavigationCaseBuilder
NavigationCaseBuilder. toFlowDocumentId(String toFlowDocumentId)
abstract NavigationCaseBuilder
NavigationCaseBuilder. toViewId(String toViewId)
-