Home » xwork-2.1.5 » com.opensymphony » xwork2 » interceptor » [javadoc | source]
com.opensymphony.xwork2.interceptor
public interface: ScopedModelDriven [javadoc | source]

All Implemented Interfaces:
    ModelDriven

Adds the ability to set a model, probably retrieved from a given state.
Method from com.opensymphony.xwork2.interceptor.ScopedModelDriven Summary:
getScopeKey,   setModel,   setScopeKey
Method from com.opensymphony.xwork2.interceptor.ScopedModelDriven Detail:
 public String getScopeKey()
    Gets the key under which the model is stored
 public  void setModel(T model)
    Sets the model
 public  void setScopeKey(String key)
    Sets the key under which the model is stored