Serialized Form
Package org.directwebremoting.extend |
paramType
java.lang.Class<T> paramType
- The type we are converting to/from
ex
java.lang.Throwable ex
- Stored exception cause
ex
java.lang.Throwable ex
- Stored exception cause
Package org.directwebremoting.guice |
servletContext
javax.servlet.ServletContext servletContext
- Used to stash context for later use by destroy().
Package org.directwebremoting.servlet |
container
DefaultContainer container
- Our IoC container
webContextBuilder
WebContextFactory.WebContextBuilder webContextBuilder
- The WebContext that keeps http objects local to a thread
Package org.directwebremoting.spring |
container
SpringContainer container
- DWRs IoC container (that passes stuff to Spring in this case)
webContextBuilder
WebContextFactory.WebContextBuilder webContextBuilder
- The WebContext that keeps http objects local to a thread
includeDefaultConfig
boolean includeDefaultConfig
- Do we prefix the list of Configurators with a default to read the system
dwr.xml file?
configurators
java.util.List<E> configurators
- What Configurators exist for us to configure ourselves.
Package uk.ltd.getahead.dwr |