MCPcopy Create free account

hub / github.com/directwebremoting/dwr / types & classes

Types & classes658 in github.com/directwebremoting/dwr

ClassAboutHandler
A handler for requests to create a debug index page @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/servlet/AboutHandler.java:31
ClassAbstractBar
core/api/test/java/org/directwebremoting/util/LocalUtilTest.java:146
ClassAbstractBindingProvider
serverside/guice/main/java/org/directwebremoting/guice/util/Providers.java:168
ClassAbstractConfig
The abstract config to use to configure parts of DWR in Spring. <br> @see org.directwebremoting.extend.AccessControl#addIncludeRule(String, String) @
serverside/spring/main/java/org/directwebremoting/spring/AbstractConfig.java:34
ClassAbstractContainer
An implementation of some of the simpler methods from {@link Container} This class has nothing whatsoever to do with {@link org.directwebremoting.exte
core/impl/main/java/org/directwebremoting/impl/AbstractContainer.java:32
ClassAbstractContextCloseHandler
A partially implemented handler for objects contained in contexts that are closing. Concrete extensions of this class only have to define {@code close
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractContextCloseHandler.java:24
ClassAbstractContextScope
Partial implementation of {@link ContextScope}. Concrete implementations must pass the context identifier type to the super constructor and define {@c
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractContextScope.java:42
ClassAbstractConverter
A way to migrate from the DWRv2.0 Converter style to something in the future. Inheriting from this is advised to help with forwards compatibility. @au
core/api/main/java/org/directwebremoting/extend/AbstractConverter.java:24
ClassAbstractCreator
A simple implementation of the basic parts of Creator @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/AbstractCreator.java:28
ClassAbstractDwrGuiceServletContextListener
Not for subclassing directly; this is a common base for two different approaches to {@code Injector} creation and configuration, {@link DwrGuiceServle
serverside/guice/main/java/org/directwebremoting/guice/AbstractDwrGuiceServletContextListener.java:41
ClassAbstractDwrModule
An extension of the enhanced {@link AbstractModule} from the util subpackage that adds DWR configuration methods when used in conjunction with {@link
serverside/guice/main/java/org/directwebremoting/guice/AbstractDwrModule.java:39
ClassAbstractJsfCreator
This is a DWR creator implementation, to allow dwr beans to be allocated into JSF scopes and into jeffs3 specific scope (i.e. the flow scope) @author
noncla/various/main/java/org/directwebremoting/faces/AbstractJsfCreator.java:31
ClassAbstractMapContextScope
A specialization of {@link AbstractContextScope} using a concurrent map to hold registered instance providers. Concrete implementations must define {@
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractMapContextScope.java:30
ClassAbstractModule
An extension of Guice's {@link com.google.inject.AbstractModule AbstractModule} that provides support for member injection of objects created before i
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractModule.java:57
ClassAbstractPerXStoreProvider
A raw StoreProvider works on a global basis, so all users share the same data. We envisage a number of ways to sub-divide this. For example, one store
core/api/main/java/org/directwebremoting/datasync/AbstractPerXStoreProvider.java:35
ClassAbstractServerLoadMonitor
A base implementation of {@link ServerLoadMonitor} that implements waiting functionality, mostly to provide {@link ServletContextListener#contextDestr
core/impl/main/java/org/directwebremoting/impl/AbstractServerLoadMonitor.java:34
ClassAbstractSimpleContextScope
A specialization of {@link AbstractContextScope} for the case when the context identifier itself can serve as a string-keyed instance registry using s
serverside/guice/main/java/org/directwebremoting/guice/util/AbstractSimpleContextScope.java:27
ClassAbstractStoreProvider
Some methods to help implementors create {@link StoreProvider}s. It is strongly recommended that all implementors of {@link StoreProvider} inherit fro
core/api/main/java/org/directwebremoting/datasync/AbstractStoreProvider.java:48
ClassAbstractStoreProviderTest
core/api/test/java/org/directwebremoting/datasync/AbstractStoreProviderTest.java:22
InterfaceAccessControl
Control who should be accessing which methods on which classes. @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/AccessControl.java:24
ClassAccessDeniedException
TODO: Work out if this exception actually helps. @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/AccessDeniedException.java:22
EnumAccessLogLevel
@author David Marginian [david at butterdev dot com]. Represent the accessLogLevel's that can be set as init-params on the DWR Servlet (see DefaultRe
core/impl/main/java/org/directwebremoting/impl/AccessLogLevel.java:30
ClassActionDefinition
A simple WebWork action invocation definition (it is mapped to a <code>com.opensymphony.webwork.dispatcher.mapper.ActionMapping</code>). @author <a h
serverside/webwork/main/java/org/directwebremoting/webwork/ActionDefinition.java:10
ClassActionTimeoutAjaxFilter
{@link ScriptSession}s are timed out based on total user activity, which includes reverse ajax calls. You may wish to timeout a ScriptSession while th
core/impl/main/java/org/directwebremoting/filter/ActionTimeoutAjaxFilter.java:34
InterfaceAjaxDataResult
Interface defining access to a wrapped action result. @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
serverside/webwork/main/java/org/directwebremoting/webwork/AjaxDataResult.java:8
InterfaceAjaxFilter
A filter is a way to insert processing tasks at various points during the processing of an Ajax call. <p>Example filters:</p> <ul> <li>Authentication<
core/api/main/java/org/directwebremoting/AjaxFilter.java:34
InterfaceAjaxFilterChain
An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation. @see org.directwebremoting.AjaxFilter @since
core/api/main/java/org/directwebremoting/AjaxFilterChain.java:27
InterfaceAjaxFilterManager
A class that manages the various <code>AjaxFilter</code>s and what classes they are registered against. @author Joe Walker [joe at getahead dot ltd do
core/api/main/java/org/directwebremoting/extend/AjaxFilterManager.java:27
InterfaceAjaxResult
Marker interface for wrapped invocation results. @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
serverside/webwork/main/java/org/directwebremoting/webwork/AjaxResult.java:8
InterfaceAjaxTextResult
Interface defining access to a wrapped rendered action result. @author <a href='mailto:the_mindstorm[at]evolva[dot]ro'>Alexandru Popescu</a>
serverside/webwork/main/java/org/directwebremoting/webwork/AjaxTextResult.java:8
InterfaceAlarm
An alarm is something that goes off at some point in the future. Alarms must be constructed with a {@link Sleeper} so they can act to tell the Sleeper
core/api/main/java/org/directwebremoting/extend/Alarm.java:13
ClassAllConverterTest
The tests for the <code>PrimitiveConverter</code> class. @see PrimitiveConverter @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/test/java/org/directwebremoting/convert/AllConverterTest.java:45
ClassAllScriptSessionFilter
A {@link ScriptSessionFilter} that passes everything. @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/AllScriptSessionFilter.java:25
ClassAmdDtoHandler
A handler for DTO class generation requests compatible with the AMD module format. @author Mike Wilson [mikewse at hotmail dot com]
core/impl/main/java/org/directwebremoting/servlet/AmdDtoHandler.java:25
ClassAmdEngineHandler
A Handler that supports requests for engine.js compatible with the AMD format. @author Mike Wilson
core/impl/main/java/org/directwebremoting/servlet/AmdEngineHandler.java:24
ClassAmdInterfaceHandler
A handler for interface generation requests compatible with AMD format. @author Mike Wilson
core/impl/main/java/org/directwebremoting/servlet/AmdInterfaceHandler.java:22
ClassAmdModule
A class that abstracts the generation of AMD script modules. @author Mike Wilson [mikewse at hotmail dot com]
core/impl/main/java/org/directwebremoting/servlet/AmdModule.java:25
ClassAmdUtilHandler
A Handler that supports requests for util.js compatible with the AMD format. @author Mike Wilson
ui/dwr/main/java/org/directwebremoting/ui/servlet/AmdUtilHandler.java:26
ClassAndScriptSessionFilter
A {@link ScriptSessionFilter} that only allows {@link ScriptSession}s that match pass both the given {@link ScriptSessionFilter}s
core/api/main/java/org/directwebremoting/extend/AndScriptSessionFilter.java:25
ClassAnnotatedBean
@author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/test/java/org/directwebremoting/annotations/AnnotatedBean.java:21
ClassAnnotatedBeanSuper
@author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/test/java/org/directwebremoting/annotations/AnnotatedBeanSuper.java:21
ClassAnnotationConfigParser
Creates a post-processor that will scan the context for candidate beans (<code>&lt;dwr:annotation-config /&gt;</code>). It will register a new creator
serverside/spring/main/java/org/directwebremoting/spring/namespace/AnnotationConfigParser.java:30
ClassAnnotationScannerParser
Register a new bean definition and a proxy for each class that is annotated with {@link org.directwebremoting.annotations.RemoteProxy} and is detected
serverside/spring/main/java/org/directwebremoting/spring/namespace/AnnotationScannerParser.java:44
ClassAnnotationsConfigurator
A Configurator that works off Annotations. @author Maik Schreiber [blizzy AT blizzy DOT de] @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/annotations/AnnotationsConfigurator.java:45
ClassAnnotationsConfiguratorTest
@author David Marginian [david at butterdev dot com] This needs to be expanded on a lot, but it's a start.
core/impl/test/java/org/directwebremoting/annotations/AnnotationsConfiguratorTest.java:30
ClassApplicationScope
serverside/guice/main/java/org/directwebremoting/guice/DwrScopes.java:133
ClassArrayConverter
An implementation of Converter for Arrays. @author Joe Walker [joe at getahead dot ltd dot uk] @noinspection RefusedBequest
core/impl/main/java/org/directwebremoting/convert/ArrayConverter.java:42
ClassArrayOutboundVariable
An OutboundVariable that declares a JavaScript array @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/ArrayOutboundVariable.java:22
ClassAttributeScriptSessionFilter
ui/dwr/demo/java/com/example/dwr/reverseajax/PeopleTable.java:86
InterfaceAttributeValueExtractor
There are many ways to get a property from things, the most obvious would be reflection or introspection or using {@link java.util.Map#get}. This inte
core/api/main/java/org/directwebremoting/datasync/AttributeValueExtractor.java:24
ClassAuthHandler
A Handler that supports requests for auth.js
noncla/various/main/java/org/directwebremoting/auth/AuthHandler.java:24
ClassAutoShutdownScheduledThreadPoolExecutor
Just a standard ScheduledThreadPoolExecutor with a single default thread in the pool (we're not doing heavy scheduling) that is also a {@link ServletC
core/impl/main/java/org/directwebremoting/impl/AutoShutdownScheduledThreadPoolExecutor.java:31
InterfaceBar
core/api/test/java/org/directwebremoting/util/LocalUtilTest.java:141
ClassBarImpl
core/api/test/java/org/directwebremoting/util/LocalUtilTest.java:157
ClassBase64
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N. Freed and N. Borenstein. <a href="http://www.ietf.org/rfc/rfc2045.tx
core/api/main/java/org/directwebremoting/util/Base64.java:78
ClassBaseCallHandler
A Marshaller that output plain Javascript. This marshaller can be tweaked to output Javascript in an HTML context. This class works in concert with Ca
etc/future/scanner/BaseCallHandler.java:65
ClassBaseCallHandler
A Marshaller that output plain Javascript. This marshaller can be tweaked to output Javascript in an HTML context. This class works in concert with Ca
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseCallHandler.java:67
ClassBaseDtoAllHandler
Base class handler for dtoall generation requests @author Mike Wilson [mikewse at hotmail dot com]
core/impl/main/java/org/directwebremoting/servlet/BaseDtoAllHandler.java:26
ClassBaseDtoHandler
A handler for DTO class generation requests @author Mike Wilson [mikewse at hotmail dot com]
core/impl/main/java/org/directwebremoting/servlet/BaseDtoHandler.java:30
ClassBaseDwrpHandler
@author Joe Walker [joe at getahead dot ltd dot uk]
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseDwrpHandler.java:30
ClassBaseEngineHandler
A Handler that supports requests for engine.js @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/servlet/BaseEngineHandler.java:31
ClassBaseInterfaceHandler
Handler base class for interface generation requests @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/servlet/BaseInterfaceHandler.java:31
ClassBaseModule
A base class for script modules. @author Mike Wilson [mikewse at hotmail dot com]
core/impl/main/java/org/directwebremoting/servlet/BaseModule.java:24
ClassBasePollHandler
A Marshaller that output plain Javascript. This marshaller can be tweaked to output Javascript in an HTML context. This class works in concert with Ca
protocol/dwrp/main/java/org/directwebremoting/dwrp/BasePollHandler.java:56
ClassBaseScriptConduit
A ScriptConduit that works with the parent Marshaller. In some ways this is nasty because it has access to essentially private parts of BasePollHandle
protocol/dwrp/main/java/org/directwebremoting/dwrp/BaseScriptConduit.java:29
ClassBaseSleeper
Common functionality for stock Sleepers. @author Mike Wilson
core/impl/main/java/org/directwebremoting/impl/BaseSleeper.java:39
ClassBaseUtilHandler
A Handler that supports requests for util.js @author Joe Walker [joe at getahead dot ltd dot uk]
ui/dwr/main/java/org/directwebremoting/ui/servlet/BaseUtilHandler.java:25
ClassBasicObjectConverter
BasicObjectConverter is a parent to {@link BeanConverter} and {@link ObjectConverter} an provides support for include and exclude lists, and instanceT
core/impl/main/java/org/directwebremoting/convert/BasicObjectConverter.java:52
ClassBatch
A Batch is a request from the client. This can be either a from a call ({@link CallBatch}) or an active reverse ajax poll ({@link PollBatch}) @author
protocol/dwrp/main/java/org/directwebremoting/dwrp/Batch.java:44
ClassBean
core/api/test/java/org/directwebremoting/util/LocalUtilTest.java:100
ClassBeanConverter
Convert a Javascript associative array into a JavaBean @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/convert/BeanConverter.java:35
ClassBeanConverterTest
@author Bram Smeets @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/test/java/org/directwebremoting/convert/BeanConverterTest.java:36
ClassBeanCreator
A creator that proxies to the specified bean. <br> Note that it can be configured with additional include rules, exclude rules, filters and authentica
serverside/spring/main/java/org/directwebremoting/spring/BeanCreator.java:35
ClassBeanEx
An example that is mapped to a bean @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/test/java/org/directwebremoting/convert/mapped/BeanEx.java:24
InterfaceBeanFactoryLoader
Knows how to load a concrete BeanFactory.
serverside/guice/main/java/org/directwebremoting/guice/spring/BeanFactoryLoader.java:23
ClassBigNumberConverter
Converter for all primitive types @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/convert/BigNumberConverter.java:34
InterfaceBindingProvider
For fluent-style decoration with one or more method bindings when using {@link #fromConstructor(Class, Key...)}.
serverside/guice/main/java/org/directwebremoting/guice/util/Providers.java:73
ClassBlockingMessageListener
A {@link MessageListener} especially for {@link DwrMessageConsumer} that enables us to block waiting for a message. <p>What happens if we try to do a
serverside/various/main/java/org/directwebremoting/jms/BlockingMessageListener.java:30
ClassBrowser
A collection of APIs that manage reverse ajax APIs. <p>See {@link #withAllSessions} for a menu of the various different with methods. <p>The {@link R
core/api/main/java/org/directwebremoting/Browser.java:41
ClassBrowserDetect
Various functions to do with working out what is at the other end of the wire, and what it can do. <h2>Version number documentation</h2> <h3>Firefox
core/api/main/java/org/directwebremoting/util/BrowserDetect.java:58
ClassBrowserMessageListener
A struct to collect the data we need to remember against a subscription
core/impl/main/java/org/directwebremoting/export/System.java:180
InterfaceBuilder
Class to enable us to build 'singleton' interface implementations. It is assumed that there is one 'singleton' per {@link ServerContext}. Both this cl
core/api/main/java/org/directwebremoting/extend/Builder.java:30
ClassCachedResource
I wish Java had tuples
core/impl/main/java/org/directwebremoting/servlet/CachingHandler.java:256
ClassCachingHandler
A handler that deals with ETags and other nonsense to do with keeping a browsers cache in-sync with a web server. @author Joe Walker [joe at getahead
core/impl/main/java/org/directwebremoting/servlet/CachingHandler.java:36
ClassCall
Call 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
etc/future/scanner/Call.java:35
ClassCall
Call 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
core/api/main/java/org/directwebremoting/extend/Call.java:35
ClassCallBatch
A container for all the by-products of an HttpRequest parse @author Joe Walker [joe at getahead dot ltd dot uk]
protocol/dwrp/main/java/org/directwebremoting/dwrp/CallBatch.java:38
ClassCallCallable
An implementation of Callable that uses a DWR Call object.
noncla/various/main/java/org/directwebremoting/contrib/ParallelDefaultRemoter.java:150
ClassCallScriptConduit
A ScriptConduit that works with the parent Marshaller. In some ways this is nasty because it has access to essentially private parts of BaseCallHandle
etc/future/scanner/BaseCallHandler.java:455
ClassCallback
A way to call functions in JavaScript that return data using a reverse ajax proxy. @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/ui/Callback.java:32
InterfaceCallbackHelper
TODO: can we make this work without a factory? @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/CallbackHelper.java:24
InterfaceCallbackHelperBuilder
Hack to get around Generics not being implemented by erasure
core/api/main/java/org/directwebremoting/extend/CallbackHelperFactory.java:67
ClassCallbackHelperFactory
A class to help with the use of {@link Callback}s @author Joe Walker [joe at getahead dot ltd dot uk]
core/api/main/java/org/directwebremoting/extend/CallbackHelperFactory.java:26
ClassCalls
The request made by the browser which consists of a number of function call requests and some associated information like the request mode (XHR or ifr
core/api/main/java/org/directwebremoting/extend/Calls.java:28
ClassCharArrayConverter
An implementation of Converter for char arrays. @author Joe Walker [joe at getahead dot ltd dot uk]
core/impl/main/java/org/directwebremoting/convert/CharArrayConverter.java:30
ClassCheck
@author Brendan Grainger @author Joe Walker [joe at getahead dot ltd dot uk]
etc/future/sort/spring-dwr-tests/Check.java:24
ClassClasspathScanner
etc/future/scanner/ClasspathScanner.java:13
ClassClasspathScanner
ClasspathScanner enables you to find the set of classes that match some package name. The search can be recursive. @author Jose Noheda [jose.noheda at
core/api/main/java/org/directwebremoting/util/ClasspathScanner.java:39
ClassClasspathScannerTest
etc/future/scanner/ClasspathScannerTest.java:8
ClassClasspathScannerTest
core/impl/test/java/org/directwebremoting/util/ClasspathScannerTest.java:24
next →1–100 of 658, ranked by callers