|
|||||||||
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.DecisionStateModel
public class DecisionStateModel
Model support for decision states.
Constructor Summary | |
---|---|
DecisionStateModel(String id)
Create a decision state model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
LinkedList |
getIfs()
|
LinkedList |
getOnExitActions()
|
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 |
setIfs(LinkedList ifs)
|
void |
setOnExitActions(LinkedList onExitActions)
|
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 DecisionStateModel(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 getIfs()
public void setIfs(LinkedList ifs)
ifs
- the ifs to setpublic LinkedList getOnExitActions()
public void setOnExitActions(LinkedList onExitActions)
onExitActions
- the on exit actions to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |