Class KualiActionServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
org.kuali.rice.kns.web.struts.action.KualiActionServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

@Deprecated public class KualiActionServlet extends org.apache.struts.action.ActionServlet
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
See Also:
  • Field Summary

    Fields inherited from class org.apache.struts.action.ActionServlet

    chainConfig, config, configDigester, convertNull, internal, internalName, log, registrations, servletMapping, servletName
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.servlet.ServletConfig
    Deprecated.
     
    protected void
    Deprecated.
    Initialize other global characteristics of the controller servlet.
    protected void
    process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
    Deprecated.
    KULRICE-8176: KFS Notes/Attachments Tab Functionality for Note Text Error - Visible/Special characters, spaces, or tabs

    Methods inherited from class org.apache.struts.action.ActionServlet

    addServletMapping, destroy, destroyConfigDigester, destroyInternal, destroyModules, doGet, doPost, getInternal, getModuleConfig, getRequestProcessor, init, initChain, initConfigDigester, initInternal, initModuleActions, initModuleConfig, initModuleConfigFactory, initModuleExceptionConfigs, initModuleFormBeans, initModuleForwards, initModuleMessageResources, initModulePlugIns, initModulePrefixes, initServlet, parseModuleConfigFile, parseModuleConfigFile, processActionConfigClass, processActionConfigExtension, processExceptionConfigClass, processExceptionExtension, processFormBeanConfigClass, processFormBeanExtension, processForwardConfigClass, processForwardExtension, splitAndResolvePaths

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet

    getInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KualiActionServlet

      public KualiActionServlet()
      Deprecated.
  • Method Details

    • initOther

      protected void initOther() throws javax.servlet.ServletException
      Deprecated.

      Initialize other global characteristics of the controller servlet.

      Overridden to remove the ConvertUtils.deregister() command that caused problems with the concurrent data dictionary load. (KULRNE-4405)
      Overrides:
      initOther in class org.apache.struts.action.ActionServlet
      Throws:
      javax.servlet.ServletException - if we cannot initialize these resources
    • getServletConfig

      public javax.servlet.ServletConfig getServletConfig()
      Deprecated.
      Specified by:
      getServletConfig in interface javax.servlet.Servlet
      Overrides:
      getServletConfig in class javax.servlet.GenericServlet
    • process

      protected void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException, javax.servlet.ServletException
      Deprecated.
      KULRICE-8176: KFS Notes/Attachments Tab Functionality for Note Text Error - Visible/Special characters, spaces, or tabs
      Overrides:
      process in class org.apache.struts.action.ActionServlet
      Throws:
      IOException
      javax.servlet.ServletException
      See Also:
      • ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)