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