|
Spring Web Flow | ||||||||
| 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(java.lang.String id)
Create an end state model |
|
| Method Summary | |
|---|---|
Model |
createCopy()
Create a deep copy of this model. |
java.lang.String |
getCommit()
|
java.util.LinkedList<OutputModel> |
getOutputs()
|
java.lang.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(java.lang.String commit)
|
void |
setOutputs(java.util.LinkedList<OutputModel> outputs)
|
void |
setView(java.lang.String view)
|
| Methods inherited from class org.springframework.webflow.engine.model.AbstractStateModel |
|---|
fillCopy, getAttributes, getExceptionHandlers, getId, getOnEntryActions, getParent, getSecured, setAttributes, setExceptionHandlers, setId, setOnEntryActions, setParent, setSecured |
| Methods inherited from class org.springframework.webflow.engine.model.AbstractModel |
|---|
copy, copyList, merge, merge, merge, merge, merge |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EndStateModel(java.lang.String id)
id - the state identifier| 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 java.lang.String getView()
public void setView(java.lang.String view)
view - the view factory to setpublic java.lang.String getCommit()
public void setCommit(java.lang.String commit)
commit - the commit to setpublic java.util.LinkedList<OutputModel> getOutputs()
public void setOutputs(java.util.LinkedList<OutputModel> outputs)
outputs - the outputs to set
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||