| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.struts.action.ActionServlet
org.kuali.rice.kns.web.struts.action.KualiActionServlet
public class KualiActionServlet
| Field Summary | 
|---|
| Fields inherited from class org.apache.struts.action.ActionServlet | 
|---|
| chainConfig, config, configDigester, convertNull, internal, internalName, log, registrations, servletMapping, servletName | 
| Constructor Summary | |
|---|---|
| KualiActionServlet() | |
| Method Summary | |
|---|---|
|  javax.servlet.ServletConfig | getServletConfig() | 
| protected  void | initOther()Initialize other global characteristics of the controller servlet. | 
| 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, process, 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 Detail | 
|---|
public KualiActionServlet()
| Method Detail | 
|---|
protected void initOther()
                  throws javax.servlet.ServletException
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)
initOther in class org.apache.struts.action.ActionServletjavax.servlet.ServletException - if we cannot initialize these resourcespublic javax.servlet.ServletConfig getServletConfig()
getServletConfig in interface javax.servlet.ServletgetServletConfig in class javax.servlet.GenericServlet| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||