public class NavigationCaseBuilderImpl extends NavigationCaseBuilder
NavigationCaseBuilder.RedirectBuilder| Constructor and Description |
|---|
NavigationCaseBuilderImpl(FlowBuilderImpl root) |
| Modifier and Type | Method and Description |
|---|---|
NavigationCaseBuilder |
condition(String condition)
Set the if of the current navigation case. |
NavigationCaseBuilder |
condition(javax.el.ValueExpression condition)
Set the if of the current navigation case. |
NavigationCaseBuilder |
fromAction(String fromAction)
Set the from-action of the current navigation case. |
NavigationCaseBuilder |
fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case. |
NavigationCaseBuilder |
fromViewId(String fromViewId)
Set the from-view-id of the current navigation case. |
NavigationCaseBuilder.RedirectBuilder |
redirect()
Create a redirect within this navigation case. |
NavigationCaseBuilder |
toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case. |
NavigationCaseBuilder |
toViewId(String toViewId)
Set the to-view-id of the current navigation case. |
public NavigationCaseBuilderImpl(FlowBuilderImpl root)
public NavigationCaseBuilder toFlowDocumentId(String toFlowDocumentId)
NavigationCaseBuilderSet the to-flow-document-id of the current navigation case.
toFlowDocumentId in class NavigationCaseBuildertoFlowDocumentId - the to-flow-document-idpublic NavigationCaseBuilder fromAction(String fromAction)
NavigationCaseBuilderSet the from-action of the current navigation case.
fromAction in class NavigationCaseBuilderfromAction - the from-actionpublic NavigationCaseBuilder fromOutcome(String fromOutcome)
NavigationCaseBuilderSet the from-outcome of the current navigation case.
fromOutcome in class NavigationCaseBuilderfromOutcome - the from-outcomepublic NavigationCaseBuilder fromViewId(String fromViewId)
NavigationCaseBuilderSet the from-view-id of the current navigation case.
fromViewId in class NavigationCaseBuilderfromViewId - the from-view-idpublic NavigationCaseBuilder toViewId(String toViewId)
NavigationCaseBuilderSet the to-view-id of the current navigation case.
toViewId in class NavigationCaseBuildertoViewId - the to-view-idpublic NavigationCaseBuilder condition(String condition)
NavigationCaseBuilderSet the if of the current navigation case.
condition in class NavigationCaseBuildercondition - the <if>public NavigationCaseBuilder condition(javax.el.ValueExpression condition)
NavigationCaseBuilderSet the if of the current navigation case.
condition in class NavigationCaseBuildercondition - the <if>public NavigationCaseBuilder.RedirectBuilder redirect()
NavigationCaseBuilderCreate a redirect within this navigation case.
redirect in class NavigationCaseBuilderComments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.