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.NavigationCaseBuilder
Set the to-flow-document-id of the current navigation case.
toFlowDocumentId
in class javax.faces.flow.builder.NavigationCaseBuilder
toFlowDocumentId
- the to-flow-document-idpublic javax.faces.flow.builder.NavigationCaseBuilder fromAction(String fromAction)
javax.faces.flow.builder.NavigationCaseBuilder
Set the from-action of the current navigation case.
fromAction
in class javax.faces.flow.builder.NavigationCaseBuilder
fromAction
- the from-actionpublic javax.faces.flow.builder.NavigationCaseBuilder fromOutcome(String fromOutcome)
javax.faces.flow.builder.NavigationCaseBuilder
Set the from-outcome of the current navigation case.
fromOutcome
in class javax.faces.flow.builder.NavigationCaseBuilder
fromOutcome
- the from-outcomepublic javax.faces.flow.builder.NavigationCaseBuilder fromViewId(String fromViewId)
javax.faces.flow.builder.NavigationCaseBuilder
Set the from-view-id of the current navigation case.
fromViewId
in class javax.faces.flow.builder.NavigationCaseBuilder
fromViewId
- the from-view-idpublic javax.faces.flow.builder.NavigationCaseBuilder toViewId(String toViewId)
javax.faces.flow.builder.NavigationCaseBuilder
Set the to-view-id of the current navigation case.
toViewId
in class javax.faces.flow.builder.NavigationCaseBuilder
toViewId
- the to-view-idpublic javax.faces.flow.builder.NavigationCaseBuilder condition(String condition)
javax.faces.flow.builder.NavigationCaseBuilder
Set the if of the current navigation case.
condition
in class javax.faces.flow.builder.NavigationCaseBuilder
condition
- the <if>public javax.faces.flow.builder.NavigationCaseBuilder condition(javax.el.ValueExpression condition)
javax.faces.flow.builder.NavigationCaseBuilder
Set the if of the current navigation case.
condition
in class javax.faces.flow.builder.NavigationCaseBuilder
condition
- the <if>public javax.faces.flow.builder.NavigationCaseBuilder.RedirectBuilder redirect()
javax.faces.flow.builder.NavigationCaseBuilder
Create a redirect within this navigation case.
redirect
in class javax.faces.flow.builder.NavigationCaseBuilder
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.