org.kuali.rice.kns.web.servlet
Class KualiDWRServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
uk.ltd.getahead.dwr.AbstractDWRServlet
uk.ltd.getahead.dwr.DWRServlet
org.kuali.rice.kns.web.servlet.KualiDWRServlet
- All Implemented Interfaces:
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class KualiDWRServlet
- extends uk.ltd.getahead.dwr.DWRServlet
- See Also:
- Serialized Form
Fields inherited from class uk.ltd.getahead.dwr.AbstractDWRServlet |
builder, container, DEFAULT_DWR_XML, FILE_DWR_XML, INIT_CONFIG, INIT_LOGLEVEL, INIT_SKIP_DEFAULT, PACKAGE, processor |
Methods inherited from class uk.ltd.getahead.dwr.DWRServlet |
getContainer |
Methods inherited from class uk.ltd.getahead.dwr.AbstractDWRServlet |
doGet, doPost, readFile |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HACK_ADDITIONAL_FILES
public static List<String> HACK_ADDITIONAL_FILES
KualiDWRServlet
public KualiDWRServlet()
init
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
- Specified by:
init
in interface javax.servlet.Servlet
- Overrides:
init
in class uk.ltd.getahead.dwr.AbstractDWRServlet
- Throws:
javax.servlet.ServletException
configure
public void configure(javax.servlet.ServletConfig servletConfig,
uk.ltd.getahead.dwr.Configuration configuration)
throws javax.servlet.ServletException
- This method calls the super version then loads the dwr config file
specified in the loaded module definitions.
- Overrides:
configure
in class uk.ltd.getahead.dwr.DWRServlet
- Throws:
javax.servlet.ServletException
- See Also:
DWRServlet.configure(javax.servlet.ServletConfig,
uk.ltd.getahead.dwr.Configuration)
getSpringBasedConfigPath
public Boolean getSpringBasedConfigPath()
setSpringBasedConfigPath
public void setSpringBasedConfigPath(Boolean springBasedConfigPath)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.