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.
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 -
Method Summary
Modifier and TypeMethodDescriptionjavax.servlet.ServletConfigDeprecated.protected voidDeprecated.Initialize other global characteristics of the controller servlet.protected voidprocess(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 tabsMethods 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, splitAndResolvePathsMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletContext, getServletInfo, getServletName, init, log, log
-
Constructor Details
-
KualiActionServlet
public KualiActionServlet()Deprecated.
-
-
Method Details
-
initOther
protected void initOther() throws javax.servlet.ServletExceptionDeprecated.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:
initOtherin classorg.apache.struts.action.ActionServlet- Throws:
javax.servlet.ServletException- if we cannot initialize these resources
-
getServletConfig
public javax.servlet.ServletConfig getServletConfig()Deprecated.- Specified by:
getServletConfigin interfacejavax.servlet.Servlet- Overrides:
getServletConfigin classjavax.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:
processin classorg.apache.struts.action.ActionServlet- Throws:
IOExceptionjavax.servlet.ServletException- See Also:
-
ActionServlet.process(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
-