Package org.directwebremoting.impl

Class Summary
AbstractContainer An implementation of some of the simpler methods from Container This class has nothing whatsoever to do with ContainerAbstraction.
AbstractFileGenerator A helper to aid implementing FileGenerator that takes care of the filename and mimeType fields
AbstractServerLoadMonitor A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown().
BasicAlarm An Alarm that goes off 'manually', that is to say by the calling of BasicAlarm.raiseAlarm().
ContainerMap A Map that uses a Container as it's source of data.
ContainerUtil An abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec.
DataUrlDownloadManager A download manager that works my returning a data: URL so the data is sent directly without waiting in some store.
DefaultAccessControl Control who should be accessing which methods on which classes.
DefaultAjaxFilterManager The default implementation of AjaxFilterManager
DefaultContainer DefaultContainer is like a mini-IoC container for DWR.
DefaultCreatorManager A class to manage the types of creators and the instantiated creators.
DefaultDebugPageGenerator A default implementation of TestPageGenerator
DefaultHub DWR's default implementation of Hub
DefaultHubBuilder A HubBuilder that creates DefaultHubs.
DefaultPageNormalizer 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.
DefaultRemoter In implementation of Remoter that delegates requests to a set of Modules
DefaultScriptSession An implementation of ScriptSession and RealScriptSession.
DefaultScriptSessionManager A default implementation of ScriptSessionManager.
DefaultServerContext The Default implementation of ServerContext
DefaultServerContextBuilder A ServerContextBuilder that creates DefaultServerContexts.
DefaultServerLoadMonitor A smart implementation of ServerLoadMonitor.
DefaultWebContext A default implementation of WebContext.
DefaultWebContextBuilder A WebContextBuilder that creates DefaultWebContexts.
DTDEntityResolver 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.
DwrXmlConfigurator A configurator that gets its configuration by reading a dwr.xml file.
ExecuteAjaxFilter The last element in a filter chain actually executes the method.
FieldProperty An implementation of Property that proxies to a Field
FileStoreDownloadManager A DownloadManager that stores the files on disk.
FileTransferFileGenerator An implementation of FileGenerator that uses a FileTransfer.
GrizzlyContainerAbstraction An abstraction of the servlet container that is specific to Grizzly
GrizzlyContinuationSleeper A Sleeper that works with Grizzly Continuations
ImageIOFileGenerator A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
InMemoryDownloadManager A DownloadManager that simply stores the links in-memory.
InputStreamFileGenerator A way to convert BufferedImages to files so they can be written using a FileServingServlet or similar.
JettyContainerAbstraction An abstraction of the servlet container that is specific to Jetty
JettyContinuationSleeper A Sleeper that works with Jetty Continuations
OutputAlarm An Alarm that goes off whenever output happens on a ScriptSession.
PollingServerLoadMonitor A default implementation of ServerLoadMonitor
PropertyDescriptorProperty An implementation of Property that proxies to a PropertyDescriptor
PurgingDownloadManager A DownloadManager that simply stores downloads in memory until they are requested and then removes them.
ServletSpecContainerAbstraction An abstraction of the servlet container that just follows the standards
ShutdownAlarm An Alarm that allows the system to close all connections when it is shutting down.
SignatureParser A parser for type info in a dwr.xml signature.
SmallSiteServerLoadMonitor A default implementation of ServerLoadMonitor
StartupUtil Some utilities to help get DWR up and running
ThreadDroppingServerLoadMonitor A smart implementation of ServerLoadMonitor, customized for Jetty.
ThreadWaitSleeper The simplest type of Sleeper that just uses Object.wait() and Object.notify() to halt a Thread and restart it.
TimedAlarm An Alarm that goes off after a certain length of time.
 


Copyright ¬ 2005