Class KualiLogoutForm

java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.KualiLogoutForm
All Implemented Interfaces:
Serializable

@Deprecated public class KualiLogoutForm extends org.apache.struts.action.ActionForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This is an empty form used by the logout so it can invalidate the session without getting null pointer exceptions.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Methods inherited from class org.apache.struts.action.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

    • KualiLogoutForm

      public KualiLogoutForm()
      Deprecated.