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

D

dataReturned(T) - Method in class org.directwebremoting.proxy.Callback
A browser has completed some remote call as has data for you
DataTransferObject - Annotation Type in org.directwebremoting.annotations
Convert a class to JavaScript and back.
DataUrlDownloadManager - Class in org.directwebremoting.impl
A download manager that works my returning a data: URL so the data is sent directly without waiting in some store.
DataUrlDownloadManager() - Constructor for class org.directwebremoting.impl.DataUrlDownloadManager
 
DateConverter - Class in org.directwebremoting.convert
An implementation of Converter for Dates.
DateConverter() - Constructor for class org.directwebremoting.convert.DateConverter
 
debug(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
debug(String) - Method in class org.directwebremoting.util.Logger
Logger a debug message
debug(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a debug message
debug(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
debug(String) - Method in class org.directwebremoting.util.SystemOutLoggingOutput
 
debugConfig(Container) - Static method in class org.directwebremoting.impl.ContainerUtil
Create a bunch of debug information about a container
DebuggingPrintWriter - Class in org.directwebremoting.util
A PrintWriter that also sends its output to a log stream
DebuggingPrintWriter(String, Writer) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter, without automatic line flushing.
DebuggingPrintWriter(String, Writer, boolean) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter.
DebuggingPrintWriter(String, OutputStream) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
DebuggingPrintWriter(String, OutputStream, boolean) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter from an existing OutputStream.
DebugPageGenerator - Interface in org.directwebremoting.extend
The heart of DWR is a system to generate content from some requests.
decode(Object) - Method in class org.directwebremoting.util.Base64
 
decode(byte[]) - Method in class org.directwebremoting.util.Base64
 
decode(String) - Static method in class org.directwebremoting.util.LocalUtil
URL decode a value.
decodeBase64(byte[]) - Static method in class org.directwebremoting.util.Base64
Decodes Base64 data into octects
DEFAULT_DWR_XML - Static variable in interface org.directwebremoting.extend.DwrConstants
The default dwr.xml file path
DEFAULT_SERVERCONTEXT_NAME - Static variable in class org.directwebremoting.impl.ContainerUtil
We store a single ServerContext in the contextMap under this name.
DEFAULT_TIMEOUT_MILLIS - Static variable in interface org.directwebremoting.extend.ScriptSessionManager
The default length of time a session can go unused before it automatically becomes invalid and is recycled.
DefaultAccessControl - Class in org.directwebremoting.impl
Control who should be accessing which methods on which classes.
DefaultAccessControl() - Constructor for class org.directwebremoting.impl.DefaultAccessControl
 
DefaultAjaxDataResult - Class in org.directwebremoting.webwork
Default implementation of AjaxDataResult
DefaultAjaxDataResult(Object) - Constructor for class org.directwebremoting.webwork.DefaultAjaxDataResult
Sole constructor.
DefaultAjaxFilterManager - Class in org.directwebremoting.impl
The default implementation of AjaxFilterManager
DefaultAjaxFilterManager() - Constructor for class org.directwebremoting.impl.DefaultAjaxFilterManager
 
DefaultAjaxTextResult - Class in org.directwebremoting.webwork
Default implementation of AjaxTextResult
DefaultAjaxTextResult() - Constructor for class org.directwebremoting.webwork.DefaultAjaxTextResult
Empty constructor.
DefaultAjaxTextResult(String) - Constructor for class org.directwebremoting.webwork.DefaultAjaxTextResult
Creates an DefaultAjaxTextResult wrapping the given string.
DefaultContainer - Class in org.directwebremoting.impl
DefaultContainer is like a mini-IoC container for DWR.
DefaultContainer() - Constructor for class org.directwebremoting.impl.DefaultContainer
 
DefaultConverterManager - Class in org.directwebremoting.dwrp
A class to manage the converter types and the instantiated class name matches.
DefaultConverterManager() - Constructor for class org.directwebremoting.dwrp.DefaultConverterManager
 
DefaultCreatorManager - Class in org.directwebremoting.impl
A class to manage the types of creators and the instantiated creators.
DefaultCreatorManager() - Constructor for class org.directwebremoting.impl.DefaultCreatorManager
 
DefaultDebugPageGenerator - Class in org.directwebremoting.impl
A default implementation of TestPageGenerator
DefaultDebugPageGenerator() - Constructor for class org.directwebremoting.impl.DefaultDebugPageGenerator
 
DefaultHub - Class in org.directwebremoting.impl
DWR's default implementation of Hub
DefaultHub() - Constructor for class org.directwebremoting.impl.DefaultHub
 
DefaultHubBuilder - Class in org.directwebremoting.impl
A HubBuilder that creates DefaultHubs.
DefaultHubBuilder() - Constructor for class org.directwebremoting.impl.DefaultHubBuilder
 
DefaultPageNormalizer - Class in org.directwebremoting.impl
The default implementation of PageNormalizer attempts to read from WEB-INF/web.xml to find a welcome-files element, and uses a default of removing "index.html" and "index.jsp" if this procedure fails.
DefaultPageNormalizer() - Constructor for class org.directwebremoting.impl.DefaultPageNormalizer
 
DefaultRemoter - Class in org.directwebremoting.impl
In implementation of Remoter that delegates requests to a set of Modules
DefaultRemoter() - Constructor for class org.directwebremoting.impl.DefaultRemoter
 
DefaultScriptSession - Class in org.directwebremoting.impl
An implementation of ScriptSession and RealScriptSession.
DefaultScriptSessionManager - Class in org.directwebremoting.impl
A default implementation of ScriptSessionManager.
DefaultScriptSessionManager() - Constructor for class org.directwebremoting.impl.DefaultScriptSessionManager
Setup a timer that will invalidate sessions
DefaultServerContext - Class in org.directwebremoting.impl
The Default implementation of ServerContext
DefaultServerContext(ServletConfig, ServletContext, Container) - Constructor for class org.directwebremoting.impl.DefaultServerContext
Build a new DefaultServerContext
DefaultServerContextBuilder - Class in org.directwebremoting.impl
A ServerContextBuilder that creates DefaultServerContexts.
DefaultServerContextBuilder() - Constructor for class org.directwebremoting.impl.DefaultServerContextBuilder
 
DefaultServerLoadMonitor - Class in org.directwebremoting.impl
A smart implementation of ServerLoadMonitor.
DefaultServerLoadMonitor() - Constructor for class org.directwebremoting.impl.DefaultServerLoadMonitor
 
DefaultWebContext - Class in org.directwebremoting.impl
A default implementation of WebContext.
DefaultWebContext(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Constructor for class org.directwebremoting.impl.DefaultWebContext
Create a new DefaultWebContext
DefaultWebContextBuilder - Class in org.directwebremoting.impl
A WebContextBuilder that creates DefaultWebContexts.
DefaultWebContextBuilder() - Constructor for class org.directwebremoting.impl.DefaultWebContextBuilder
 
DelegatingServletInputStream - Class in org.directwebremoting.util
Delegating implementation of ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.directwebremoting.util.DelegatingServletInputStream
Create a new DelegatingServletInputStream.
DelegatingServletOutputStream - Class in org.directwebremoting.util
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.directwebremoting.util.DelegatingServletOutputStream
Create a new DelegatingServletOutputStream.
deliver(Client, String, Object, String) - Method in class org.directwebremoting.bayeux.BayeuxClient
 
dereference() - Method in class org.directwebremoting.extend.InboundContext
When we are sure we have finished parsing the input, we can begin to fix all cross-references.
dereference() - Method in class org.directwebremoting.extend.InboundVariable
Attempt to de-reference an inbound variable.
destroy() - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
destroy() - Method in class org.directwebremoting.guice.DwrGuiceServlet
Closes any Closeable application-scoped objects.
destroy() - Method in class org.directwebremoting.servlet.DwrServlet
 
destroy() - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in interface org.directwebremoting.AjaxFilter
The doFilter method of the AjaxFilter is called by DWR each time an Ajax request is made on a method that this filter is configured against.
doFilter(Object, Method, Object[]) - Method in interface org.directwebremoting.AjaxFilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.impl.ExecuteAjaxFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
DOM4JConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
DOM4JConverter() - Constructor for class org.directwebremoting.convert.DOM4JConverter
 
DOMConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
DOMConverter() - Constructor for class org.directwebremoting.convert.DOMConverter
 
DomUtil - Class in org.directwebremoting.util
Various utilities to make up for the fact that DOM isn't as useful as it could be.
DomUtil() - Constructor for class org.directwebremoting.util.DomUtil
 
DownloadHandler - Class in org.directwebremoting.servlet
A DownloadHandler is basically a FileServingServlet that integrates with a DownloadManager to purge files from the system that have been downloaded.
DownloadHandler() - Constructor for class org.directwebremoting.servlet.DownloadHandler
 
DownloadManager - Interface in org.directwebremoting.extend
A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.
dropOut(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.dropOut() function.
dropOut(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.DropOut() function.
DTDEntityResolver - Class in org.directwebremoting.impl
We want to read the config files in validating mode, and keep the DTD within the dwr.jar file so we need to be able to help the parser find the DTD.
DTDEntityResolver() - Constructor for class org.directwebremoting.impl.DTDEntityResolver
 
DWRAction - Class in org.directwebremoting.webwork
This class represents the entry point to all WebWork action invocations.
DwrAnnotationNamespaceHandler - Class in org.directwebremoting.spring
Adds the missing elements to the DWR namespace handling.
DwrAnnotationNamespaceHandler() - Constructor for class org.directwebremoting.spring.DwrAnnotationNamespaceHandler
 
DwrAnnotationPostProcessor - Class in org.directwebremoting.spring
 
DwrAnnotationPostProcessor() - Constructor for class org.directwebremoting.spring.DwrAnnotationPostProcessor
 
DwrConnection - Class in org.directwebremoting.jms
An implementation of Connection for DWR
DwrConnection() - Constructor for class org.directwebremoting.jms.DwrConnection
Simple setup
DwrConnectionFactory - Class in org.directwebremoting.jms
An implementation of ConnectionFactory for DWR
DwrConnectionFactory() - Constructor for class org.directwebremoting.jms.DwrConnectionFactory
 
DwrConnectionMetaData - Class in org.directwebremoting.jms
An implementation of ConnectionMetaData that uses DWR meta-data.
DwrConnectionMetaData() - Constructor for class org.directwebremoting.jms.DwrConnectionMetaData
 
DwrConstants - Interface in org.directwebremoting.extend
Some constants to do with the heart of DWR.
DwrController - Class in org.directwebremoting.spring
A Spring Controller that handles DWR requests.
DwrController() - Constructor for class org.directwebremoting.spring.DwrController
 
DwrDestination - Class in org.directwebremoting.jms
An implementation of Destination for DWR.
DwrDestination() - Constructor for class org.directwebremoting.jms.DwrDestination
 
DwrGuiceServlet - Class in org.directwebremoting.guice
An extension of the basic DwrServlet that configures itself for dependency injection with Guice.
DwrGuiceServlet() - Constructor for class org.directwebremoting.guice.DwrGuiceServlet
 
DwrGuiceServletContextListener - Class in org.directwebremoting.guice
Register a concrete subclass of this as a servlet context listener to configure an Injector and stash it in the ServletContext.
DwrGuiceServletContextListener() - Constructor for class org.directwebremoting.guice.DwrGuiceServletContextListener
 
DwrHandlerMapping - Class in org.directwebremoting.spring
Automatically maps (at context startup) the URLs needed by DWR to a DWRController.
DwrHandlerMapping() - Constructor for class org.directwebremoting.spring.DwrHandlerMapping
 
DwrMessage - Class in org.directwebremoting.jms
An implementation of all the Message types rolled into one.
DwrMessage() - Constructor for class org.directwebremoting.jms.DwrMessage
Default ctor
DwrMessage(String) - Constructor for class org.directwebremoting.jms.DwrMessage
Ctor for setting up a TextMessage
DwrMessage(Serializable) - Constructor for class org.directwebremoting.jms.DwrMessage
Ctor for setting up an ObjectMessage
DwrMessage(Hub, MessageEvent) - Constructor for class org.directwebremoting.jms.DwrMessage
Ctor for propagation from the DWR Hub.
DwrMessageConsumer - Class in org.directwebremoting.jms
A MessageConsumer for DWR
DwrMessageConsumer(DwrConnection, Destination) - Constructor for class org.directwebremoting.jms.DwrMessageConsumer
 
DwrMessageConsumer(DwrConnection, Destination, String) - Constructor for class org.directwebremoting.jms.DwrMessageConsumer
 
DwrMessageConsumer(DwrConnection, Destination, String, boolean) - Constructor for class org.directwebremoting.jms.DwrMessageConsumer
 
DwrMessageConsumer.MessageListenerMessageListener - Class in org.directwebremoting.jms
 
DwrMessageConsumer.MessageListenerMessageListener() - Constructor for class org.directwebremoting.jms.DwrMessageConsumer.MessageListenerMessageListener
 
DwrMessageProducer - Class in org.directwebremoting.jms
An implementation of MessageProducer that sends messages out over Reverse Ajax to a client side hub
DwrMessageProducer(Destination, DwrConnection) - Constructor for class org.directwebremoting.jms.DwrMessageProducer
 
DwrNamespaceHandler - Class in org.directwebremoting.spring
The Spring namespace handler which handles all elements that are defined as part of the DWR namespace, except .
DwrNamespaceHandler() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler
 
DwrScopes - Class in org.directwebremoting.guice
Scopes available to DWR applications.
DwrServlet - Class in org.directwebremoting.servlet
This is the main servlet that handles all the requests to DWR.
DwrServlet() - Constructor for class org.directwebremoting.servlet.DwrServlet
 
DWRServlet - Class in uk.ltd.getahead.dwr
Deprecated. Use org.directwebremoting.servlet.DwrServlet
DWRServlet() - Constructor for class uk.ltd.getahead.dwr.DWRServlet
Deprecated.  
DwrSession - Class in org.directwebremoting.jms
An implementation of Session for DWR
DwrSession(DwrConnection, boolean, int) - Constructor for class org.directwebremoting.jms.DwrSession
 
DwrSpringServlet - Class in org.directwebremoting.spring
The servlet that handles all calls to DWR.
DwrSpringServlet() - Constructor for class org.directwebremoting.spring.DwrSpringServlet
 
DwrTopic - Class in org.directwebremoting.jms
A Topic for DWR
DwrTopic(String) - Constructor for class org.directwebremoting.jms.DwrTopic
 
DwrWebContextFilter - Class in org.directwebremoting.servlet
A Servlet Filter that can be used with other web frameworks to allow use of WebContextFactory.
DwrWebContextFilter() - Constructor for class org.directwebremoting.servlet.DwrWebContextFilter
 
DwrXmlConfigurator - Class in org.directwebremoting.impl
A configurator that gets its configuration by reading a dwr.xml file.
DwrXmlConfigurator() - Constructor for class org.directwebremoting.impl.DwrXmlConfigurator
 

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