Interface KualiTableRenderAction
- All Known Implementing Classes:
KualiMultipleValueLookupAction
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
When implementing this class, it denotes that this class intends to render its own tables without
using display tag.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.struts.action.ActionForwardsort(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.org.apache.struts.action.ActionForwardswitchToPage(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Deprecated.
-
Method Details
-
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 Deprecated.- 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 Deprecated.- Throws:
Exception
-