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

A

AboutHandler - Class in org.directwebremoting.servlet
A handler for requests to create a debug index page
AboutHandler() - Constructor for class org.directwebremoting.servlet.AboutHandler
 
AbstractContainer - Class in org.directwebremoting.impl
An implementation of some of the simpler methods from Container
AbstractContainer() - Constructor for class org.directwebremoting.impl.AbstractContainer
 
AbstractContextCloseHandler<T> - Class in org.directwebremoting.guice
A partially implemented handler for objects contained in contexts that are closing.
AbstractContextScope<C,R> - Class in org.directwebremoting.guice
Partial implementation of ContextScope.
AbstractCreator - Class in org.directwebremoting.create
A simple implementation of the basic parts of Creator
AbstractCreator() - Constructor for class org.directwebremoting.create.AbstractCreator
 
AbstractDwrModule - Class in org.directwebremoting.guice
An extension of AbstractModule that adds DWR configuration methods, in conjunction with DwrGuiceServlet.
AbstractDwrModule() - Constructor for class org.directwebremoting.guice.AbstractDwrModule
 
AbstractMapContextScope<C> - Class in org.directwebremoting.guice
A specialization of AbstractContextScope using a concurrent map to hold registered instance providers.
AbstractOutboundVariable - Class in org.directwebremoting.dwrp
A helper class for people that want to implement OutboundVariable.
AbstractServerLoadMonitor - Class in org.directwebremoting.impl
A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown().
AbstractServerLoadMonitor() - Constructor for class org.directwebremoting.impl.AbstractServerLoadMonitor
 
AbstractSimpleContextScope<C> - Class in org.directwebremoting.guice
A specialization of AbstractContextScope for the case when the context identifier itself can serve as a string-keyed instance registry using synchronization on the context to provide atomic put-if-absent and remove-specific-value behavior.
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
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
addAjaxFilter(AjaxFilter) - Method in class org.directwebremoting.guice.InternalAjaxFilterManager
 
addAjaxFilter(AjaxFilter, String) - Method in class org.directwebremoting.guice.InternalAjaxFilterManager
 
addAjaxFilter(AjaxFilter) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
addAjaxFilter(AjaxFilter, String) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
addAuth(String, String) - Method in class org.directwebremoting.spring.CreatorConfig
Convenience method for adding an authentication rule.
addCall(Call) - Method in class org.directwebremoting.extend.Calls
Add a call to the collection of calls we are about to make
addClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className += "X", that we can call from Java easily.
addConverted(InboundVariable, Class, Object) - Method in class org.directwebremoting.extend.InboundContext
Add to the (temporary) list of converted objects
addConverter(String, String, Map) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverter(String, Converter) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverter(String, String, Map) - 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
addConverter(String, String, Map) - Method in class org.directwebremoting.guice.InternalConverterManager
 
addConverter(String, Converter) - Method in class org.directwebremoting.guice.InternalConverterManager
 
addConverterType(String, String) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverterType(String, String) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter type
addConverterType(String, String) - Method in class org.directwebremoting.guice.InternalConverterManager
 
addCookie(Cookie) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addCookie(Cookie) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addCreator(String, String, Map) - 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
addCreator(String, String, Map) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
addCreator(String, Creator) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
addCreator(String, String, Map) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
addCreator(String, Creator) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
addCreatorType(String, String) - Method in interface org.directwebremoting.extend.CreatorManager
In init mode, add a new type of creator
addCreatorType(String, String) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
addCreatorType(String, String) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
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.
addExcludeRule(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
addFilter(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a filter to whatever is being configured.
addFilter(AjaxFilter) - Method in class org.directwebremoting.spring.CreatorConfig
Convenience method for adding a filter.
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.
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.
addIncludeRule(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
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
 
addLine(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add lines to a signature.
addNoCacheHeaders(HttpServletResponse) - Static method in class org.directwebremoting.util.LocalUtil
Add headers to prevent browers and proxies from caching this reply.
addOptions(String, String[]) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addOptions(String, Collection, String) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addOptions(String, Collection, String, String) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addParam(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a parameter to whatever is being configured.
addParameter(Object, Object) - Method in class org.directwebremoting.impl.DefaultContainer
Set the class that should be used to implement the given interface
addParameter(Object, Object) - Method in class org.directwebremoting.spring.SpringContainer
 
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.
addRoleRestriction(String, String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
addRows(String, String[][], String) - Method in class org.directwebremoting.proxy.dwr.Util
Create rows inside a the table, tbody, thead or tfoot element (given by id).
addRows(String, String[][]) - Method in class org.directwebremoting.proxy.dwr.Util
Create rows inside a the table, tbody, thead or tfoot element (given by id).
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.Html4kScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
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.impl.DefaultScriptSession
 
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"
addScriptConduit(ScriptConduit) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
addScriptSession(ScriptSession) - Method in class org.directwebremoting.proxy.ScriptProxy
 
addScriptSessions(Collection) - Method in class org.directwebremoting.proxy.ScriptProxy
 
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
afterContainerSetup(Container) - Method in class org.directwebremoting.servlet.FileHandler
 
afterContainerSetup(Container) - Method in class org.directwebremoting.servlet.UrlProcessor
 
afterPropertiesSet() - Method in class org.directwebremoting.spring.BeanCreator
Is called by the Spring container after all properties have been set.
afterPropertiesSet() - Method in class org.directwebremoting.spring.DwrController
Is called by the Spring container after all properties have been set.
afterPropertiesSet() - Method in class org.directwebremoting.spring.SpringContainer
 
AjaxFilter - Interface in org.directwebremoting
A filter is a way to insert procesing 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.
AnnotationsConfigurator - Class in org.directwebremoting.annotations
A Configurator that works off Annotations.
AnnotationsConfigurator() - Constructor for class org.directwebremoting.annotations.AnnotationsConfigurator
 
appear(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.appear() function.
appear(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Appear() function.
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.
APPLICATION - Static variable in class org.directwebremoting.guice.DwrScopes
Application scope: objects in this scope are eagerly initialized during DWR servlet initialization, and Closeable objects in this scope are closed during DWR servlet destruction.
ApplicationScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per web application (i.e., per servlet context) and these instances should be created eagerly at servlet init() and closed (when they implement Closeable) at servlet destroy().
ArrayConverter - Class in org.directwebremoting.convert
An implementation of Converter for Arrays.
ArrayConverter() - Constructor for class org.directwebremoting.convert.ArrayConverter
 
ArrayOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that creates data from Collections.
ArrayOutboundVariable(OutboundContext) - Constructor for class org.directwebremoting.dwrp.ArrayOutboundVariable
Setup
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.
assertExecutionIsPossible(Creator, String, Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
assertIsDisplayable(Creator, String, Method) - Method in interface org.directwebremoting.extend.AccessControl
Check the method for accessibility at 'compile-time' (i.e.
assertIsDisplayable(Creator, String, Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
ATTRIBUTE_CALL_ID - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_CONTAINER_LIST - Static variable in class org.directwebremoting.impl.ContainerUtil
The name under which we publish all Containers.
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.
ATTRIBUTE_JETTY_CONDUIT - Static variable in class org.directwebremoting.dwrp.JettyContinuationSleeper
We remember the notify conduit so we can reuse it
ATTRIBUTE_NOTIFY_CONDUIT - Static variable in class org.directwebremoting.dwrp.PollBatch
We remember the notify conduit so we can reuse it
ATTRIBUTE_PAGE - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_PARAMETERS - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_PARTIAL_RESPONSE - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_SESSION_ID - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
attributeAdded(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
Auth - Annotation Type in org.directwebremoting.annotations
Restrict remote access to a method to users authorized under a certain J2EE role.
AuthHandler - Class in org.directwebremoting.servlet
A Handler that supports requests for auth.js
AuthHandler() - Constructor for class org.directwebremoting.servlet.AuthHandler
Setup the FileHandler defaults

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