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

public abstract class AbstractActionModel extends AbstractModel
Model support for actions.
Author:
Scott Andrews
  • Constructor Details

    • AbstractActionModel

      public AbstractActionModel()
  • Method Details

    • isMergeableWith

      public boolean isMergeableWith(Model model)
      Actions are not mergeable
      Parameters:
      model - the model to test
      Returns:
      true if able to merge
    • merge

      public void merge(Model model)
      Actions are not mergeable
      Parameters:
      model - the render action to merge into this render
    • fillCopy

      protected void fillCopy(AbstractActionModel copy)
    • getAttributes

      public LinkedList<AttributeModel> getAttributes()
      Returns:
      the attributes
    • setAttributes

      public void setAttributes(LinkedList<AttributeModel> attributes)
      Parameters:
      attributes - the attributes to set