|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.execution.FlowExecutionOutcome
public class FlowExecutionOutcome
An outcome returned by a flow execution when it ends.
| Constructor Summary | |
|---|---|
FlowExecutionOutcome(java.lang.String id,
AttributeMap<java.lang.Object> output)
Creates a new flow execution outcome |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Return the outcome identifier. |
AttributeMap<java.lang.Object> |
getOutput()
Returns the output returned by the flow execution. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlowExecutionOutcome(java.lang.String id,
AttributeMap<java.lang.Object> output)
id - the outcome idoutput - the output returned by the execution| Method Detail |
|---|
public java.lang.String getId()
public AttributeMap<java.lang.Object> getOutput()
public java.lang.String toString()
toString in class java.lang.Object
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||