|
|||||||||
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.EndStateModel
public class EndStateModel
Model support for end states.
Constructor Summary | |
---|---|
EndStateModel(String id)
Create an end state model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
String |
getCommit()
|
LinkedList |
getOutputs()
|
String |
getView()
|
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 |
setCommit(String commit)
|
void |
setOutputs(LinkedList outputs)
|
void |
setView(String view)
|
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 EndStateModel(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 String getView()
public void setView(String view)
view
- the view factory to setpublic String getCommit()
public void setCommit(String commit)
commit
- the commit to setpublic LinkedList getOutputs()
public void setOutputs(LinkedList outputs)
outputs
- the outputs to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |