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

A

AbstractConverter - Class in org.directwebremoting.extend
A way to migrate from the DWRv2.0 Converter style to something in the future.
AbstractConverter() - Constructor for class org.directwebremoting.extend.AbstractConverter
 
AbstractCreator - Class in org.directwebremoting.extend
A simple implementation of the basic parts of Creator
AbstractCreator() - Constructor for class org.directwebremoting.extend.AbstractCreator
 
AbstractFileGenerator - Class in org.directwebremoting.extend
A helper to aid implementing FileGenerator that takes care of the filename and mimeType fields
AbstractFileGenerator(String, String) - Constructor for class org.directwebremoting.extend.AbstractFileGenerator
Setup the filename and mimeType
AbstractStoreProvider<T> - Class in org.directwebremoting.datasync
Some methods to help implementors create StoreProviders.
AbstractStoreProvider(Class<T>) - Constructor for class org.directwebremoting.datasync.AbstractStoreProvider
 
AccessControl - Interface in org.directwebremoting.extend
Control who should be accessing which methods on which classes.
AccessDeniedException - Exception in org.directwebremoting.extend
TODO: Work out if this exception actually helps.
AccessDeniedException(String) - Constructor for exception org.directwebremoting.extend.AccessDeniedException
Basic constructor - ensure all exceptions have messages
add(int, JsonValue) - Method in class org.directwebremoting.json.JsonArray
 
add(JsonValue) - Method in class org.directwebremoting.json.JsonArray
 
addAjaxFilter(AjaxFilter) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Add a global AjaxFilter
addAjaxFilter(AjaxFilter, String) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Add a class based AjaxFilter
addAll(Collection<? extends JsonValue>) - Method in class org.directwebremoting.json.JsonArray
 
addAll(int, Collection<? extends JsonValue>) - Method in class org.directwebremoting.json.JsonArray
 
addCall(Call) - Method in class org.directwebremoting.extend.Calls
Add a call to the collection of calls we are about to make
addConverted(InboundVariable, Class<?>, Object) - Method in class org.directwebremoting.extend.InboundContext
Add to the (temporary) list of converted objects
addConverter(String, String, Map<String, String>) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter
addConverter(String, Converter) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter
addConverterType(String, String) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter type
addCookie(Cookie) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addCookie(Cookie) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addCreator(String, String, Map<String, String>) - Method in interface org.directwebremoting.extend.CreatorManager
Add a new creator
addCreator(String, Creator) - Method in interface org.directwebremoting.extend.CreatorManager
Add a new creator.
addCreatorType(String, String) - Method in interface org.directwebremoting.extend.CreatorManager
In init mode, add a new type of creator
addDateHeader(String, long) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addDateHeader(String, long) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addExcludeRule(String, String) - Method in interface org.directwebremoting.extend.AccessControl
Add an exclude rule.
addFile(FileGenerator) - Method in class org.directwebremoting.extend.DataUrlDownloadManager
 
addFile(FileGenerator) - Method in interface org.directwebremoting.extend.DownloadManager
Inject a file into the system for later download.
addFunctionCall(String) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with no parameters.
addFunctionCall(String, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addHeader(String, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addHeader(String, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addIncludeRule(String, String) - Method in interface org.directwebremoting.extend.AccessControl
Add an include rule.
addInitParameter(String, String) - Method in class org.directwebremoting.util.FakeServletContext
Add an init parameter to the list that we hand out
addIntHeader(String, int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addIntHeader(String, int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addNoCacheHeaders(HttpServletResponse) - Static method in class org.directwebremoting.util.LocalUtil
Add headers to prevent browsers and proxies from caching this reply.
addReply(Reply) - Method in class org.directwebremoting.extend.Replies
Add a reply to the collection of replies we are about to make
addRoleRestriction(String, String, String) - Method in interface org.directwebremoting.extend.AccessControl
J2EE role based security allows us to restrict methods to only being used by people in certain roles.
addScript(ScriptBuffer) - Method in class org.directwebremoting.extend.ScriptConduit
Add a script to the list bound for remote execution.
addScript(ScriptBuffer) - Method in class org.directwebremoting.proxy.ScriptProxy
Utility to add the given script to all known browsers.
addScript(ScriptBuffer) - Method in interface org.directwebremoting.ScriptSession
Add a script to the list waiting for remote execution.
addScriptConduit(ScriptConduit) - Method in interface org.directwebremoting.extend.RealScriptSession
While a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - "pass scripts to me"
addScriptImmediately(ScriptBuffer) - Method in interface org.directwebremoting.extend.RealScriptSession
If this ScriptSession currently has a connected ScriptConduit and this conduit accepts and claims to be able to publish the script then publish and return true, otherwise return false.
addScriptSession(ScriptSession) - Method in class org.directwebremoting.proxy.ScriptProxy
 
addScriptSessionListener(ScriptSessionListener) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Maintain the list of ScriptSessionListeners
addScriptSessions(Collection<ScriptSession>) - Method in class org.directwebremoting.proxy.ScriptProxy
 
addUserRole(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
afterContainerSetup(Container) - Method in interface org.directwebremoting.extend.InitializingBean
This method allows the bean instance to perform initialization only possible when all bean properties have been set
AjaxFilter - Interface in org.directwebremoting
A filter is a way to insert processing tasks at various points during the processing of an Ajax call.
AjaxFilterChain - Interface in org.directwebremoting
An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation.
AjaxFilterManager - Interface in org.directwebremoting.extend
A class that manages the various AjaxFilters and what classes they are registered against.
Alarm - Interface in org.directwebremoting.extend
An alarm is something that goes off at some point in the future.
appendAll(ScriptBuffer) - Method in class org.directwebremoting.ScriptBuffer
 
appendCall(String, Object...) - Method in class org.directwebremoting.ScriptBuffer
Call a named function with one parameter.
appendData(boolean) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(char) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(double) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(float) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(int) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(long) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(Object) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(String) - Method in class org.directwebremoting.ScriptBuffer
 
appendScript(String) - Method in class org.directwebremoting.ScriptBuffer
 
APPLICATION - Static variable in interface org.directwebremoting.extend.Creator
Application scope: named reference remains available in the ServletContext until it is reclaimed.
ArrayJsonOutboundVariable - Class in org.directwebremoting.extend
An OutboundVariable that creates data from Collections.
ArrayJsonOutboundVariable() - Constructor for class org.directwebremoting.extend.ArrayJsonOutboundVariable
 
ArrayNonJsonOutboundVariable - Class in org.directwebremoting.extend
An OutboundVariable that creates data from Collections.
ArrayNonJsonOutboundVariable(OutboundContext) - Constructor for class org.directwebremoting.extend.ArrayNonJsonOutboundVariable
Setup
asMap() - Method in class org.directwebremoting.datasync.MapStoreProvider
Get access to the contained data as a Map.
assertExecutionIsPossible(Creator, String, Method) - Method in interface org.directwebremoting.extend.AccessControl
Check the method for accessibility at runtime, and return an error message if anything is wrong.
assertIsDisplayable(Creator, String, Method) - Method in interface org.directwebremoting.extend.AccessControl
Check the method for accessibility at 'compile-time' (i.e.
atLeast(HttpServletRequest, UserAgent) - Static method in class org.directwebremoting.util.BrowserDetect
Check that the user-agent string indicates some minimum browser level
atLeast(HttpServletRequest, UserAgent, int) - Static method in class org.directwebremoting.util.BrowserDetect
Check that the user-agent string indicates some minimum browser level
ATTRIBUTE_DWR - Static variable in interface org.directwebremoting.WebContext
An attribute used by WebContext.forwardToString(String) to inform anyone that wants to know that this is a request from DWR.
AttributeValueExtractor - Interface in org.directwebremoting.datasync
There are many ways to get a property from things, the most obvious would be reflection or introspection or using Map.get(java.lang.Object).

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