Save This Page
Home » xwork-2.1.1-src » com.opensymphony.xwork2 » [javadoc | source]
com.opensymphony.xwork2
public interface: Preparable [javadoc | source] Preparable Actions will have their prepare() method called if the com.opensymphony.xwork2.interceptor.PrepareInterceptor is applied to the ActionConfig.
Method from com.opensymphony.xwork2.Preparable Summary:
prepare
Method from com.opensymphony.xwork2.Preparable Detail:
 public  void prepare() throws Exception
    This method is called to allow the action to prepare itself.