Package org.directwebremoting.impl

Class Summary
AbstractContainer An implementation of some of the simpler methods from Container
AbstractServerLoadMonitor A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown().
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.
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 instansiated creators.
DefaultDebugPageGenerator A default implementation of TestPageGenerator
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 proceedure fails.
DefaultRemoter In implementation of Remoter that delegates requests to a set of Modules
DefaultScriptSession An implementation of ScriptSession and RealScriptSession.
DefaultScriptSessionManager A default implmentation 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
PollingServerLoadMonitor A default implementation of ServerLoadMonitor
PropertyDescriptorProperty An implementation of Property that proxies to a PropertyDescriptor
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.