|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.TransitionModel
public class TransitionModel
Model support for transitions.
A path from this state to another state triggered by an event. Transitions may execute one or more actions. All transition actions must execute successfully for the transition itself to complete. If no transition target is specified, the transition acts as a simple event handler and does not change the state of the flow.
Constructor Summary | |
---|---|
TransitionModel()
Create a transition model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
LinkedList |
getActions()
|
LinkedList |
getAttributes()
|
String |
getBind()
|
String |
getHistory()
|
String |
getOn()
|
String |
getOnException()
|
SecuredModel |
getSecured()
|
String |
getTo()
|
String |
getValidate()
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
void |
setActions(LinkedList actions)
|
void |
setAttributes(LinkedList attributes)
|
void |
setBind(String bind)
|
void |
setHistory(String history)
|
void |
setOn(String on)
|
void |
setOnException(String onException)
|
void |
setSecured(SecuredModel secured)
|
void |
setTo(String to)
|
void |
setValidate(String validate)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransitionModel()
Method Detail |
---|
public boolean isMergeableWith(Model model)
Model
model
- the model to compare
public void merge(Model model)
Model
model
- the model to merge withpublic Model createCopy()
Model
public String getOn()
public void setOn(String on)
on
- the on to setpublic String getOnException()
public void setOnException(String onException)
onException
- the on exception to setpublic String getTo()
public void setTo(String to)
to
- the to to setpublic String getBind()
public void setBind(String bind)
bind
- the bind to setpublic String getValidate()
public void setValidate(String validate)
validate
- the validate to setpublic String getHistory()
public void setHistory(String history)
history
- the history to setpublic LinkedList getAttributes()
public void setAttributes(LinkedList attributes)
attributes
- the attributes to setpublic SecuredModel getSecured()
public void setSecured(SecuredModel secured)
secured
- the secured to setpublic LinkedList getActions()
public void setActions(LinkedList actions)
actions
- the actions to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |