A B C D E F G H I J K L M N O P R S T U V W X Y

R

raiseAlarm() - Method in class org.directwebremoting.dwrp.BasicAlarm
It's all gone wrong - inform the Sleeper
RANK_FAST - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is a very good way of getting scripts to the client and should be used as a preferred method
RANK_PROCEDURAL - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is used for control-flow and will probably not actually convey the script, but does need to tell someone else about it
RANK_SLOW - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is a poor way of getting scripts to the client and should only be used as a last resort.
read() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
RealScriptSession - Interface in org.directwebremoting.extend
RealScriptSession is the real interface that should be implemented in place of ScriptSession.
recordHit() - Method in class org.directwebremoting.util.HitMonitor
A hit has happened, record some load on the server
ReferenceOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that simply refers to one defined elsewhere
ReferenceOutboundVariable(String) - Constructor for class org.directwebremoting.dwrp.ReferenceOutboundVariable
Create a new ReferenceOutboundVariable
registryFor(C) - Method in class org.directwebremoting.guice.AbstractMapContextScope
 
registryFor(C) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
registryFor(C) - Method in interface org.directwebremoting.guice.ContextRegistry
Returns the registry object associated with the given context.
remoteBeginIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the beginning of an iframe response
remoteEndIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the end of an iframe response
remoteEval(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Prepare a script for execution in an iframe environment
remoteHandleCallback(ScriptConduit, String, String, Object) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleResponse() in the browser
remoteHandleException(ScriptConduit, String, String, Throwable) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleException() in the browser
remoteHandleMarshallException(ScriptConduit, String, String, MarshallException) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleException() in the browser
RemoteMethod - Annotation Type in org.directwebremoting.annotations
Make method available for remote access.
RemoteProperty - Annotation Type in org.directwebremoting.annotations
Make property available for remote access.
RemoteProxy - Annotation Type in org.directwebremoting.annotations
Make a class available for remote access.
Remoter - Interface in org.directwebremoting.extend
The heart of DWR is a system to generate content from some requests.
remove(ConcurrentMap, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.AbstractMapContextScope
 
remove(C, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.AbstractSimpleContextScope
 
remove(R, Key<T>, String, InstanceProvider<T>) - Method in interface org.directwebremoting.guice.ContextRegistry
Removes the registry entry for the given key (either directly or using the precalculated key.toString() value) from a registry object if the registered value is identical to creator.
remove(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
removeAllOptions(String) - Method in class org.directwebremoting.proxy.dwr.Util
Remove all the options from a select list (specified by id)
removeAllRows(String) - Method in class org.directwebremoting.proxy.dwr.Util
Remove all the children of a given node.
removeAttribute(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
removeAttribute(String) - Method in interface org.directwebremoting.ScriptSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
removeAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
removeAttribute(String) - Method in class org.directwebremoting.util.FakeServletContext
 
removeClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className -= "X", that we can call from Java easily From code originally by Gavin Kistner
removeNode(String) - Method in class org.directwebremoting.proxy.dwr.Util
Sets a CSS style on an element
removeScriptConduit(ScriptConduit) - Method in interface org.directwebremoting.extend.RealScriptSession
Remove a ScriptConduit.
removeScriptConduit(ScriptConduit) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
removeValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
replace(String, String, String) - Static method in class org.directwebremoting.util.LocalUtil
Replacement for String#replaceAll(String, String) in JDK 1.4+
replaceXmlCharacters(String) - Static method in class org.directwebremoting.Security
Perform the following replacements: & to + < to \\u2039 (?) (?) > to \\u203A (?) (?) ' to \\u2018 (?) (?) " to \\u201C (?) (?) These replacements are useful when readibility is more important than retaining the exact character string of the original.
Replies - Class in org.directwebremoting.extend
The request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR or iframe).
Replies(String) - Constructor for class org.directwebremoting.extend.Replies
 
Reply - Class in org.directwebremoting.extend
Reply is a read-only POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data or exception).
Reply(String, Object) - Constructor for class org.directwebremoting.extend.Reply
Constructor for the success case.
Reply(String, Object, Throwable) - Constructor for class org.directwebremoting.extend.Reply
Constructor for the error case.
REQUEST - Static variable in interface org.directwebremoting.extend.Creator
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
REQUEST - Static variable in class org.directwebremoting.guice.DwrScopes
HTTP request scope.
RequestParameters - Annotation Type in org.directwebremoting.guice
Marks fields or parameters of type Map<String, String[]> that are to be injected with the parameter map of the current HTTP request.
RequestScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per HTTP request.
reset() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
reset() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
resetBuffer() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
resetBuffer() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
resolveEntity(String, String) - Method in class org.directwebremoting.impl.DTDEntityResolver
 
resolveEntity(String, String) - Method in class org.directwebremoting.util.EmptyEntityResolver
 
RESOURCE_WEB_XML - Static variable in class org.directwebremoting.servlet.PathConstants
The position of web.xml
restart(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.JettyContinuationSleeper
Act on a restarted continuation by executing the onAwakening action
resume() - Method in class org.directwebremoting.util.Continuation
Resume an continuation.
rethrowIfContinuation(Throwable) - Static method in class org.directwebremoting.util.Continuation
We shouldn't be catching Jetty RetryRequests so we rethrow them.
run() - Method in interface org.directwebremoting.guice.InstanceProvider
 

Copyright ? 2005
A B C D E F G H I J K L M N O P R S T U V W X Y