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
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 |
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 |
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
lock
java.lang.Object lock
awaken
boolean awaken
closed
boolean closed
|
Package org.directwebremoting.io |
data
java.util.Map<K,V> data
|
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.jetty |
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 |
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 |
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