|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.flow.builder.ReturnBuilder
public abstract class ReturnBuilder
Create a return node in the current Flow
.
Constructor Summary | |
---|---|
ReturnBuilder()
|
Method Summary | |
---|---|
abstract ReturnBuilder |
fromOutcome(String outcome)
Set the outcome of the current return node. |
abstract ReturnBuilder |
fromOutcome(javax.el.ValueExpression outcome)
Set the outcome of the current return node. |
abstract ReturnBuilder |
markAsStartNode()
Mark this node as the start node in the flow. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReturnBuilder()
Method Detail |
---|
public abstract ReturnBuilder fromOutcome(String outcome)
Set the outcome of the current return node.
outcome
- A ValueExpression
String String
that will be the
outcome of the return.
NullPointerException
- if any of the parameters are null
public abstract ReturnBuilder fromOutcome(javax.el.ValueExpression outcome)
Set the outcome of the current return node.
outcome
- A ValueExpression
String
that will be the
outcome of the return.
NullPointerException
- if any of the parameters are null
public abstract ReturnBuilder markAsStartNode()
NodeBuilder
Mark this node as the start node in the flow. Any other node that had been marked as the start node will no longer be the start node.
markAsStartNode
in interface NodeBuilder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |