|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.flow.builder.NavigationCaseBuilder
public abstract class NavigationCaseBuilder
Create a navigation case in the current Flow
.
Nested Class Summary | |
---|---|
class |
NavigationCaseBuilder.RedirectBuilder
Allows populating the redirect with parameters and setting the includeViewParams option. |
Constructor Summary | |
---|---|
NavigationCaseBuilder()
|
Method Summary | |
---|---|
abstract NavigationCaseBuilder |
condition(String condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
condition(javax.el.ValueExpression condition)
Set the if of the current navigation case. |
abstract NavigationCaseBuilder |
fromAction(String fromAction)
Set the from-action of the current navigation case. |
abstract NavigationCaseBuilder |
fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case. |
abstract NavigationCaseBuilder |
fromViewId(String fromViewId)
Set the from-view-id of the current navigation case. |
abstract NavigationCaseBuilder.RedirectBuilder |
redirect()
Create a redirect within this navigation case. |
abstract NavigationCaseBuilder |
toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case. |
abstract NavigationCaseBuilder |
toViewId(String toViewId)
Set the to-view-id of the current navigation case. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NavigationCaseBuilder()
Method Detail |
---|
public abstract NavigationCaseBuilder fromViewId(String fromViewId)
Set the from-view-id of the current navigation case.
fromViewId
- the from-view-id
NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder fromAction(String fromAction)
Set the from-action of the current navigation case.
fromAction
- the from-action
NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder fromOutcome(String fromOutcome)
Set the from-outcome of the current navigation case.
fromOutcome
- the from-outcome
NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder toViewId(String toViewId)
Set the to-view-id of the current navigation case.
toViewId
- the to-view-id
NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder toFlowDocumentId(String toFlowDocumentId)
Set the to-flow-document-id of the current navigation case.
toFlowDocumentId
- the to-flow-document-id
NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder condition(String condition)
Set the if of the current navigation case.
condition
- the NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder condition(javax.el.ValueExpression condition)
Set the if of the current navigation case.
condition
- the NullPointerException
- if any of the parameters are null
public abstract NavigationCaseBuilder.RedirectBuilder redirect()
Create a redirect within this navigation case.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |