org.kuali.rice.kns.web.struts.action
Interface AuditModeAction
- public interface AuditModeAction 
audit mode action marker
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
| Method Summary | 
|  org.apache.struts.action.ActionForward | activate(org.apache.struts.action.ActionMapping mapping,
                 org.apache.struts.action.ActionForm form,
                 javax.servlet.http.HttpServletRequest request,
                 javax.servlet.http.HttpServletResponse response)
 | 
|  org.apache.struts.action.ActionForward | deactivate(org.apache.struts.action.ActionMapping mapping,
                     org.apache.struts.action.ActionForm form,
                     javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response)
 | 
 
activate
org.apache.struts.action.ActionForward activate(org.apache.struts.action.ActionMapping mapping,
                                                org.apache.struts.action.ActionForm form,
                                                javax.servlet.http.HttpServletRequest request,
                                                javax.servlet.http.HttpServletResponse response)
                                                throws Exception
- 
- Throws:
- Exception
 
deactivate
org.apache.struts.action.ActionForward deactivate(org.apache.struts.action.ActionMapping mapping,
                                                  org.apache.struts.action.ActionForm form,
                                                  javax.servlet.http.HttpServletRequest request,
                                                  javax.servlet.http.HttpServletResponse response)
                                                  throws Exception
- 
- Throws:
- Exception
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.