Package com.appiancorp.common.struts
Class BaseActionForm
java.lang.Object
com.appiancorp.web.framework.kernel.main.ActionForm
com.appiancorp.common.struts.BaseActionForm
- All Implemented Interfaces:
com.appiancorp.web.framework.kernel.main.IActionForm
,Serializable
@Deprecated
public class BaseActionForm
extends com.appiancorp.web.framework.kernel.main.ActionForm
implements Serializable
Deprecated.
The Portal functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
Base class for all action forms.
- See Also:
-
Field Summary
Fields inherited from class com.appiancorp.web.framework.kernel.main.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.web.framework.kernel.main.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
BaseActionForm
public BaseActionForm()Deprecated.
-