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
-
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:NavigationCaseBuilder
Set the to-flow-document-id of the current navigation case.
- Specified by:
toFlowDocumentId
in classNavigationCaseBuilder
- Parameters:
toFlowDocumentId
- the to-flow-document-id- Returns:
- the builder instance
-
fromAction
Description copied from class:NavigationCaseBuilder
Set the from-action of the current navigation case.
- Specified by:
fromAction
in classNavigationCaseBuilder
- Parameters:
fromAction
- the from-action- Returns:
- the builder instance
-
fromOutcome
Description copied from class:NavigationCaseBuilder
Set the from-outcome of the current navigation case.
- Specified by:
fromOutcome
in classNavigationCaseBuilder
- Parameters:
fromOutcome
- the from-outcome- Returns:
- the builder instance
-
fromViewId
Description copied from class:NavigationCaseBuilder
Set the from-view-id of the current navigation case.
- Specified by:
fromViewId
in classNavigationCaseBuilder
- Parameters:
fromViewId
- the from-view-id- Returns:
- the builder instance
-
toViewId
Description copied from class:NavigationCaseBuilder
Set the to-view-id of the current navigation case.
- Specified by:
toViewId
in classNavigationCaseBuilder
- Parameters:
toViewId
- the to-view-id- Returns:
- the builder instance
-
condition
Description copied from class:NavigationCaseBuilder
Set the if of the current navigation case.
- Specified by:
condition
in classNavigationCaseBuilder
- Parameters:
condition
- the <if>- Returns:
- the builder instance
-
condition
Description copied from class:NavigationCaseBuilder
Set the if of the current navigation case.
- Specified by:
condition
in classNavigationCaseBuilder
- Parameters:
condition
- the <if>- Returns:
- the builder instance
-
redirect
Description copied from class:NavigationCaseBuilder
Create a redirect within this navigation case.
- Specified by:
redirect
in classNavigationCaseBuilder
- Returns:
- the builder instance
-