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

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class com.appiancorp.web.framework.kernel.main.ActionForm

    getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BaseActionForm

      public BaseActionForm()
      Deprecated.