|
|||||||||
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.AbstractMappingModel
org.springframework.webflow.engine.model.OutputModel
public class OutputModel
Model support for output mappings.
Maps a single output attribute out of this flow or subflow.
Constructor Summary | |
---|---|
OutputModel(String name,
String value)
Create an output mapping model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
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 |
Methods inherited from class org.springframework.webflow.engine.model.AbstractMappingModel |
---|
getName, getRequired, getType, getValue, setName, setRequired, setType, setValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OutputModel(String name, String value)
name
- the name of the mapping variablevalue
- the value to mapMethod 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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |