Serialized Form


Package org.directwebremoting.event

Class org.directwebremoting.event.MessageEvent extends java.util.EventObject implements Serializable

Serialized Fields

hub

Hub hub

data

java.lang.Object data

rawData

RawData rawData

source

org.directwebremoting.event.MessageEvent.Source source

converterManager

ConverterManager converterManager

Class org.directwebremoting.event.ScriptSessionEvent extends java.util.EventObject implements Serializable


Package org.directwebremoting.extend

Class org.directwebremoting.extend.AccessDeniedException extends java.lang.SecurityException implements Serializable

Class org.directwebremoting.extend.ContainerConfigurationException extends java.lang.RuntimeException implements Serializable

Class org.directwebremoting.extend.JsonModeMarshallException extends java.lang.RuntimeException implements Serializable

Serialized Fields

paramType

java.lang.Class<T> paramType
The type we are converting to/from

Class org.directwebremoting.extend.LoginRequiredException extends java.lang.SecurityException implements Serializable

Class org.directwebremoting.extend.MarshallException extends java.lang.Exception implements Serializable

Serialized Fields

paramType

java.lang.Class<T> paramType
The type we are converting to/from

Class org.directwebremoting.extend.ServerException extends java.lang.Exception implements Serializable


Package org.directwebremoting.guice

Class org.directwebremoting.guice.AbstractContextScope$1 extends java.lang.Object implements Serializable

Class org.directwebremoting.guice.DwrGuiceServlet extends DwrServlet implements Serializable

Serialized Fields

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

Class org.directwebremoting.guice.OutOfScopeException extends java.lang.RuntimeException implements Serializable


Package org.directwebremoting.impl

Class org.directwebremoting.impl.GrizzlyContinuationSleeper extends java.lang.Object implements Serializable

Serialized Fields

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?

Class org.directwebremoting.impl.JettyContinuationSleeper extends java.lang.Object implements Serializable

Serialized Fields

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?

Class org.directwebremoting.impl.ThreadWaitSleeper extends java.lang.Object implements Serializable

Serialized Fields

lock

java.lang.Object lock
The object to lock on


Package org.directwebremoting.json

Class org.directwebremoting.json.InvalidJsonException extends java.lang.Exception implements Serializable


Package org.directwebremoting.servlet

Class org.directwebremoting.servlet.DwrServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

container

Container container
Our IoC container


webContextBuilder

WebContextFactory.WebContextBuilder webContextBuilder
The WebContext that keeps http objects local to a thread


Package org.directwebremoting.spring

Class org.directwebremoting.spring.DwrSpringServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

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

Class uk.ltd.getahead.dwr.DWRServlet extends DwrServlet implements Serializable


Copyright ¬ 2005