public class DwrSpringServlet
extends org.directwebremoting.servlet.DwrServlet
DwrServlet, you can specify a debug init parameter on
this servlet
to put DWR in debug mode (allowing access to the very handy debug pages).DwrServlet,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
protected org.directwebremoting.WebContextFactory.WebContextBuilder |
webContextBuilder
The WebContext that keeps http objects local to a thread
|
| Constructor and Description |
|---|
DwrSpringServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureContainer(org.directwebremoting.Container container,
javax.servlet.ServletConfig servletConfig) |
protected org.directwebremoting.spring.SpringContainer |
createContainer(javax.servlet.ServletConfig servletConfig) |
protected org.springframework.context.ApplicationContext |
getApplicationContext(javax.servlet.ServletContext servletContext) |
void |
setConfigurators(List configurators)
Setter for use by the Spring IoC container to tell us what Configurators
exist for us to configure ourselves.
|
void |
setIncludeDefaultConfig(boolean includeDefaultConfig)
Do we prefix the list of Configurators with a default to read the system
dwr.xml file?
|
destroy, doGet, doPost, getContainer, initdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected org.directwebremoting.WebContextFactory.WebContextBuilder webContextBuilder
protected org.directwebremoting.spring.SpringContainer createContainer(javax.servlet.ServletConfig servletConfig)
createContainer in class org.directwebremoting.servlet.DwrServletprotected void configureContainer(org.directwebremoting.Container container,
javax.servlet.ServletConfig servletConfig)
throws javax.servlet.ServletException,
IOException
configureContainer in class org.directwebremoting.servlet.DwrServletjavax.servlet.ServletExceptionIOExceptionprotected org.springframework.context.ApplicationContext getApplicationContext(javax.servlet.ServletContext servletContext)
public void setConfigurators(List configurators)
configurators - public void setIncludeDefaultConfig(boolean includeDefaultConfig)
includeDefaultConfig - the includeDefaultConfig to setCopyright © 2005–2019 The Beangle Software. All rights reserved.