Serialized Form


Package org.directwebremoting

Class org.directwebremoting.ConversionException extends java.lang.RuntimeException implements Serializable

Serialized Fields

paramType

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


Package org.directwebremoting.event

Class org.directwebremoting.event.ScriptSessionBindingEvent extends ScriptSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name
The name to which the object is being bound or unbound


value

java.lang.Object value
The object is being bound or unbound

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

Class org.directwebremoting.event.SessionProgressListener extends java.lang.Object implements Serializable

Serialized Fields

cancelled

boolean cancelled
Have we been cancelled?


bytesRead

long bytesRead
See Also:
SessionProgressListener.getBytesRead()

contentLength

long contentLength
See Also:
SessionProgressListener.getContentLength()

item

long item
See Also:
SessionProgressListener.getItem()

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.MarshallException extends ConversionException implements Serializable

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


Package org.directwebremoting.guice

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().


Package org.directwebremoting.guice.util

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


Package org.directwebremoting.impl

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

Serialized Fields

response

javax.servlet.http.HttpServletResponse response

scriptSession

RealScriptSession scriptSession

conduit

ScriptConduit conduit

out

java.io.PrintWriter out

batchId

java.lang.String batchId

onClose

java.lang.Runnable onClose

disconnectedTime

int disconnectedTime

converterManager

ConverterManager converterManager

jsonOutput

boolean jsonOutput

lock

java.lang.Object lock

closePending

boolean closePending

opened

boolean opened

closed

boolean closed

nextScriptIndex

long nextScriptIndex

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

Class org.directwebremoting.impl.StartupUtil.SerializableContainerListWrapper extends java.lang.Object implements Serializable

Class org.directwebremoting.impl.ThreadWaitSleeper extends BaseSleeper implements Serializable

Serialized Fields

lock

java.lang.Object lock

awaken

boolean awaken

closed

boolean closed

Package org.directwebremoting.io

Class org.directwebremoting.io.DwrConvertedException extends java.lang.RuntimeException implements Serializable

Serialized Fields

data

java.util.Map<K,V> data

Package org.directwebremoting.json

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


Package org.directwebremoting.json.parse

Class org.directwebremoting.json.parse.JsonParseException extends java.lang.Exception implements Serializable


Package org.directwebremoting.json.parse.javacc

Class org.directwebremoting.json.parse.javacc.ParseException extends JsonParseException implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor

currentToken

org.directwebremoting.json.parse.javacc.Token currentToken

expectedTokenSequences

int[][] expectedTokenSequences

tokenImage

java.lang.String[] tokenImage

eol

java.lang.String eol

Class org.directwebremoting.json.parse.javacc.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode

Package org.directwebremoting.jsonp

Class org.directwebremoting.jsonp.JsonpCallException extends java.lang.RuntimeException implements Serializable


Package org.directwebremoting.jsonrpc.io

Class org.directwebremoting.jsonrpc.io.JsonRpcCallException extends java.lang.RuntimeException implements Serializable

Serialized Fields

id

java.lang.String id
See Also:
JsonRpcCallException.getId()

version

java.lang.String version
See Also:
JsonRpcCallException.getVersion()

jsonRpcErrorCode

int jsonRpcErrorCode
See Also:
JsonRpcCallException.getJsonRpcErrorCode()

httpStatusCode

int httpStatusCode
See Also:
JsonRpcCallException.getHttpStatusCode()

data

java.lang.Object data
See Also:
JsonRpcCallException.getData()

Package org.directwebremoting.jsp

Class org.directwebremoting.jsp.ConvertTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

value

java.lang.Object value
The value to convert


json

boolean json
Should the output be proper json?


Package org.directwebremoting.server.jetty

Class org.directwebremoting.server.jetty.JettyContinuationSleeper extends BaseSleeper implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

continuation

org.eclipse.jetty.continuation.Continuation continuation

workLock

java.lang.Object workLock

workInProgress

boolean workInProgress

queuedWork

boolean queuedWork

Package org.directwebremoting.server.servlet3

Class org.directwebremoting.server.servlet3.Servlet30Sleeper extends BaseSleeper implements Serializable

Serialized Fields

request

javax.servlet.http.HttpServletRequest request

response

javax.servlet.http.HttpServletResponse response

asyncCtx

javax.servlet.AsyncContext asyncCtx

workLock

java.lang.Object workLock

workInProgress

boolean workInProgress

queuedWork

boolean queuedWork

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 DwrServlet 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.


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.


webContextBuilder

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


Copyright ยจ 2008