|
|||||||||
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.SubflowStateModel
public class SubflowStateModel
Model support for subflow states.
Constructor Summary | |
---|---|
SubflowStateModel(String id,
String subflow)
Create a subflow state model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
LinkedList |
getInputs()
|
LinkedList |
getOutputs()
|
String |
getSubflow()
|
String |
getSubflowAttributeMapper()
|
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 |
setInputs(LinkedList inputs)
|
void |
setOutputs(LinkedList outputs)
|
void |
setSubflow(String subflow)
|
void |
setSubflowAttributeMapper(String subflowAttributeMapper)
|
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 SubflowStateModel(String id, String subflow)
id
- the identifier of the statesubflow
- the identifier of the flow to launch as a subflowMethod 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 getSubflow()
public void setSubflow(String subflow)
subflow
- the subflow to setpublic String getSubflowAttributeMapper()
public void setSubflowAttributeMapper(String subflowAttributeMapper)
subflowAttributeMapper
- the subflow attribute mapper to setpublic LinkedList getInputs()
public void setInputs(LinkedList inputs)
inputs
- the input mappings to setpublic LinkedList getOutputs()
public void setOutputs(LinkedList outputs)
outputs
- the output mappings to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |