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

R

RawConverter - Class in org.directwebremoting.convert
A Converter that does nothing.
RawConverter() - Constructor for class org.directwebremoting.convert.RawConverter
 
RawData - Interface in org.directwebremoting.io
Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
read() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
realizeNumber(String, String, String) - Static method in class org.directwebremoting.json.parse.impl.StatefulJsonDecoder
Create a BigDecimal, double, int, or long depending on the input strings.
RealRawData - Class in org.directwebremoting.extend
Sometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we should be converting to.
RealRawData(InboundVariable, InboundContext) - Constructor for class org.directwebremoting.extend.RealRawData
RawData is immutable.
RealScriptSession - Interface in org.directwebremoting.extend
RealScriptSession is the real interface that should be implemented in place of ScriptSession.
RealScriptSession.Script - Interface in org.directwebremoting.extend
Interface for queued script info class.
RealWebContext - Interface in org.directwebremoting.extend
An interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders.
receive(long) - Method in class org.directwebremoting.jms.BlockingMessageListener
 
receive() - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
receive(long) - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
receiveNoWait() - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
recordHit() - Method in class org.directwebremoting.util.HitMonitor
A hit has happened, record some load on the server
recover() - Method in class org.directwebremoting.jms.DwrSession
 
ReflectionJsonDecoder - Class in org.directwebremoting.json.parse.impl
A JsonDecoder that de-serializes the data into an existing set of objects.
ReflectionJsonDecoder(Class<?>) - Constructor for class org.directwebremoting.json.parse.impl.ReflectionJsonDecoder
 
register(String, StoreProvider<?>) - Static method in class org.directwebremoting.datasync.Directory
Register a StoreProvider for access by the outside world
registerConfigurationIfNecessary(BeanDefinitionRegistry) - Static method in class org.directwebremoting.spring.namespace.ConfigurationParser
Checks if a configuration object (usually from a <dwr:configuration> tag) has already been processed.
registerCreator(BeanDefinitionHolder, BeanDefinitionRegistry, Class<?>, String) - Static method in class org.directwebremoting.spring.namespace.CreatorParserHelper
 
registryFor(C) - Method in class org.directwebremoting.guice.util.AbstractMapContextScope
 
registryFor(C) - Method in class org.directwebremoting.guice.util.AbstractSimpleContextScope
 
registryFor(C) - Method in interface org.directwebremoting.guice.util.ContextRegistry
Returns the registry object associated with the given context.
remappedDwrClassName(String) - Static method in class org.directwebremoting.util.LocalUtil
Converts a DWR classname in the original org.directwebremoting package to the corresponding name in the remapped package, if applicable.
remappedResourcePath(String) - Static method in class org.directwebremoting.util.LocalUtil
Adjust a resource path to match any remapping done to the DWR package path.
remoteBeginIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the beginning of an iframe response
remoteBeginWrapper(String, boolean, String) - Static method in class org.directwebremoting.extend.EnginePrivate
Begin wrapper with variable alias to do remote calls on the correct DWR instance.
RemoteDecorator - Class in org.directwebremoting.spring.namespace
 
RemoteDecorator() - Constructor for class org.directwebremoting.spring.namespace.RemoteDecorator
 
remoteEndIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the end of an iframe response
remoteEndWrapper(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
End wrapper with variable alias to do remote calls on the correct DWR instance.
remoteExecute(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Prepare a script for execution in an iframe environment (we need to transfer the script to the parent window context before executing so referred globals will be found)
RemoteMethod - Annotation Type in org.directwebremoting.annotations
Make method available for remote access.
remoteNewObjectFunction() - Static method in class org.directwebremoting.extend.EnginePrivate
Returns the name of the newObject function.
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(InstanceMap<?>, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.util.AbstractMapContextScope
 
remove(C, Key<T>, String, InstanceProvider<T>) - Method in class org.directwebremoting.guice.util.AbstractSimpleContextScope
 
remove(R, Key<T>, String, InstanceProvider<T>) - Method in interface org.directwebremoting.guice.util.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
 
remove(int) - Method in class org.directwebremoting.json.types.JsonArray
 
remove(Object) - Method in class org.directwebremoting.json.types.JsonArray
 
remove(Object) - Method in class org.directwebremoting.json.types.JsonObject
 
removeAll(Collection<?>) - Method in class org.directwebremoting.json.types.JsonArray
 
removeAllOptions(String) - Method in class org.directwebremoting.proxy.dwr.Util
Deprecated. Remove all the options from a select list (specified by id)
removeAllOptions(String) - Static method in class org.directwebremoting.ui.dwr.Util
Remove all the options from a select list (specified by id)
removeAllRows(String) - Method in class org.directwebremoting.proxy.dwr.Util
Deprecated. Remove all the children of a given node.
removeAllRows(String) - Static method in class org.directwebremoting.ui.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 ScriptSession.
removeAttribute(String) - Static method in class org.directwebremoting.ScriptSessions
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
removeClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
Deprecated. $(ele).className -= "X", that we can call from Java easily From code originally by Gavin Kistner
removeClassName(String, String) - Static method in class org.directwebremoting.ui.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
Deprecated. Sets a CSS style on an element
removeNode(String) - Static method in class org.directwebremoting.ui.dwr.Util
Sets a CSS style on an element
removeScriptSessionListener(ScriptSessionListener) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Maintain the list of ScriptSessionListeners
removeScriptSessionListener(ScriptSessionListener) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
removeScriptSessionListener(ScriptSessionListener) - Method in class org.directwebremoting.impl.TransientScriptSessionManager
 
removeValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated. 
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 readability 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(Calls) - 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
 
resolveListenerImplementations(DefaultContainer, ServletConfig) - Static method in class org.directwebremoting.impl.StartupUtil
We need to add all the ScriptSessionListeners to the ScriptSessionManager.
resolveMultipleImplementations(DefaultContainer, ServletConfig) - Static method in class org.directwebremoting.impl.StartupUtil
We need to decide which ContainerAbstraction should be the default for this Container, also we should prepare the default ServerLoadMonitor.
RESOURCE_WEB_XML - Static variable in interface org.directwebremoting.servlet.PathConstants
The position of web.xml
RESPONSE_PREFIX - Static variable in interface org.directwebremoting.servlet.PathConstants
When we prime the Container with ResponseHandlers for Handlers we use a prefix so the UrlProcessor knows what to look for.
ResponseHandler - Interface in org.directwebremoting.servlet
Decorating handler for configuring response headers such as caching and expiry.
resumeWork() - Method in class org.directwebremoting.server.jetty.JettyContinuationSleeper
The method that should be called by a background thread when we are being awakened
retainAll(Collection<?>) - Method in class org.directwebremoting.json.types.JsonArray
 
right - Variable in class org.directwebremoting.util.Pair
 
rollback() - Method in class org.directwebremoting.jms.DwrSession
 
run() - Method in interface org.directwebremoting.guice.util.InstanceProvider
 
run() - Method in class org.directwebremoting.impl.PurgingDownloadManager.DownloadPurge
 
run() - Method in class org.directwebremoting.jms.DwrSession
 

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