Class KualiLogoutForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.KualiLogoutForm
- All Implemented Interfaces:
Serializable
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 -
Method Summary
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
KualiLogoutForm
public KualiLogoutForm()Deprecated.
-