public abstract class AbstractActionModel extends AbstractModel
| Constructor and Description |
|---|
AbstractActionModel() |
| Modifier and Type | Method and Description |
|---|---|
LinkedList |
getAttributes() |
boolean |
isMergeableWith(Model model)
Actions are not mergeable
|
void |
merge(Model model)
Actions are not mergeable
|
void |
setAttributes(LinkedList attributes) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateCopypublic boolean isMergeableWith(Model model)
model - the model to testpublic void merge(Model model)
model - the render action to merge into this renderpublic LinkedList getAttributes()
public void setAttributes(LinkedList attributes)
attributes - the attributes to set