org.directwebremoting.extend |
|
Java Source File Name | Type | Comment |
AccessControl.java | Interface | Control who should be accessing which methods on which classes. |
AccessDeniedException.java | Class | TODO: Work out if this exception actually helps. |
AjaxFilterManager.java | Interface | A class that manages the various AjaxFilter s and what classes
they are registered against. |
Alarm.java | Interface | An alarm is something that goes off at some point in the future. |
Call.java | Class | 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). |
CallbackHelper.java | Class | |
Calls.java | Class | 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
iframe). |
Compressor.java | Interface | An interface to the various methods of compressing web resources. |
Configurator.java | Interface | Provides a way to add bits of configuration to the system. |
ContainerAbstraction.java | Interface | We need to keep container specific logic out of
PollHandler , and
other parts of DWR. |
ContainerConfigurationException.java | Class | |
Converter.java | Interface | An interface for converting types from a string to some other type. |
ConverterManager.java | Interface | A class to manage the converter types and the instantiated class name matches. |
Creator.java | Interface | |
CreatorManager.java | Interface | A class to manage the types of creators and the instantiated creators. |
DebugPageGenerator.java | Interface | The heart of DWR is a system to generate content from some requests. |
DownloadManager.java | Interface | A DownloadManager allows you to inject files into the system and then
retrieve them via a servlet at some later date. |
DwrConstants.java | Interface | Some constants to do with the heart of DWR. |
EnginePrivate.java | Class | |
FileGenerator.java | Interface | A representation of the file that we are writing out. |
FormField.java | Class | 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. |
Handler.java | Interface | |
InboundContext.java | Class | InboundContext is the context for set of inbound conversions. |
InboundVariable.java | Class | A simple struct to hold data about a single converted javascript variable.
An inbound variable will have either a value or a fileValue but not both. |
InitializingBean.java | Interface | Interface to be implemented by beans that need to react once all their
properties have been set by a
Container : for example, to perform
custom initialization. |
JsonModeMarshallException.java | Class | JsonModeMarshallException is a hint to the conversion process that
we are trying to convert in JSON mode, but we've discovered recursive data. |
LoginRequiredException.java | Class | |
Marshaller.java | Interface | A Marshaller is responsible for all the on-the-wire communication between
DWR on the server and the HTTP channel. |
MarshallException.java | Class | Something has gone wrong when we were doing some conversion. |
NamedConverter.java | Interface | |
NonNestedOutboundVariable.java | Class | |
OutboundContext.java | Class | We need to keep track of stuff while we are converting on the way out to
prevent recursion. |
OutboundVariable.java | Interface | A simple data container for 2 strings that comprise information about how a
Java object has been converted into Javascript.
There are potentially 3 parts to a variable in Javascript. |
PageNormalizer.java | Interface | An interface to resolve the fact that many webservers treat blah/index.html
the same as blah/. |
Property.java | Interface | It would be nice if
PropertyDescriptor , and the various reflection
types like
Member had a common supertype, but they don't. |
RealScriptSession.java | Interface | RealScriptSession is the real interface that should be implemented in place
of ScriptSession. |
RealWebContext.java | Interface | An interface that extends WebContext with some functions that should not
be used by end users, but could be useful to system extenders. |
Remoter.java | Interface | The heart of DWR is a system to generate content from some requests. |
Replies.java | Class | 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
iframe). |
Reply.java | Class | 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
exception). |
ScriptBufferUtil.java | Class | A simple utility class to extract a
String from a
ScriptBuffer . |
ScriptConduit.java | Class | 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
temporary storage area. |
ScriptSessionManager.java | Interface | |
ServerException.java | Class | Something has gone wrong when we were doing some conversion. |
ServerLoadMonitor.java | Interface | |
Sleeper.java | Interface | A Sleeper allows the request to halt and cease execution for some time,
while still allowing output. |
TypeHintContext.java | Class | TypeHintContext should probably be called TypeHint. |
TypeHintContextTest.java | Class | |
WaitController.java | Interface | A WaitController allows the
ServerLoadMonitor to know what is waiting
and enables it to tell them to stop waiting. |