| Name | Description | Type | Package | Framework |
| AbstractConverter | A way to migrate from the DWRv2. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AbstractCreator | A simple implementation of the basic parts of CreatorAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AccessControl | Control who should be accessing which methods on which classes. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AccessDeniedException | TODO: Work out if this exception actually helps. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AjaxFilterManager | A class that manages the various AjaxFilters and what classes they are registered against. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Alarm | An alarm is something that goes off at some point in the future. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AllScriptSessionFilter | A ScriptSessionFilter that passes everything. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| AndScriptSessionFilter | A ScriptSessionFilter that only allows ScriptSessions that match pass both the given ScriptSessionFilters | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ArrayOutboundVariable | An OutboundVariable that declares a JavaScript arrayAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Builder | Class to enable us to build 'singleton' interface implementations. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Call | 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). | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| CallbackHelper | TODO: can we make this work without a factory?Author:Joe Walker [joe at getahead dot ltd dot uk] | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| CallbackHelperFactory | A class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| CallbackHelperFactory .CallbackHelperBuilder | Hack to get around Generics not being implemented by erasureMethods inherited from interface org. | Interface | org.directwebremoting.extend.CallbackHelperFactory | DirectWebRemoting (DWR) |
|
| Calls | 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 | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Compressor | An interface to the various methods of compressing web resources. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Configurator | Provides a way to add bits of configuration to the system. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ConstructorProperty | | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ContainerAbstraction | We need to keep container specific logic out of BasePollHandler, and other parts of DWR. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ContainerConfigurationException | Something has gone wrong while configuring a ContainerAuthor:Joe Walker [joe at getahead dot ltd dot uk]See Also:Serialized Form | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ContainerUtil | An abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Converter | An interface for converting types from a string to some other type. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ConverterManager | A class to manage the converter types and the instantiated class name matches. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ConvertUtil | | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Creator | A base class for all AllowedClassesAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| CreatorManager | A class to manage the types of creators and the instantiated creators. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DataUrlDownloadManager | A download manager that works my returning a data: URL so the data is sent directly without waiting in some store. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DebugPageGenerator | The heart of DWR is a system to generate content from some requests. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DefaultJavascriptFunction | Represents a callback function, passed in from a client for later execution. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DefaultJavascriptObject | Represents a callback function, passed in from a client for later execution. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DownloadManager | A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| DwrConstants | Some constants to do with the heart of DWR. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| EnginePrivate | An abstraction of the dwr. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ErrorOutboundVariable | An OutboundVariable that can not be recursive. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Factory | Factory is not a user facing object, it is designed for system implementors. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| FieldProperty | An implementation of Property that proxies to a FieldAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| FormField | The 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. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Handler | A handler is a very simple servlet that does not differentiate between GET and POST, or need complex setup beyond what the container can provide | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| IdGenerator | Id generator for DWR's CSRF protection session cookies and other duties. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| IdScriptSessionFilter | A ScriptSessionFilter that only allows ScriptSessions that match the given session id. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| InboundContext | InboundContext is the context for set of inbound conversions. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| InboundVariable | A simple struct to hold data about a single converted javascript variable. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| InitializingBean | Interface to be implemented by beans that need to react once all their properties have been set by a Container: for example, to perform | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| InputStreamFactoryOutputStreamLoader | Used when the FileTransfer has a InputStreamFactory, but what it really wants is an OutputStreamLoader | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| JsonModeMarshallException | JsonModeMarshallException is a hint to the conversion process that we are trying to convert in JSON mode, but we've discovered recursive data. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| MarshallException | Something has gone wrong when we were doing some conversion. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| MethodDeclaration | An immutable value object for method declaration information. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Module | | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ModuleManager | | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| NamedConverter | Additions to Converter that allow objects to have names that are exposed toAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| NestedOutboundVariable | A helper for implementing OutboundVariable when you have childrenAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| NestedProperty | | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| NonNestedOutboundVariable | An OutboundVariable that we know to be unable to recurseAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ObjectOutboundVariable | An OutboundVariable that declares a JavaScript objectAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| OutboundContext | We need to keep track of stuff while we are converting on the way out to This class helps track the conversion process. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| OutboundVariable | A simple data container for the strings that comprise information about how a Java object has been converted into Javascript. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| OutputStreamLoaderInputStreamFactory | Used when the FileTransfer has a OutputStreamLoader, but what it really wants is an InputStreamFactory | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| OverrideProperty | A Property for when we've been given override information in a signaturesAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| PageNormalizer | An interface to resolve the fact that many webservers treat blah/index. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| PageScriptSessionFilter | A ScriptSessionFilter that only allows ScriptSessions that match the given page. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ParameterProperty | An implementation of Property that gets type information from the 'n'th parameter to a method | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| PlainProperty | An implementation of Property that simply uses stored values. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Property | Describes some way to get or set a bit of data on an object. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| PropertyDescriptorProperty | An implementation of Property that proxies to a PropertyDescriptorAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ProtocolConstants | Various constants for type conversionAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| RealRawData | Sometimes 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 should | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| RealScriptSession | RealScriptSession is the real interface that should be implemented in place of ScriptSession. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| RealWebContext | An interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Remoter | The heart of DWR is a system to generate content from some requests. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Replies | 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 | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Reply | Reply 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 or | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ScriptBufferUtil | A simple utility class to extract a String from a ScriptBuffer. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ScriptConduit | While a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - pass scripts straight to me and bypass the | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ScriptSessionManager | A ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable) | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ServerException | Something has gone wrong when we were doing some conversion. | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| ServerLoadMonitor | Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| SimpleInputStreamFactory | SimpleInputStreamFactory is just an InputStreamFactory that holds an InputStream and can close it at the right time (if required) | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| Sleeper | A Sleeper allows the request to halt and cease execution for some time, while still allowing output. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| TaskDispatcher | We would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| TaskDispatcherFactory | A class to help with the use of CallbacksAuthor:Joe Walker [joe at getahead dot ltd dot uk] | Class | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| TaskDispatcherFactory .TaskDispatcherBuilder | Hack to get around Generics not being implemented by erasureMethods inherited from interface org. | Interface | org.directwebremoting.extend.TaskDispatcherFactory | DirectWebRemoting (DWR) |
|
| UninitializingBean | Like InitializingBean except that this requests notification when things are shutting down. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |
|
| WaitController | A WaitController allows the ServerLoadMonitor to know what is waiting and enables it to tell them to stop waiting. | Interface | org.directwebremoting.extend | DirectWebRemoting (DWR) |