com.opensymphony.xwork
Interface ModelDriven


public interface ModelDriven

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.

Author:
Jason Carreira Created Apr 8, 2003 6:22:42 PM

Method Summary
 Object getModel()
           
 

Method Detail

getModel

Object getModel()
Returns:
the model to be pushed onto the ValueStack instead of the Action itself

WebWork Project Page