org.kuali.rice.kns.web.struts.action
Interface KualiTableRenderAction
- All Known Implementing Classes:
- IdentityManagementGroupDocumentAction, KualiMultipleValueLookupAction
public interface KualiTableRenderAction
When implementing this class, it denotes that this class intends to render its own tables without
using display tag.
Method Summary |
org.apache.struts.action.ActionForward |
sort(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 |
switchToPage(org.apache.struts.action.ActionMapping mapping,
org.apache.struts.action.ActionForm form,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
switchToPage
org.apache.struts.action.ActionForward switchToPage(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
sort
org.apache.struts.action.ActionForward sort(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-2015 The Kuali Foundation. All Rights Reserved.