com.opensymphony.xwork2
Interface ModelDriven<T>

All Known Subinterfaces:
ScopedModelDriven<T>

public interface ModelDriven<T>

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
 T getModel()
           
 

Method Detail

getModel

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


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.