Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.directwebremoting Classes and Interfaces - 484 results found.
NameDescriptionTypePackageFramework
AboutHandlerA handler for requests to create a debug index pageAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
AbstractConfigThe abstract config to use to configure parts of DWR in Spring.Classorg.directwebremoting.springDirectWebRemoting (DWR)
AbstractContainerAn implementation of some of the simpler methods from Container This class has nothing whatsoever to do withClassorg.directwebremoting.implDirectWebRemoting (DWR)
AbstractContextCloseHandlerA partially implemented handler for objects contained in contexts that are closing.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
AbstractContextScopePartial implementation of ContextScope.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
AbstractConverterA way to migrate from the DWRv2.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AbstractCreatorA simple implementation of the basic parts of CreatorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AbstractDwrGuiceServletContextListenerNot for subclassing directly; this is a common base for two different approaches to Injector creation and configuration, DwrGuiceServletContextListenerClassorg.directwebremoting.guiceDirectWebRemoting (DWR)
AbstractDwrModuleAn extension of the enhanced AbstractModule from the util subpackage that adds DWR configuration methods when used in conjunctionClassorg.directwebremoting.guiceDirectWebRemoting (DWR)
AbstractMapContextScopeA specialization of AbstractContextScope using a concurrent map to hold registered instance providers.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
AbstractModuleAn extension of Guice's AbstractModule that provides support for member injection of objects created before injector creation,Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
AbstractPerXStoreProviderA raw StoreProvider works on a global basis, so all users share the same data.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
AbstractServerLoadMonitorA base implementation of ServerLoadMonitor that implements waiting functionality, mostly to provide ServletContextListener.Classorg.directwebremoting.implDirectWebRemoting (DWR)
AbstractSimpleContextScopeA specialization of AbstractContextScope for the case when the context identifier itself can serve as a string-keyed instance registryClassorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
AbstractStoreProviderSome methods to help implementors create StoreProviders.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
AccessControlControl who should be accessing which methods on which classes.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AccessDeniedExceptionTODO: Work out if this exception actually helps.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AccessLogLevelenum AccessLogLevelextends java.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ActionDefinitionA simple WebWork action invocation definition (it is mapped to a com.Classorg.directwebremoting.webworkDirectWebRemoting (DWR)
ActionTimeoutAjaxFilterScriptSessions are timed out based on total user activity, which includes reverse ajax calls.Classorg.directwebremoting.filterDirectWebRemoting (DWR)
AjaxDataResultInterface defining access to a wrapped action result.Interfaceorg.directwebremoting.webworkDirectWebRemoting (DWR)
AjaxFilterA filter is a way to insert processing tasks at various points during the processing of an Ajax call.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
AjaxFilterChainAn AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
AjaxFilterManagerA class that manages the various AjaxFilters and what classes they are registered against.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AjaxTextResultInterface defining access to a wrapped rendered action result.Interfaceorg.directwebremoting.webworkDirectWebRemoting (DWR)
AlarmAn alarm is something that goes off at some point in the future.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
AllScriptSessionFilterA ScriptSessionFilter that passes everything.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AndScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match pass both the given ScriptSessionFiltersClassorg.directwebremoting.extendDirectWebRemoting (DWR)
AnnotationConfigParserCreates a post-processor that will scan the context for candidate beans ().Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
AnnotationScannerParserRegister a new bean definition and a proxy for each class that is annotated with RemoteProxy and is detected scanning theClassorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
AnnotationsConfiguratorA Configurator that works off Annotations.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
ApplicationScopedMarks classes for which there should be one instance per web application (i.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
ArrayConverterAn implementation of Converter for Arrays.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ArrayOutboundVariableAn OutboundVariable that declares a JavaScript arrayAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
AttributeValueExtractorThere are many ways to get a property from things, the most obvious would be reflection or introspection or using Map.Interfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
AuthRestrict remote access to a method to users authorized under a certain J2EE role.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
AuthHandlerA Handler that supports requests for auth.Classorg.directwebremoting.authDirectWebRemoting (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)
Base64This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
BaseCallHandlerA Marshaller that output plain Javascript.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
BaseDwrpHandlerClassorg.directwebremoting.dwrpDirectWebRemoting (DWR)
BasePollHandlerA Marshaller that output plain Javascript.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
BaseScriptConduitA ScriptConduit that works with the parent Marshaller.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
BasicObjectConverterBasicObjectConverter is a parent to BeanConverter and ObjectConverter an provides support for include and exclude lists,Classorg.directwebremoting.convertDirectWebRemoting (DWR)
BatchA Batch is a request from the client.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
BayeuxClientClassorg.directwebremoting.bayeuxDirectWebRemoting (DWR)
BayeuxScriptConduitClassorg.directwebremoting.bayeuxDirectWebRemoting (DWR)
BayeuxServletContextAttributeListenerClassorg.directwebremoting.bayeuxDirectWebRemoting (DWR)
BeanConverterConvert a Javascript associative array into a JavaBeanAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
BeanCreatorA creator that proxies to the specified bean.Classorg.directwebremoting.springDirectWebRemoting (DWR)
BeanFactoryLoaderKnows how to load a concrete BeanFactory.Interfaceorg.directwebremoting.guice.springDirectWebRemoting (DWR)
BigNumberConverterConverter for all primitive typesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
BlockingMessageListenerA MessageListener especially for DwrMessageConsumer that enables us to block waiting for a message.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
BrowserA collection of APIs that manage reverse ajax APIs.Classorg.directwebremotingDirectWebRemoting (DWR)
BrowserDetectVarious functions to do with working out what is at the other end of the wire, and what it can do.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
BuilderClass to enable us to build 'singleton' interface implementations.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CachingHandlerA handler that deals with ETags and other nonsense to do with keeping a browsers cache in-sync with a web server.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
CallCall is a POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data or exception).Classorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackA way to call functions in JavaScript that return data using a reverse ajaxAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.uiDirectWebRemoting (DWR)
CallbackHelperTODO: can we make this work without a factory?Author:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackHelperFactoryA class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
CallbackHelperFactory .CallbackHelperBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.extend.CallbackHelperFactoryDirectWebRemoting (DWR)
CallBatchA container for all the by-products of an HttpRequest parseAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
CallsThe request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
CharArrayConverterAn implementation of Converter for char arrays.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ClasspathScannerClasspathScanner enables you to find the set of classes that match some package name.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
CodeBlockA simple wrapper around a String to indicate that this string is executable Javascript and should not be quoted and escaped when it is passed to theClassorg.directwebremoting.uiDirectWebRemoting (DWR)
CollectionConverterAn implementation of Converter for Collections of Strings.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
CommonsFileUploadAn implementation of FileUpload that uses Apache Commons FileUpload.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
CommonsLoggingOutputThis class is intended to be used by Logger when commons-logging is available, but to not force Logger itself to depend on commons-logging soClassorg.directwebremoting.utilDirectWebRemoting (DWR)
ComparatorFactoryWe need a way to get a comparator for a given property of a given type.Interfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
CompareUtilSome utilities for comparing objects that could be nullAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.utilDirectWebRemoting (DWR)
CompressorAn interface to the various methods of compressing web resources.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConfigurationParserParses a tag and all its children.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
ConfiguratorProvides a way to add bits of configuration to the system.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConstructorConverterAn implementation of Converter for anything with a string constructor.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ConstructorPropertyClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerA very basic IoC container.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
ContainerAbstractionWe need to keep container specific logic out of BasePollHandler, and other parts of DWR.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerConfigurationExceptionSomething has gone wrong while configuring a ContainerAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ContainerMapA Map that uses a Container as it's source of data.Classorg.directwebremoting.implDirectWebRemoting (DWR)
ContainerUtilAn abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ContextContext is a way to return a value that can only be realized on the client.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
ContextCloseHandlerCalled for each instance in a context when the context is closed.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
ContextCloseHandlersClassorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
ContextConverterAn implementation of Converter for Context helper objects for ScriptProxies.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ContextRegistryManages instances for a context.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
ContextScopeA scope that looks up providers in a current context, using itself as a provider for the context.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
ContinuationA wrapper around Jetty and Grizzly Ajax ContinuationsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.utilDirectWebRemoting (DWR)
ControllerParserHandles tag.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
ConversionExceptionSomething has gone wrong when we were doing some conversion.Classorg.directwebremotingDirectWebRemoting (DWR)
ConverterAn interface for converting types from a string to some other type.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConverterConfigThe configuration for a Converter.Classorg.directwebremoting.springDirectWebRemoting (DWR)
ConverterDecoratorHandles tag.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
ConverterManagerA class to manage the converter types and the instantiated class name matches.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ConverterParserHelperClassorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
ConvertTagJSP tag to convert an object into javascript using the dwr converter manager <%@ taglib uri="http://directwebremoting.Classorg.directwebremoting.jspDirectWebRemoting (DWR)
ConvertUtilClassorg.directwebremoting.extendDirectWebRemoting (DWR)
CopyUtils This class provides static utility methods for buffered copying between sources (InputStream, Reader, String andClassorg.directwebremoting.utilDirectWebRemoting (DWR)
CreatorA base class for all AllowedClassesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
CreatorConfigThe configuration for a creator.Classorg.directwebremoting.springDirectWebRemoting (DWR)
CreatorManagerA class to manage the types of creators and the instantiated creators.Interfaceorg.directwebremoting.extendDirectWebRemoting (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)
CreatorParserHelperClassorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
CurrencyConverterAn implementation of Converter for java.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
CustomInjectorServletContextListenerRegister a concrete subclass of this as a servlet context listener; it uses createInjector() to obtain a custom InjectorClassorg.directwebremoting.guiceDirectWebRemoting (DWR)
DaemonThreadFactoryClassorg.directwebremoting.implDirectWebRemoting (DWR)
DataExternal interface to the set of StoreProviders that have beenAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.exportDirectWebRemoting (DWR)
DataTransferObjectConvert a class to JavaScript and back.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
DataUrlDownloadManagerA download manager that works my returning a data: URL so the data is sent directly without waiting in some store.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DateConverterAn implementation of Converter for Dates.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
DebuggingJsonDecoderA proxy implementation of JsonDecoder which simply passes the calls on to another JsonDecoder, but outputs debug logging what happened while theClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
DebuggingPrintWriterA PrintWriter that also sends its output to a log streamAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.utilDirectWebRemoting (DWR)
DebugPageGeneratorThe heart of DWR is a system to generate content from some requests.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DeclaredByFor matching methods declared by a given interface or superclass.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
DefaultAccessControlControl who should be accessing which methods on which classes.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultAjaxDataResultDefault implementation of AjaxDataResultAuthor:Alexandru PopescuClassorg.directwebremoting.webworkDirectWebRemoting (DWR)
DefaultAjaxFilterManagerThe default implementation of AjaxFilterManagerAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
DefaultAjaxTextResultDefault implementation of AjaxTextResultAuthor:Alexandru PopescuClassorg.directwebremoting.webworkDirectWebRemoting (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)
DefaultComparatorFactoryA ComparatorFactory that assumes thatAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.datasyncDirectWebRemoting (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)
DefaultJavascriptFunctionRepresents a callback function, passed in from a client for later execution.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DefaultJavascriptObjectRepresents a callback function, passed in from a client for later execution.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
DefaultMessageEventAn MessageEvent is fired to a set of MessageListeners by the DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.eventDirectWebRemoting (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)
DelegatingServletInputStreamDelegating implementation of ServletInputStream.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
DelegatingServletOutputStreamDelegating implementation of ServletOutputStream.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
DirectoryA way to find StoreProviders that people wish to expose to the Warning.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
DocumentA copy of some of the functions from the Document DOM object on the serverAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.ui.browserDirectWebRemoting (DWR)
DOM4JConverterAn implementation of Converter for DOM objects.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
DOMConverterAn implementation of Converter for DOM objects.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
DomUtilVarious utilities to make up for the fact that DOM isn't as useful as itAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.utilDirectWebRemoting (DWR)
DownloadHandlerA DownloadHandler is basically a FileServingServlet that integrates with a DownloadManager to purge files from the system that have been downloaded.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DownloadManagerA DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DTDEntityResolverWe want to read the config files in validating mode, and keep the DTD within the dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
DtoAllHandlerA handler for DTO class generation requestsAuthor:Mike Wilson [mikewse at hotmail dot com]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DtoHandlerA handler for DTO class generation requestsAuthor:Mike Wilson [mikewse at hotmail dot com]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DWRActionThis class represents the entry point to all WebWork action invocations.Classorg.directwebremoting.webworkDirectWebRemoting (DWR)
DwrAnnotationPostProcessorClassorg.directwebremoting.springDirectWebRemoting (DWR)
DwrClassPathBeanDefinitionScannerClassorg.directwebremoting.springDirectWebRemoting (DWR)
DwrCometProcessorA specialization of DwrServlet that allows Tomcat to give us the ability to drop threads.Classorg.directwebremoting.server.tomcatDirectWebRemoting (DWR)
DwrConnectionAn implementation of Connection for DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrConnectionFactoryAn implementation of ConnectionFactory for DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrConnectionMetaDataAn implementation of ConnectionMetaData that uses DWR meta-data.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrConstantsSome constants to do with the heart of DWR.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
DwrControllerA Spring Controller that handles DWR requests.Classorg.directwebremoting.springDirectWebRemoting (DWR)
DwrConvertedExceptionDwrConvertedException are automatically exported by DWR along with the message and (optionally) a map of data.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
DwrDestinationAn implementation of Destination for DWR.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrGuiceServletAn extension of the basic that configures itself for dependency injection with Guice.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
DwrGuiceServletContextListenerRegister a concrete subclass of this as a servlet context listener to configure an Injector with this as the only ModuleClassorg.directwebremoting.guiceDirectWebRemoting (DWR)
DwrGuiceUtilUtilities for making Injector and ServletContext instances available.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
DwrHandlerMappingAutomatically maps (at context startup) the URLs needed by DWR to a DWRController.Classorg.directwebremoting.springDirectWebRemoting (DWR)
DwrJaxerServletThis is the main servlet for the DWR/Jaxer integration.Classorg.directwebremoting.jaxer.servletDirectWebRemoting (DWR)
DwrListenerA ServletContextListener that can be used to pass the events on to everything in DWRs Container.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DwrMessageAn implementation of all the Message types rolled into one.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrMessageConsumerA MessageConsumer for DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrMessageProducerAn implementation of MessageProducer that sends messages out over Reverse Ajax to a client side hubClassorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrScopesScopes available to DWR applications.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
DwrServletThis is the main servlet that handles all the requests to DWR.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DwrSessionAn implementation of Session for DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrSpringNamespaceHandlerHandles all dwr namespace in XML files.Classorg.directwebremoting.springDirectWebRemoting (DWR)
DwrSpringServletThe servlet that handles all calls to DWR.Classorg.directwebremoting.springDirectWebRemoting (DWR)
DwrStoreHandlerA Handler that supports requests for util.Classorg.directwebremoting.dojoDirectWebRemoting (DWR)
DwrTopicClassorg.directwebremoting.jmsDirectWebRemoting (DWR)
DwrWebContextFilterA Servlet Filter that can be used with other web frameworks to allow use of WebContextFactory.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
DwrXmlConfiguratorA configurator that gets its configuration by reading a dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
EffectA server side proxy the the Script.Classorg.directwebremoting.proxy.scriptaculousDirectWebRemoting (DWR)
EffectA server side proxy the the Script.Classorg.directwebremoting.ui.scriptaculousDirectWebRemoting (DWR)
Ejb3CreatorA Creator that works against EJB3 beansAuthor:Squishy [Squishy_I at gmx dot net], Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.createDirectWebRemoting (DWR)
EmptyEntityResolverAn EntityResolver for use when you don't want to do any entity resolving.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
EngineEngine is a server-side proxy that allows Java programmers to call client side Javascript from Java.Classorg.directwebremoting.proxy.dwrDirectWebRemoting (DWR)
EngineEngine is a server-side proxy that allows Java programmers to call client side Javascript from Java.Classorg.directwebremoting.ui.dwrDirectWebRemoting (DWR)
EngineHandlerA Handler that supports requests for engine.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
EnginePrivateAn abstraction of the dwr.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
EnumConverterClassorg.directwebremoting.convertDirectWebRemoting (DWR)
ErrorOutboundVariableAn OutboundVariable that can not be recursive.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ExceptionConverterA special case of BeanConverter that doesn't convert StackTracesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ExceptionHandlerHandles an exception occurring during the request dispatching.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
ExportUtilClassorg.directwebremoting.implDirectWebRemoting (DWR)
ExtraLatencyAjaxFilterAn example filter that delays responding to a query by a customizable time to simulate Internet latency.Classorg.directwebremoting.filterDirectWebRemoting (DWR)
FacesExtensionFilterFilter integration for DWR framework.Classorg.directwebremoting.facesDirectWebRemoting (DWR)
FactoryFactory is not a user facing object, it is designed for system implementors.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
FakeHttpServletRequestFor the benefit of anyone that wants to create a fake HttpServletRequest that doesn't do anything other than not be null.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
FakeHttpServletResponseMock implementation of the HttpServletResponse interface.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
FakeHttpSessionFor the benefit of anyone that wants to create a fake HttpSession that doesn't do anything other than not be null.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
FakeRequestDispatcherMock implementation of the RequestDispatcher interface.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
FakeServletConfigA fake implementation of ServletConfig for cases (Like inside Spring) when you don't have a real one, or when you want to modify the initParametersClassorg.directwebremoting.utilDirectWebRemoting (DWR)
FakeServletContextFake implementation of the ServletContext interface.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
FieldPropertyAn implementation of Property that proxies to a FieldAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
FileConverterThe FileConverter can only convert inbound files, convertOutbound is not Files come from an on the client.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
FileJavaScriptHandlerMany JavaScriptHandlers just read their contents from a file.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
FileStoreDownloadManagerA DownloadManager that stores the files on disk.Classorg.directwebremoting.implDirectWebRemoting (DWR)
FileTransferOne of the 2 ways you can receive uploaded files from a DWR enabled page is to expose a method with a FileTransfer parameter.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
FileUploadAn interface to allow us to plug alternative FileUpload components into DWR, and more specifically, to plug in a null implementation if file commonsInterfaceorg.directwebremoting.dwrpDirectWebRemoting (DWR)
FilterFilter remote accesses to a class.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
FilterDecoratorHandles nested tags.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
FilterParserHelperConvenience methods to help parse a tag.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
FiltersFilter remote accesses to a class.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
FluentConfiguratorA Configurator that used the FluentInterface style as To wire up the configuration programmatically rather than having to useClassorg.directwebremoting.fluentDirectWebRemoting (DWR)
FormFieldThe result of a DWR query is normally a set of name/value pairs unless we are doing file-upload in which case there is more information with each field.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
GeneratedJavaScriptHandlerA base class for all generated JavaScript filesAuthor:Mike Wilson [mikewse at hotmail dot com]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
GiHandlerA Handler that supports requests for util.Classorg.directwebremoting.giDirectWebRemoting (DWR)
GlobalFilterA global filter that filters all remote accesses to classes.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
GrizzlyContainerAbstractionAn abstraction of the servlet container that is specific to GrizzlyAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.server.grizzlyDirectWebRemoting (DWR)
GrizzlyContinuationSleeperA Sleeper that works with Grizzly ContinuationsAuthor:Tim Peierls [tim at peierls dot net]See Also:Serialized FormClassorg.directwebremoting.server.grizzlyDirectWebRemoting (DWR)
GuiceCreatorA creator that uses Guice dependency injection to create remoted objects.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
H2BeanConverterBeanConverter that works with Hibernate to get BeanInfo.Classorg.directwebremoting.hibernateDirectWebRemoting (DWR)
H2PropertyDescriptorPropertyA Property that catches Hibernate exceptions.Classorg.directwebremoting.hibernateDirectWebRemoting (DWR)
H3BeanConverterBeanConverter that works with Hibernate to get BeanInfo.Classorg.directwebremoting.hibernateDirectWebRemoting (DWR)
H3PropertyDescriptorPropertyA Property that catches Hibernate exceptions.Classorg.directwebremoting.hibernateDirectWebRemoting (DWR)
H3SessionAjaxFilterAn AjaxFilter that uses DWR Hibernate support classes to do a Session.Classorg.directwebremoting.hibernateDirectWebRemoting (DWR)
HandlerA handler is a very simple servlet that does not differentiate between GET and POST, or need complex setup beyond what the container can provideInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
HitMonitorWe need a way to record how heavily used the server is, and adjust our behavior to reduce the load on the server.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
Html4kScriptConduitA ScriptConduit for use with HTML/PRE wrapped Javascript output.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
HtmlCallHandlerA Handler standard DWR calls whose replies are HTML wrapped.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
HtmlPollHandlerA Handler polling DWR calls whose replies are HTML wrapped.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
HtmlScriptConduitA ScriptConduit for use with HTML/SCRIPT wrapped Javascript output.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
HttpConstantsVarious constant for dealing with HTTP traffic.Interfaceorg.directwebremoting.servletDirectWebRemoting (DWR)
HubA server-side hub that can publish data across reverse ajax and sync with a number of other hubs, including: JMS, the OpenAjax Alliance hub, andInterfaceorg.directwebremotingDirectWebRemoting (DWR)
HubFactoryAn accessor for the current Hub.Classorg.directwebremotingDirectWebRemoting (DWR)
IdGeneratorId generator for DWR's CSRF protection session cookies and other duties.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
IdScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match the given session id.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
IDWRActionProcessorDWRAction pre/post processor.Interfaceorg.directwebremoting.webworkDirectWebRemoting (DWR)
IgnoreJsonDecoderA JsonDecoder that doesn't do anything, which is useful for validations that don't need to get any data, just check it's validity.Classorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
InboundContextInboundContext is the context for set of inbound conversions.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
InboundVariableA simple struct to hold data about a single converted javascript variable.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
IndexHandlerA handler for requests to create a debug index pageAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
InitDecoratorHandler for tags inside tags.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
InitializingBeanInterface to be implemented by beans that need to react once all their properties have been set by a Container: for example, to performInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
InMemoryDownloadManagerA DownloadManager that simply stores the links in-memory.Classorg.directwebremoting.implDirectWebRemoting (DWR)
InputStreamFactoryThis class gives some lifecycle to an InputStream.Interfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
InputStreamFactoryOutputStreamLoaderUsed when the FileTransfer has a InputStreamFactory, but what it really wants is an OutputStreamLoaderClassorg.directwebremoting.extendDirectWebRemoting (DWR)
InstanceMapA specialization of ConcurrentMap with keys of type Key and values of type InstanceProvider.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
InstanceProviderMarker interface for ContextRegistry implementations to recognize registered instance providers.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
InterfaceHandlerA handler for interface generation requestsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
InternalAjaxFilterManager specified at Guice bind-time.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
InternalConfiguratorDelegates to an injected configurator.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
InternalConverterManager specified at Guice bind-time.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
InternalCreatorManager specified at Guice bind-time.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
InvalidJsonExceptionClassorg.directwebremoting.jsonDirectWebRemoting (DWR)
ItemAnalogous to a Map.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
ItemUpdateAnalogous to a Map.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
JavaccJsonParserBuilderA Builder that creates JavaccJsonParsers.Classorg.directwebremoting.json.parse.javaccDirectWebRemoting (DWR)
JavascriptFunctionRepresents a callback function, passed in from a client for later execution.Interfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
JavascriptFunctionConverterA Converter for JavascriptFunctionsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
JavaScriptHandlerOnce we know a resource is JavaScript, we can go about compressing it.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
JavascriptObjectRepresents a JavaScript object, passed in from a client for later use.Interfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
JavascriptObjectConverterA Converter for JavascriptFunctionsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
JavascriptUtilVarious Javascript code utilities.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
JaxerContainerThis is a simple enhancement of DefaultContainer that provides a set of default resources for running inside Jaxer.Classorg.directwebremoting.jaxer.implDirectWebRemoting (DWR)
JaxerInterfaceHandlerA handler for interface generation requestsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jaxer.servletDirectWebRemoting (DWR)
JaxerRemoterThis is a customization of DefaultRemoter which is needed because DWR+Jaxer has a different definition of scriptName than plain vanilla DWRClassorg.directwebremoting.jaxer.implDirectWebRemoting (DWR)
JDOMConverterAn implementation of Converter for DOM objects.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
JettyContainerAbstractionAn abstraction of the servlet container that is specific to JettyAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.server.jettyDirectWebRemoting (DWR)
JettyContinuationSleeperA Sleeper that works with Jetty ContinuationsAuthor:Joe Walker [joe at getahead dot ltd dot uk], Tim Peierls [tim at peierls dot net]See Also:Serialized FormClassorg.directwebremoting.server.jettyDirectWebRemoting (DWR)
JsfCreatorThis is a DWR creator implementation, to allow dwr beans to be allocated into JSF scopes and into jeffs3 specific scope (i.Classorg.directwebremoting.facesDirectWebRemoting (DWR)
JsonArrayClassorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonBooleanThe Json version of a booleanAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonDecoderUsed by JsonParser to allow the parse process to be mostly stateless, and to abstract the process of creating objects.Interfaceorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonModeMarshallExceptionJsonModeMarshallException is a hint to the conversion process that we are trying to convert in JSON mode, but we've discovered recursive data.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
JsonNullClassorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonNumberThe Json version of a NumberAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonObjectIn official JSON parlance this should be called Object, however this would cause confusion with Object which is auto-imported.Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonParseExceptionClassorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserParse some JSON input and produce some objects that represent the input.Interfaceorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserFactoryAn accessor for the current JsonParser.Classorg.directwebremoting.json.parseDirectWebRemoting (DWR)
JsonParserFactory .JsonParserBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.json.parse.JsonParserFactoryDirectWebRemoting (DWR)
JsonpCallExceptionCalled when a JSON request is not formatted properlyAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.jsonpDirectWebRemoting (DWR)
JsonpCallHandlerA Handler JSON/REST DWR calls.Classorg.directwebremoting.jsonpDirectWebRemoting (DWR)
JsonRpcCallExceptionThrown when a JSON-RPC request is not validAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcCallHandlerA Handler for JSON-RPC calls.Classorg.directwebremoting.jsonrpcDirectWebRemoting (DWR)
JsonRpcCallsAn extension to the Calls object to hold JsonRpc version information.Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcCallsJsonDecoderA JsonDecoder that creates a JsonRpcCalls structure.Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcConstantsVarious constants from the JSON-RPC spec: http://groups.Interfaceorg.directwebremoting.jsonrpcDirectWebRemoting (DWR)
JsonRpcErrorA Container for a JSON-RPC requestAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonRpcResponseA Container for a JSON-RPC responseAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonrpc.ioDirectWebRemoting (DWR)
JsonSerializerInterfaceorg.directwebremoting.json.serializeDirectWebRemoting (DWR)
JsonSerializerFactoryAn accessor for the current JsonParser.Classorg.directwebremoting.json.serializeDirectWebRemoting (DWR)
JsonSerializerFactory .JsonSerializerBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.json.serialize.JsonSerializerFactoryDirectWebRemoting (DWR)
JsonStringThe Json version of a StringAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
JsonUtilVarious utilities to make parsing and reading JSON easierAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.jsonDirectWebRemoting (DWR)
JsonValueJsonValue allows you to hold any of the JSON types and to get a string version without needing to know what type you have.Classorg.directwebremoting.json.typesDirectWebRemoting (DWR)
LegacyCompressorAn implementation of Compressor that does nothing.Classorg.directwebremoting.implDirectWebRemoting (DWR)
LocalDateTimeConverterClassorg.directwebremoting.convertDirectWebRemoting (DWR)
LocaleConverterAn implementation of Converter for java.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
LocalJsonSerializerClassorg.directwebremoting.json.serialize.localDirectWebRemoting (DWR)
LocalJsonSerializerBuilderA Builder that creates LocalJsonSerializers.Classorg.directwebremoting.json.serialize.localDirectWebRemoting (DWR)
LocalUtilVarious utilities, stuff that we're still surprised isn't in the JDK, and stuff that perhaps is borderline JDK material, but isn't really pure DWRClassorg.directwebremoting.utilDirectWebRemoting (DWR)
LogErrorHandlerAn ErrorHandler that writes to the Log classAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.utilDirectWebRemoting (DWR)
LoggerA very quick and dirty logging implementation.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
LoggersA collection of standard log destinationsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.utilDirectWebRemoting (DWR)
LoggingOutputWe don't want to force users to use commons-logging, but there are no logging APIs available at 1.Interfaceorg.directwebremoting.utilDirectWebRemoting (DWR)
LoginRequiredExceptionClassorg.directwebremoting.implDirectWebRemoting (DWR)
MapConverterAn implementation of Converter for Maps.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
MapStoreProviderA simple implementation of StoreProvider that uses a Map.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
MarshallExceptionSomething has gone wrong when we were doing some conversion.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
MasterModuleManagerA ModuleManager that delegates to customModuleManager and fallbackModuleManager.Classorg.directwebremoting.implDirectWebRemoting (DWR)
MatchedItemsMatchedItems is simply a holder for a list of matched Items and a total match count, used by:Classorg.directwebremoting.ioDirectWebRemoting (DWR)
MessageEventAn MessageEvent is fired to a set of MessageListeners by the DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.eventDirectWebRemoting (DWR)
MessageListenerMost listeners have a parameter that inherits from EventObject, but not JMS which just uses aInterfaceorg.directwebremoting.eventDirectWebRemoting (DWR)
MethodDeclarationAn immutable value object for method declaration information.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
MethodInterceptorWrapperA way to wrap MethodInterceptors with extra functionality.Interfaceorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
MimeConstantsVarious constants from generating output.Interfaceorg.directwebremoting.utilDirectWebRemoting (DWR)
MinimalistExceptionConverterA special case of BeanConverter for use by default with Throwables, which only outputs a "broken" message.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ModuleInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ModuleManagerInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
MonitorHandlerA monitoring system so we can see what is going on inside DWRAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
NamedConverterAdditions to Converter that allow objects to have names that are exposed toAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
NamespaceParserHelperConvenience methods to find things in context while parsing DWR namespace.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
NestedOutboundVariableA helper for implementing OutboundVariable when you have childrenAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
NestedPropertyClassorg.directwebremoting.extendDirectWebRemoting (DWR)
NewCreatorA creator that simply uses the default constructor each time it is called.Classorg.directwebremoting.createDirectWebRemoting (DWR)
NonNestedOutboundVariableAn OutboundVariable that we know to be unable to recurseAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
NotFoundHandlerDisplay a 404 "not found" messageAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
NullCompressorAn implementation of Compressor that does nothing.Classorg.directwebremoting.implDirectWebRemoting (DWR)
NullConverterAn implementation of Converter for null and undefined.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
NullCreatorA creator that simply uses the default constructor each time it is called.Classorg.directwebremoting.createDirectWebRemoting (DWR)
NumbersProduces a Numbered instance for a given value.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
ObjectConverterConvert a Javascript associative array into a JavaBeanAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ObjectOutboundVariableAn OutboundVariable that declares a JavaScript objectAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
OutboundContextWe need to keep track of stuff while we are converting on the way out to This class helps track the conversion process.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
OutboundVariableA simple data container for the strings that comprise information about how a Java object has been converted into Javascript.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
OutermostCallInterceptorProvides static decorator method for restricting interception to the outermost of several nested matching join points.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
OutOfScopeExceptionThrown by Providers returned by scope(Key, Provider)Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
OutputAlarmAn Alarm that goes off whenever output happens on a ScriptSession.Classorg.directwebremoting.implDirectWebRemoting (DWR)
OutputStreamLoaderThis class gives some lifecycle to an OutputStream.Interfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
OutputStreamLoaderInputStreamFactoryUsed when the FileTransfer has a OutputStreamLoader, but what it really wants is an InputStreamFactoryClassorg.directwebremoting.extendDirectWebRemoting (DWR)
OverridePropertyA Property for when we've been given override information in a signaturesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
PageFlowCreator The name Creator is a little misleading in that implies that a PageFlow is being created.Classorg.directwebremoting.beehiveDirectWebRemoting (DWR)
PageNormalizerAn interface to resolve the fact that many webservers treat blah/index.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
PageScriptSessionFilterA ScriptSessionFilter that only allows ScriptSessions that match the given page.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
PairMan this is embarrassing.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
ParallelDefaultRemoterThis implementation is not officially supported, and may be removed at some point in the future.Classorg.directwebremoting.contribDirectWebRemoting (DWR)
ParamA parameter consisting of a name/value pair.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
ParameterPropertyAn implementation of Property that gets type information from the 'n'th parameter to a methodClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ParamNameenum ParamNameextends java.Classorg.directwebremoting.guiceDirectWebRemoting (DWR)
PartialResponseenum PartialResponseextends java.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
PathConstantsVarious constants from generating output.Interfaceorg.directwebremoting.servletDirectWebRemoting (DWR)
PerHttpSessionStoreProviderA StoreProvider that allows us to have a number of StoreProviders for each HttpSession.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PerScriptSessionStoreProviderA StoreProvider that allows us to have a number of StoreProviders for each ScriptSession.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PlainCallHandlerA Handler standard DWR calls whose replies are NOT HTML wrapped.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
PlainPollHandlerA Handler polling DWR calls whose replies are NOT HTML wrapped.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
PlainPropertyAn implementation of Property that simply uses stored values.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
PlainScriptConduitA ScriptConduit for use with plain Javascript output.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
PojoAttributeValueExtractorAn AttributeValueExtractor that simply calls LocalUtil.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
PollBatchA container for the information passed in by an Poll requestAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
PollingServerLoadMonitorA default implementation of ServerLoadMonitorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
PrimitiveConverterConverter for all primitive typesAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
PropertyDescribes some way to get or set a bit of data on an object.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
PropertyDescriptorPropertyAn implementation of Property that proxies to a PropertyDescriptorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ProtocolConstantsVarious constants for type conversionAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ProvidersUtilities for creating ad hoc providers.Classorg.directwebremoting.guice.utilDirectWebRemoting (DWR)
Providers .BindingProviderFor fluent-style decoration with one or more method bindings when using Providers.Interfaceorg.directwebremoting.guice.util.ProvidersDirectWebRemoting (DWR)
ProxyInterfaceConverterA converter that works to create objects that implement some interface and proxies the method calls back to the client via aClassorg.directwebremoting.convertDirectWebRemoting (DWR)
ProxyParserCreates a proxy for a bean usually defined in another Spring context and referenced using Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
PurgingDownloadManagerA DownloadManager that simply stores downloads in memory until they are requested and then removes them.Classorg.directwebremoting.implDirectWebRemoting (DWR)
QueryOptionsContains valid dojo data Read API values for the queryOptions object (see http://www.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
RawConverterA Converter that does nothing.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
RawDataSometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we shouldInterfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
RealRawDataSometimes DWR can't know at runtime the type of the inbound data, this class allows us to defer conversion until we know more about the type we shouldClassorg.directwebremoting.extendDirectWebRemoting (DWR)
RealScriptSessionRealScriptSession is the real interface that should be implemented in place of ScriptSession.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RealWebContextAn interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ReflectionJsonDecoderA JsonDecoder that de-serializes the data into an existing set ofAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
RemoteDecoratorClassorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
RemotePropertyMake property available for remote access.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
RemoteProxyMake a class available for remote access.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
RemoterThe heart of DWR is a system to generate content from some requests.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
RepliesThe request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ReplyReply is a read-only POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data orClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptBufferA ScriptBuffer is like a StringBuffer except that it is used to create Javascript commands.Classorg.directwebremotingDirectWebRemoting (DWR)
ScriptBufferUtilA simple utility class to extract a String from a ScriptBuffer.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptConduitWhile a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - pass scripts straight to me and bypass theClassorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptedCreatorA creator that uses BeanShell to evaluate some script to create an object.Classorg.directwebremoting.createDirectWebRemoting (DWR)
ScriptProxyClass to help people send scripts to collections of browsers.Classorg.directwebremoting.proxyDirectWebRemoting (DWR)
ScriptProxyClass to help people send scripts to collections of browsers.Classorg.directwebremoting.uiDirectWebRemoting (DWR)
ScriptScopeenum ScriptScopeextends java.Classorg.directwebremoting.annotationsDirectWebRemoting (DWR)
ScriptSessionScript scope is like session scope except that it is managed using a Javascript variable.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
ScriptSessionBindingEventEvents of this type are either sent to an object that implements ScriptSessionBindingListener when it is bound or unbound from aClassorg.directwebremoting.eventDirectWebRemoting (DWR)
ScriptSessionBindingListenerCauses an object to be notified when it is bound to or unbound from a session.Interfaceorg.directwebremoting.eventDirectWebRemoting (DWR)
ScriptSessionEventThis is the class representing event notifications for changes to script sessions within a web application.Classorg.directwebremoting.eventDirectWebRemoting (DWR)
ScriptSessionFilterA way to loop over a set ScriptSessions looking for instances that match some pattern.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
ScriptSessionListener active sessions in a web application.Interfaceorg.directwebremoting.eventDirectWebRemoting (DWR)
ScriptSessionManagerA ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable)Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
ScriptSessionsA class to act on the current ScriptSession(s).Classorg.directwebremotingDirectWebRemoting (DWR)
SecuritySome simple replacement utilities to help people protect themselves from This class represents some simple filters which may protect fromClassorg.directwebremotingDirectWebRemoting (DWR)
ServerContextServerContext is something of a misnomer - it refers to a running DwrServlet (or a similar concept when DWR is run inside Guice/Spring/etc).Interfaceorg.directwebremotingDirectWebRemoting (DWR)
ServerContextFactoryAccessor for the current ServerContext.Classorg.directwebremotingDirectWebRemoting (DWR)
ServerContextFactory .ServerContextBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.ServerContextFactoryDirectWebRemoting (DWR)
ServerExceptionSomething has gone wrong when we were doing some conversion.Classorg.directwebremoting.extendDirectWebRemoting (DWR)
ServerLoadMonitorPolling or Comet style interactive web applications require something to monitor high levels of server load to ensure thatInterfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
Servlet2ContainerAbstractionAn abstraction of the servlet container that just follows the standardsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.server.servlet2DirectWebRemoting (DWR)
Servlet3ContainerAbstractionAn abstraction of the servlet container that just follows the standardsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.server.servlet3DirectWebRemoting (DWR)
Servlet3SleeperA Sleeper that works with Jetty ContinuationsAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.server.servlet3DirectWebRemoting (DWR)
ServletConverterA converter that magics up HTTP objectsAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.convertDirectWebRemoting (DWR)
ServletLoggingOutputAn implementation of LoggingOutput that sends stuff to the Servlet.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
SessionProgressListenerProgress listener that stores results in the user session.Classorg.directwebremoting.eventDirectWebRemoting (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)
SignatureDecoratorClassorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
SignatureParserA parser for type info in a dwr.Classorg.directwebremoting.implDirectWebRemoting (DWR)
SimpleInputStreamFactorySimpleInputStreamFactory is just an InputStreamFactory that holds an InputStream and can close it at the right time (if required)Classorg.directwebremoting.extendDirectWebRemoting (DWR)
SimpleJsonDecoderClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
SleeperA Sleeper allows the request to halt and cease execution for some time, while still allowing output.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
SmallSiteServerLoadMonitorA default implementation of ServerLoadMonitorAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
SortCriteriaComparatorA Comparator that uses a list of SortCriterion to decide how to sort the beans.Classorg.directwebremoting.datasyncDirectWebRemoting (DWR)
SortCriterionA SortCriterion describes one facet of a possible way of sorting some data.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
SpringConfiguratorClassorg.directwebremoting.springDirectWebRemoting (DWR)
SpringContainerA Container implementation that looks up all beans from the configuration specified in a Spring context.Classorg.directwebremoting.springDirectWebRemoting (DWR)
SpringCreatorA creator that relies on a spring bean factory.Classorg.directwebremoting.springDirectWebRemoting (DWR)
SpringModuleTies SpringIntegration.Classorg.directwebremoting.guice.springDirectWebRemoting (DWR)
StartupUtilSome utilities to help get DWR up and runningAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.implDirectWebRemoting (DWR)
Stateenum Stateextends java.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
StatefulJsonDecoderA stateful implementation of JsonDecoder where we track the stack of objects and allow a subclass to have a simpler set of things to doClassorg.directwebremoting.json.parse.implDirectWebRemoting (DWR)
StaticCreatorA creator that attempts to grab an instance of a static/singleton class.Classorg.directwebremoting.createDirectWebRemoting (DWR)
StoreChangeListenerWe sometimes need to monitor what is happening to a store and the items itAuthor:Joe Walker [joe at getahead dot ltd dot uk]Interfaceorg.directwebremoting.ioDirectWebRemoting (DWR)
StoreProviderA StoreProvider is something like a Map where the API revolves around getting blocks of entries rather than individual entries andInterfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
StoreProviderFactoryThe PerXStoreProviders (like PerHttpSessionStoreProvider and PerScriptSessionStoreProvider) need a way to createInterfaceorg.directwebremoting.datasyncDirectWebRemoting (DWR)
StoreRegionA zone of data within a StoreProvider.Classorg.directwebremoting.ioDirectWebRemoting (DWR)
StringConverterAn implementation of Converter for Strings.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
StringEnumAbstractBaseConverterUsed by XmlBeanConverter.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
StringWrapperA wrapper around a String to distinguish a string entered into a ScriptBuffer as code and a string entered asClassorg.directwebremoting.ioDirectWebRemoting (DWR)
StringWrapperConverterAn implementation of Converter for StringWrapper.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
SwallowingHttpServletResponseUsed by ExecutionContext to forward results back via javascript.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
SystemVarious functions exported by DWR to help us with various book-keepingAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.exportDirectWebRemoting (DWR)
SystemOutLoggingOutputAn implementation of LoggingOutput that sends stuff to System.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
TaskDispatcherWe would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
TaskDispatcherFactoryA class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.extendDirectWebRemoting (DWR)
TaskDispatcherFactory .TaskDispatcherBuilderHack to get around Generics not being implemented by erasureMethods inherited from interface org.Interfaceorg.directwebremoting.extend.TaskDispatcherFactoryDirectWebRemoting (DWR)
TemplateHandlerA Handler that allows some very simple search and replace templating.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
TestEnvironmentClassorg.directwebremoting.implDirectWebRemoting (DWR)
TestHandlerA handler for requests to create a class debug pageAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.servletDirectWebRemoting (DWR)
TestMethodsClassorg.directwebremotingDirectWebRemoting (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)
TomcatContainerAbstractionAn abstraction of the servlet container that is specific to TomcatAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.server.tomcatDirectWebRemoting (DWR)
TomcatSleeperA Sleeper that works with Tomcat CometEventsAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized FormClassorg.directwebremoting.server.tomcatDirectWebRemoting (DWR)
TransientScriptSessionAn implementation of ScriptSession and RealScriptSession.Classorg.directwebremoting.implDirectWebRemoting (DWR)
TransientScriptSessionManagerA default implementation of ScriptSessionManager.Classorg.directwebremoting.implDirectWebRemoting (DWR)
UninitializingBeanLike InitializingBean except that this requests notification when things are shutting down.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
UnsupportedThis class tracks the parts of the JMS spec that DWR to not support.Classorg.directwebremoting.jmsDirectWebRemoting (DWR)
UnsupportedFileUploadA default implementation of FileUpload for cases when Commons File-Upload is not available.Classorg.directwebremoting.dwrpDirectWebRemoting (DWR)
URIConverterAn implementation of Converter for Strings.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
URLConverterAn implementation of Converter for Strings.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
UrlMappingParserConverts tag in the adequate DwrHandlerMapping bean definition.Classorg.directwebremoting.spring.namespaceDirectWebRemoting (DWR)
UrlProcessorThis is the main servlet that handles all the requests to DWR.Classorg.directwebremoting.servletDirectWebRemoting (DWR)
UserAgentenum UserAgentextends java.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
UtilUtil is a server-side proxy that allows Java programmers to call client side Javascript from Java.Classorg.directwebremoting.proxy.dwrDirectWebRemoting (DWR)
UtilUtil is a server-side proxy that allows Java programmers to call client side Javascript from Java.Classorg.directwebremoting.ui.dwrDirectWebRemoting (DWR)
UtilHandlerA Handler that supports requests for util.Classorg.directwebremoting.ui.servletDirectWebRemoting (DWR)
VersionUtilInterface to the system version info file.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
WaitControllerA WaitController allows the ServerLoadMonitor to know what is waiting and enables it to tell them to stop waiting.Interfaceorg.directwebremoting.extendDirectWebRemoting (DWR)
WebApplicationContextLoaderA BeanFactory loader that loads a WebApplicationContext given a servlet context.Classorg.directwebremoting.guice.springDirectWebRemoting (DWR)
WebContextClass to enable us to access servlet parameters.Interfaceorg.directwebremotingDirectWebRemoting (DWR)
WebContextFactoryAccessor for the current WebContext.Classorg.directwebremotingDirectWebRemoting (DWR)
WebContextFactory .WebContextBuilder This class is for internal use only.Interfaceorg.directwebremoting.WebContextFactoryDirectWebRemoting (DWR)
WebworkUtilHandlerA Handler that supports requests for DWRActionUtil.Classorg.directwebremoting.webworkDirectWebRemoting (DWR)
WideOpenCreatorManagerThis is a modification of DefaultCreatorManager that attempts to do a second round of configuration to allow direct access to any classes in theClassorg.directwebremoting.jaxer.implDirectWebRemoting (DWR)
WindowA copy of some of the functions from the Window DOM object on the serverAuthor:Joe Walker [joe at getahead dot ltd dot uk]Classorg.directwebremoting.ui.browserDirectWebRemoting (DWR)
Window .OptionBuilderAide to building windowFeatures strings.Classorg.directwebremoting.ui.browser.WindowDirectWebRemoting (DWR)
WriterOutputStreamThis is not the evil hack you are looking for.Classorg.directwebremoting.utilDirectWebRemoting (DWR)
XmlBeanConverterA Converter for Apache XMLBeans.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
XOMConverterAn implementation of Converter for DOM objects.Classorg.directwebremoting.convertDirectWebRemoting (DWR)
YahooJSCompressorJavaScript Compression Implementation using the YUI Compressor.Classorg.directwebremoting.implDirectWebRemoting (DWR)