|
|||||||||
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.AbstractStateModel
org.springframework.webflow.engine.model.AbstractTransitionableStateModel
org.springframework.webflow.engine.model.ActionStateModel
public class ActionStateModel
Model support for action states.
Constructor Summary | |
---|---|
ActionStateModel(String id)
Create an action state model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
LinkedList |
getActions()
|
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)
|
Methods inherited from class org.springframework.webflow.engine.model.AbstractTransitionableStateModel |
---|
getOnExitActions, getTransitions, setOnExitActions, setTransitions |
Methods inherited from class org.springframework.webflow.engine.model.AbstractStateModel |
---|
getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecured |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionStateModel(String id)
id
- the state identifierMethod 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 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 |