Serialized Form
|
Package org.directwebremoting.event |
hub
Hub hub
data
java.lang.Object data
rawData
RawData rawData
source
org.directwebremoting.event.MessageEvent.Source source
converterManager
ConverterManager converterManager
|
Package org.directwebremoting.extend |
paramType
java.lang.Class<T> paramType
- The type we are converting to/from
paramType
java.lang.Class<T> paramType
- The type we are converting to/from
|
Package org.directwebremoting.guice |
|
Class org.directwebremoting.guice.AbstractContextScope$1 extends java.lang.Object implements Serializable |
servletContext
javax.servlet.ServletContext servletContext
- Used to stash context for later use by destroy().
|
Class org.directwebremoting.guice.FutureTaskProvider$1 extends java.lang.Object implements Serializable |
|
Class org.directwebremoting.guice.ModifiableServletConfig$1 extends java.lang.Object implements Serializable |
|
Package org.directwebremoting.impl |
proxy
ThreadWaitSleeper proxy
- If continuations fail, we proxy to a Thread Wait version
onAwakening
java.lang.Runnable onAwakening
- What we do when we are woken up
continuation
Continuation continuation
- The continuation object
resumed
boolean resumed
- Has the continuation been restarted already?
proxy
ThreadWaitSleeper proxy
- If continuations fail, we proxy to a Thread Wait version
onAwakening
java.lang.Runnable onAwakening
- What we do when we are woken up
continuation
Continuation continuation
- The continuation object
resumed
boolean resumed
- Has the continuation been restarted already?
lock
java.lang.Object lock
- The object to lock on
|
Package org.directwebremoting.json |
|
Package org.directwebremoting.servlet |
container
Container container
- Our IoC container
webContextBuilder
WebContextFactory.WebContextBuilder webContextBuilder
- The WebContext that keeps http objects local to a thread
|
Package org.directwebremoting.spring |
applicationContext
org.springframework.context.ApplicationContext applicationContext
- The application context that has the configuration. If null,
the default application context will be used.
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 |