com.opensymphony.xwork2
public interface: ModelDriven [javadoc |
source]
All Known Implementing Classes:
ScopedModelDriven
ModelDriven Actions provide a model object to be pushed onto the ValueStack
in addition to the Action itself, allowing a FormBean type approach like Struts.
| Method from com.opensymphony.xwork2.ModelDriven Summary: |
|---|
|
getModel |
| Method from com.opensymphony.xwork2.ModelDriven Detail: |
public T getModel()
Gets the model to be pushed onto the ValueStack instead of the Action itself. |