public abstract class AbstractActionModel extends AbstractModel
Constructor and Description |
---|
AbstractActionModel() |
Modifier and Type | Method and Description |
---|---|
protected void |
fillCopy(AbstractActionModel copy) |
java.util.LinkedList |
getAttributes() |
boolean |
isMergeableWith(Model model)
Actions are not mergeable
|
void |
merge(Model model)
Actions are not mergeable
|
void |
setAttributes(java.util.LinkedList attributes) |
copy, copyList, merge, merge, merge, merge, merge
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createCopy
public boolean isMergeableWith(Model model)
model
- the model to testpublic void merge(Model model)
model
- the render action to merge into this renderprotected void fillCopy(AbstractActionModel copy)
public java.util.LinkedList getAttributes()
public void setAttributes(java.util.LinkedList attributes)
attributes
- the attributes to set