java.lang.Object
jakarta.faces.flow.builder.NavigationCaseBuilder
com.sun.faces.flow.builder.NavigationCaseBuilderImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class jakarta.faces.flow.builder.NavigationCaseBuilder
NavigationCaseBuilder.RedirectBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncondition(ValueExpression condition) Set the if of the current navigation case.Set the if of the current navigation case.fromAction(String fromAction) Set the from-action of the current navigation case.fromOutcome(String fromOutcome) Set the from-outcome of the current navigation case.fromViewId(String fromViewId) Set the from-view-id of the current navigation case.redirect()Create a redirect within this navigation case.toFlowDocumentId(String toFlowDocumentId) Set the to-flow-document-id of the current navigation case.Set the to-view-id of the current navigation case.
-
Constructor Details
-
NavigationCaseBuilderImpl
-
-
Method Details
-
toFlowDocumentId
Description copied from class:NavigationCaseBuilderSet the to-flow-document-id of the current navigation case.
- Specified by:
toFlowDocumentIdin classNavigationCaseBuilder- Parameters:
toFlowDocumentId- the to-flow-document-id- Returns:
- the builder instance
-
fromAction
Description copied from class:NavigationCaseBuilderSet the from-action of the current navigation case.
- Specified by:
fromActionin classNavigationCaseBuilder- Parameters:
fromAction- the from-action- Returns:
- the builder instance
-
fromOutcome
Description copied from class:NavigationCaseBuilderSet the from-outcome of the current navigation case.
- Specified by:
fromOutcomein classNavigationCaseBuilder- Parameters:
fromOutcome- the from-outcome- Returns:
- the builder instance
-
fromViewId
Description copied from class:NavigationCaseBuilderSet the from-view-id of the current navigation case.
- Specified by:
fromViewIdin classNavigationCaseBuilder- Parameters:
fromViewId- the from-view-id- Returns:
- the builder instance
-
toViewId
Description copied from class:NavigationCaseBuilderSet the to-view-id of the current navigation case.
- Specified by:
toViewIdin classNavigationCaseBuilder- Parameters:
toViewId- the to-view-id- Returns:
- the builder instance
-
condition
Description copied from class:NavigationCaseBuilderSet the if of the current navigation case.
- Specified by:
conditionin classNavigationCaseBuilder- Parameters:
condition- the <if>- Returns:
- the builder instance
-
condition
Description copied from class:NavigationCaseBuilderSet the if of the current navigation case.
- Specified by:
conditionin classNavigationCaseBuilder- Parameters:
condition- the <if>- Returns:
- the builder instance
-
redirect
Description copied from class:NavigationCaseBuilderCreate a redirect within this navigation case.
- Specified by:
redirectin classNavigationCaseBuilder- Returns:
- the builder instance
-