Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.directwebremoting.impl Classes and Interfaces - 55 results found.
NameDescriptionTypePackageFramework
AbstractContainerAn implementation of some of the simpler methods from Container This class has nothing whatsoever to do withClassorg.directwebremoting.implDirectWebRemoting (DWR)
AbstractServerLoadMonitorA base implementation of ServerLoadMonitor that implements waiting functionality, mostly to provide ServletContextListener.Classorg.directwebremoting.implDirectWebRemoting (DWR)
AccessLogLevelenum AccessLogLevelextends java.Classorg.directwebremoting.implDirectWebRemoting (DWR)
AutoShutdownScheduledThreadPoolExecutorJust a standard ScheduledThreadPoolExecutor with a single default thread in the pool (we're not doing heavy scheduling) that is also aClassorg.directwebremoting.implDirectWebRemoting (DWR)
ContainerMapA Map that uses a Container as it's source of data.Classorg.directwebremoting.implDirectWebRemoting (DWR)
CreatorModuleAn adapter module for Creators.Classorg.directwebremoting.implDirectWebRemoting (DWR)
CreatorModuleManagerAn adapter ModuleManager for CreatorsAuthor:Mike Wilson [mikewse at g mail dot com]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DaemonThreadFactoryClassorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultAccessControlControl who should be accessing which methods on which classes.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultAjaxFilterManagerThe default implementation of AjaxFilterManagerAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultBuilderA Builder that creates DefaultHubs.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultCallbackHelperThe default implementation of CallbackHelperAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultCallbackHelperBuilderA Builder that creates DefaultCallbackHelpers.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultContainerDefaultContainer is like a mini-IoC container for DWR.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultConverterManagerA class to manage the converter types and the instantiated class name matches.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultCreatorManagerA class to manage the types of creators and the instantiated creators.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultDebugPageGeneratorA default implementation of TestPageGeneratorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultHubDWR's default implementation of HubAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultHubBuilderA Builder that creates DefaultHubs.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultPageNormalizerThe default implementation of PageNormalizer attempts to read from WEB-INF/web.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultRemoterAn implementation of Remoter that delegates requests to a set of ModulesAuthor:Joe Walker [joe at getahead dot ltd dot uk], Mike Wilson [mikewse at g mail dot com]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultScriptSessionAn implementation of ScriptSession and RealScriptSession.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultScriptSessionManagerA default implementation of ScriptSessionManager.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultSecureIdGeneratorAn id generator that generates secure (non-predictable) random strings that are guaranteed to be unique for eternity within the scope of theClassorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultServerContextThe Default implementation of ServerContextAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultServerContextBuilderA ServerContextBuilder that creates DefaultServerContexts.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultServerLoadMonitorA smart implementation of ServerLoadMonitor.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultTaskDispatcherDefault single node implementation of TaskDispatcherAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultTaskDispatcherBuilderA Builder that creates DefaultTaskDispatchers.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultWebContextA default implementation of WebContext.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultWebContextBuilderA WebContextBuilder that creates DefaultWebContexts.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DTDEntityResolverWe want to read the config files in validating mode, and keep the DTD within the dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DwrXmlConfiguratorA configurator that gets its configuration by reading a dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ExportUtilClassorg.directwebremoting.implDirectWebRemoting (DWR)
FileStoreDownloadManagerA DownloadManager that stores the files on disk.Classorg.directwebremoting.implDirectWebRemoting (DWR)
InMemoryDownloadManagerA DownloadManager that simply stores the links in-memory.Classorg.directwebremoting.implDirectWebRemoting (DWR)
LegacyCompressorAn implementation of Compressor that does nothing.Classorg.directwebremoting.implDirectWebRemoting (DWR)
LoginRequiredExceptionClassorg.directwebremoting.implDirectWebRemoting (DWR)
MasterModuleManagerA ModuleManager that delegates to customModuleManager and fallbackModuleManager.Classorg.directwebremoting.implDirectWebRemoting (DWR)
NullCompressorAn implementation of Compressor that does nothing.Classorg.directwebremoting.implDirectWebRemoting (DWR)
OutputAlarmAn Alarm that goes off whenever output happens on a ScriptSession.Classorg.directwebremoting.implDirectWebRemoting (DWR)
PollingServerLoadMonitorA default implementation of ServerLoadMonitorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
PurgingDownloadManagerA DownloadManager that simply stores downloads in memory until they are requested and then removes them.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ShrinkSafeCompressorJavaScript Compression Implementation using Dojo ShrinkSafe.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ShutdownAlarmAn Alarm that allows the system to close all connections when it is shutting WARNING: This code has a non-obvious side effect - The server loadClassorg.directwebremoting.implDirectWebRemoting (DWR)
SignatureParserA parser for type info in a dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
SmallSiteServerLoadMonitorA default implementation of ServerLoadMonitorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
StartupUtilSome utilities to help get DWR up and runningAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
TestEnvironmentClassorg.directwebremoting.implDirectWebRemoting (DWR)
ThreadDroppingServerLoadMonitorA smart implementation of ServerLoadMonitor, customized for Jetty.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ThreadWaitSleeperThe simplest type of Sleeper that just uses Object.Classorg.directwebremoting.implDirectWebRemoting (DWR)
TimedAlarmAn Alarm that goes off after a certain length of time.Classorg.directwebremoting.implDirectWebRemoting (DWR)
TransientScriptSessionAn implementation of ScriptSession and RealScriptSession.Classorg.directwebremoting.implDirectWebRemoting (DWR)
TransientScriptSessionManagerA default implementation of ScriptSessionManager.Classorg.directwebremoting.implDirectWebRemoting (DWR)
YahooJSCompressorJavaScript Compression Implementation using the YUI Compressor.Classorg.directwebremoting.implDirectWebRemoting (DWR)