Interface KualiTableRenderAction

All Known Implementing Classes:
KualiMultipleValueLookupAction

@Deprecated public interface KualiTableRenderAction
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 Type
    Method
    Description
    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)
    Deprecated.
     
    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)
    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