Serialized Form
|
Package org.directwebremoting |
paramType
java.lang.Class<T> paramType
- The type we are converting to/from
|
Package org.directwebremoting.event |
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
session
javax.servlet.http.HttpSession session
- The session where the results are stored.
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 |
paramType
java.lang.Class<T> paramType
- The type we are converting to/from
|
Package org.directwebremoting.guice |
servletContext
javax.servlet.ServletContext servletContext
- Used to stash context for later use by destroy().
|
Package org.directwebremoting.guice.util |
|
Package org.directwebremoting.impl |
latch
java.util.concurrent.CountDownLatch latch
- Ensure that once woken up we don't sleep
|
Package org.directwebremoting.io |
data
java.util.Map<K,V> data
|
Package org.directwebremoting.jaxer.servlet |
|
Package org.directwebremoting.json |
|
Package org.directwebremoting.json.parse |
|
Package org.directwebremoting.json.parse.javacc |
|
Class org.directwebremoting.json.parse.javacc.ParseException extends JsonParseException implements Serializable |
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 |
errorCode
int errorCode
|
Package org.directwebremoting.jsonp |
|
Package org.directwebremoting.jsonrpc.io |
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 |
value
java.lang.Object value
- The value to convert
json
boolean json
- Should the output be proper json?
|
Package org.directwebremoting.server.grizzly |
state
java.util.concurrent.atomic.AtomicReference<V> state
- Atomic enum to manage state.
proxy
ThreadWaitSleeper proxy
- If continuations fail, we proxy to a Thread Wait version
continuation
Continuation continuation
- The continuation object
onAwakening
java.lang.Runnable onAwakening
- What we do when we are woken up
|
Package org.directwebremoting.server.jetty |
state
java.util.concurrent.atomic.AtomicReference<V> state
- Atomic enum to manage state.
proxy
ThreadWaitSleeper proxy
- If continuations fail, we proxy to a Thread Wait version
continuation
Continuation continuation
- The continuation object
onAwakening
java.lang.Runnable onAwakening
- What we do when we are woken up
request
javax.servlet.http.HttpServletRequest request
- The request on which we save this Sleeper for later retrieval.
|
Package org.directwebremoting.server.servlet3 |
request
javax.servlet.http.HttpServletRequest request
- The request object that we call suspend/resume on
wakeUpCalledLock
java.lang.Object wakeUpCalledLock
- All operations that involve going to sleep of waking up must hold this
lock before they take action.
wakeUpCalled
boolean wakeUpCalled
- Has wakeUp been called?
resumed
boolean resumed
- Has the continuation been restarted already?
|
Package org.directwebremoting.server.tomcat |
state
java.util.concurrent.atomic.AtomicReference<V> state
- Atomic enum to manage state.
event
org.apache.catalina.CometEvent event
- Tomcat's container for the request/response for this transaction
onAwakening
java.lang.Runnable onAwakening
- What we do when we are woken up
|
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.
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