Class AbstractActionModel
java.lang.Object
org.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.AbstractActionModel
- All Implemented Interfaces:
Model
- Direct Known Subclasses:
EvaluateModel
,RenderModel
,SetModel
Model support for actions.
- Author:
- Scott Andrews
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
fillCopy
(AbstractActionModel copy) boolean
isMergeableWith
(Model model) Actions are not mergeablevoid
Actions are not mergeablevoid
setAttributes
(LinkedList<AttributeModel> attributes) 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
Methods inherited from interface org.springframework.webflow.engine.model.Model
createCopy
-
Constructor Details
-
AbstractActionModel
public AbstractActionModel()
-
-
Method Details
-
isMergeableWith
Actions are not mergeable- Parameters:
model
- the model to test- Returns:
- true if able to merge
-
merge
Actions are not mergeable- Parameters:
model
- the render action to merge into this render
-
fillCopy
-
getAttributes
- Returns:
- the attributes
-
setAttributes
- Parameters:
attributes
- the attributes to set
-