public class NavigationCaseBuilderImpl
extends jakarta.faces.flow.builder.NavigationCaseBuilder
| Constructor and Description |
|---|
NavigationCaseBuilderImpl(FlowBuilderImpl root) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.flow.builder.NavigationCaseBuilder |
condition(String condition)
Set the if of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
condition(jakarta.el.ValueExpression condition)
Set the if of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
fromAction(String fromAction)
Set the from-action of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
fromViewId(String fromViewId)
Set the from-view-id of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder |
redirect()
Create a redirect within this navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case. |
jakarta.faces.flow.builder.NavigationCaseBuilder |
toViewId(String toViewId)
Set the to-view-id of the current navigation case. |
public NavigationCaseBuilderImpl(FlowBuilderImpl root)
public jakarta.faces.flow.builder.NavigationCaseBuilder toFlowDocumentId(String toFlowDocumentId)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the to-flow-document-id of the current navigation case.
toFlowDocumentId in class jakarta.faces.flow.builder.NavigationCaseBuildertoFlowDocumentId - the to-flow-document-idpublic jakarta.faces.flow.builder.NavigationCaseBuilder fromAction(String fromAction)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the from-action of the current navigation case.
fromAction in class jakarta.faces.flow.builder.NavigationCaseBuilderfromAction - the from-actionpublic jakarta.faces.flow.builder.NavigationCaseBuilder fromOutcome(String fromOutcome)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the from-outcome of the current navigation case.
fromOutcome in class jakarta.faces.flow.builder.NavigationCaseBuilderfromOutcome - the from-outcomepublic jakarta.faces.flow.builder.NavigationCaseBuilder fromViewId(String fromViewId)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the from-view-id of the current navigation case.
fromViewId in class jakarta.faces.flow.builder.NavigationCaseBuilderfromViewId - the from-view-idpublic jakarta.faces.flow.builder.NavigationCaseBuilder toViewId(String toViewId)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the to-view-id of the current navigation case.
toViewId in class jakarta.faces.flow.builder.NavigationCaseBuildertoViewId - the to-view-idpublic jakarta.faces.flow.builder.NavigationCaseBuilder condition(String condition)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the if of the current navigation case.
condition in class jakarta.faces.flow.builder.NavigationCaseBuildercondition - the <if>public jakarta.faces.flow.builder.NavigationCaseBuilder condition(jakarta.el.ValueExpression condition)
jakarta.faces.flow.builder.NavigationCaseBuilderSet the if of the current navigation case.
condition in class jakarta.faces.flow.builder.NavigationCaseBuildercondition - the <if>public jakarta.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder redirect()
jakarta.faces.flow.builder.NavigationCaseBuilderCreate a redirect within this navigation case.
redirect in class jakarta.faces.flow.builder.NavigationCaseBuilderCopyright © 2010–2022 JBoss by Red Hat. All rights reserved.