|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StateDefinition
A step within a flow definition where behavior is executed.
States have identifiers that are local to their containing flow definitions. They may also be annotated with attributes.
| Method Summary | |
|---|---|
java.lang.String |
getId()
Returns this state's identifier, locally unique to is containing flow definition. |
FlowDefinition |
getOwner()
Returns the flow definition this state belongs to. |
boolean |
isViewState()
Returns true if this state is a view state. |
| Methods inherited from interface org.springframework.webflow.core.Annotated |
|---|
getAttributes, getCaption, getDescription |
| Method Detail |
|---|
FlowDefinition getOwner()
java.lang.String getId()
boolean isViewState()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||