org.kuali.rice.kns.web.servlet
Class KualiDWRServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by uk.ltd.getahead.dwr.AbstractDWRServlet
              extended by uk.ltd.getahead.dwr.DWRServlet
                  extended by 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

Field Summary
static List<String> HACK_ADDITIONAL_FILES
           
 
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
 
Constructor Summary
KualiDWRServlet()
           
 
Method Summary
 void configure(javax.servlet.ServletConfig servletConfig, uk.ltd.getahead.dwr.Configuration configuration)
          This method calls the super version then loads the dwr config file specified in the loaded module definitions.
 Boolean getSpringBasedConfigPath()
           
 void init(javax.servlet.ServletConfig config)
           
 void setSpringBasedConfigPath(Boolean springBasedConfigPath)
           
 
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
 

Field Detail

HACK_ADDITIONAL_FILES

public static List<String> HACK_ADDITIONAL_FILES
Constructor Detail

KualiDWRServlet

public KualiDWRServlet()
Method Detail

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.