org.kuali.rice.kns.web.struts.form
Class KualiLogoutForm

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

public class KualiLogoutForm
extends org.apache.struts.action.ActionForm

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:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
KualiLogoutForm()
           
 
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 Detail

KualiLogoutForm

public KualiLogoutForm()


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.