|
|||||||||
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. |
Methods inherited from interface org.springframework.webflow.definition.Annotated |
---|
getAttributes, getCaption, getDescription |
Method Detail |
---|
FlowDefinition getOwner()
java.lang.String getId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |