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)
NavigationCaseBuilder
Set the to-flow-document-id of the current navigation case.
toFlowDocumentId
in class NavigationCaseBuilder
toFlowDocumentId
- the to-flow-document-idpublic NavigationCaseBuilder fromAction(String fromAction)
NavigationCaseBuilder
Set the from-action of the current navigation case.
fromAction
in class NavigationCaseBuilder
fromAction
- the from-actionpublic NavigationCaseBuilder fromOutcome(String fromOutcome)
NavigationCaseBuilder
Set the from-outcome of the current navigation case.
fromOutcome
in class NavigationCaseBuilder
fromOutcome
- the from-outcomepublic NavigationCaseBuilder fromViewId(String fromViewId)
NavigationCaseBuilder
Set the from-view-id of the current navigation case.
fromViewId
in class NavigationCaseBuilder
fromViewId
- the from-view-idpublic NavigationCaseBuilder toViewId(String toViewId)
NavigationCaseBuilder
Set the to-view-id of the current navigation case.
toViewId
in class NavigationCaseBuilder
toViewId
- the to-view-idpublic NavigationCaseBuilder condition(String condition)
NavigationCaseBuilder
Set the if of the current navigation case.
condition
in class NavigationCaseBuilder
condition
- the <if>public NavigationCaseBuilder condition(javax.el.ValueExpression condition)
NavigationCaseBuilder
Set the if of the current navigation case.
condition
in class NavigationCaseBuilder
condition
- the <if>public NavigationCaseBuilder.RedirectBuilder redirect()
NavigationCaseBuilder
Create a redirect within this navigation case.
redirect
in class NavigationCaseBuilder
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.