|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.directwebremoting.extend | |
---|---|
org.directwebremoting.annotations | Provides annotations support for DWR. |
org.directwebremoting.beehive | |
org.directwebremoting.contrib | |
org.directwebremoting.convert | |
org.directwebremoting.create | |
org.directwebremoting.dwrp | |
org.directwebremoting.extend | |
org.directwebremoting.faces | |
org.directwebremoting.fluent | |
org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
org.directwebremoting.hibernate | |
org.directwebremoting.impl | |
org.directwebremoting.servlet | |
org.directwebremoting.spring | |
org.directwebremoting.struts | |
uk.ltd.getahead.dwr.compat |
Classes in org.directwebremoting.extend used by org.directwebremoting.annotations | |
---|---|
Configurator
Provides a way to add bits of configuration to the system. |
Classes in org.directwebremoting.extend used by org.directwebremoting.beehive | |
---|---|
Creator
A base class for all AllowedClasses |
Classes in org.directwebremoting.extend used by org.directwebremoting.contrib | |
---|---|
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 iframe). |
|
Remoter
The heart of DWR is a system to generate content from some requests. |
|
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 iframe). |
Classes in org.directwebremoting.extend used by org.directwebremoting.convert | |
---|---|
Converter
An interface for converting types from a string to some other type. |
|
ConverterManager
A class to manage the converter types and the instantiated class name matches. |
|
InboundContext
InboundContext is the context for set of inbound conversions. |
|
InboundVariable
A simple struct to hold data about a single converted javascript variable. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
NamedConverter
Additions to Converter that allow objects to have names that |
|
OutboundContext
We need to keep track of stuff while we are converting on the way out to prevent recurrsion. |
|
OutboundVariable
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript. |
|
Property
It would be nice if PropertyDescriptor , and the various reflection
types like Member had a common supertype, but they don't. |
Classes in org.directwebremoting.extend used by org.directwebremoting.create | |
---|---|
Creator
A base class for all AllowedClasses |
Classes in org.directwebremoting.extend used by org.directwebremoting.dwrp | |
---|---|
AccessControl
Control who should be accessing which methods on which classes. |
|
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 iframe). |
|
Converter
An interface for converting types from a string to some other type. |
|
ConverterManager
A class to manage the converter types and the instantiated class name matches. |
|
CreatorManager
A class to manage the types of creators and the instansiated creators. |
|
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 |
|
InboundContext
InboundContext is the context for set of inbound conversions. |
|
InboundVariable
A simple struct to hold data about a single converted javascript variable. |
|
Marshaller
A Marshaller is responsible for all the on-the-wire communication between DWR on the server and the HTTP channel. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
OutboundContext
We need to keep track of stuff while we are converting on the way out to prevent recurrsion. |
|
OutboundVariable
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript. |
|
PageNormalizer
An interface to resolve the fact that many webservers treat blah/index.html the same as blah/. |
|
RealScriptSession
RealScriptSession is the real interface that should be implemented in place of ScriptSession. |
|
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 iframe). |
|
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 temporary storage area. |
|
ScriptSessionManager
A ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable) |
|
ServerException
Something has gone wrong when we were doing some conversion. |
|
ServerLoadMonitor
Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that |
|
TypeHintContext
Something to hold the method, paramNo and index together as an object that can be a key in a Map. |
Classes in org.directwebremoting.extend used by org.directwebremoting.extend | |
---|---|
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). |
|
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 iframe). |
|
Converter
An interface for converting types from a string to some other type. |
|
ConverterManager
A class to manage the converter types and the instantiated class name matches. |
|
Creator
A base class for all AllowedClasses |
|
InboundContext
InboundContext is the context for set of inbound conversions. |
|
InboundVariable
A simple struct to hold data about a single converted javascript variable. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
OutboundContext
We need to keep track of stuff while we are converting on the way out to prevent recurrsion. |
|
OutboundVariable
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript. |
|
RealScriptSession
RealScriptSession is the real interface that should be implemented in place of ScriptSession. |
|
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 iframe). |
|
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 exception). |
|
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 temporary storage area. |
|
ServerException
Something has gone wrong when we were doing some conversion. |
|
TypeHintContext
Something to hold the method, paramNo and index together as an object that can be a key in a Map. |
|
WaitController
A WaitController allows the ServerLoadMonitor to know what is waiting
and enables it to tell them to stop waiting. |
Classes in org.directwebremoting.extend used by org.directwebremoting.faces | |
---|---|
Creator
A base class for all AllowedClasses |
Classes in org.directwebremoting.extend used by org.directwebremoting.fluent | |
---|---|
Configurator
Provides a way to add bits of configuration to the system. |
Classes in org.directwebremoting.extend used by org.directwebremoting.guice | |
---|---|
AjaxFilterManager
A class that manages the various AjaxFilter s and what classes
they are registered against. |
|
Configurator
Provides a way to add bits of configuration to the system. |
|
Converter
An interface for converting types from a string to some other type. |
|
ConverterManager
A class to manage the converter types and the instantiated class name matches. |
|
Creator
A base class for all AllowedClasses |
|
CreatorManager
A class to manage the types of creators and the instansiated creators. |
|
InboundContext
InboundContext is the context for set of inbound conversions. |
|
InboundVariable
A simple struct to hold data about a single converted javascript variable. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
OutboundContext
We need to keep track of stuff while we are converting on the way out to prevent recurrsion. |
|
OutboundVariable
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript. |
|
TypeHintContext
Something to hold the method, paramNo and index together as an object that can be a key in a Map. |
Classes in org.directwebremoting.extend used by org.directwebremoting.hibernate | |
---|---|
Converter
An interface for converting types from a string to some other type. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
NamedConverter
Additions to Converter that allow objects to have names that |
|
Property
It would be nice if PropertyDescriptor , and the various reflection
types like Member had a common supertype, but they don't. |
Classes in org.directwebremoting.extend used by org.directwebremoting.impl | |
---|---|
AccessControl
Control who should be accessing which methods on which classes. |
|
AjaxFilterManager
A class that manages the various AjaxFilter s and what classes
they are registered against. |
|
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). |
|
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 iframe). |
|
Configurator
Provides a way to add bits of configuration to the system. |
|
ConverterManager
A class to manage the converter types and the instantiated class name matches. |
|
Creator
A base class for all AllowedClasses |
|
CreatorManager
A class to manage the types of creators and the instansiated creators. |
|
DebugPageGenerator
The heart of DWR is a system to generate content from some requests. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
PageNormalizer
An interface to resolve the fact that many webservers treat blah/index.html the same as blah/. |
|
Property
It would be nice if PropertyDescriptor , and the various reflection
types like Member had a common supertype, but they don't. |
|
RealScriptSession
RealScriptSession is the real interface that should be implemented in place of ScriptSession. |
|
Remoter
The heart of DWR is a system to generate content from some requests. |
|
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 iframe). |
|
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 exception). |
|
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 temporary storage area. |
|
ScriptSessionManager
A ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable) |
|
ServerLoadMonitor
Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that |
|
WaitController
A WaitController allows the ServerLoadMonitor to know what is waiting
and enables it to tell them to stop waiting. |
Classes in org.directwebremoting.extend used by org.directwebremoting.servlet | |
---|---|
DebugPageGenerator
The heart of DWR is a system to generate content from some requests. |
|
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 |
|
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
custom initialization. |
|
Remoter
The heart of DWR is a system to generate content from some requests. |
Classes in org.directwebremoting.extend used by org.directwebremoting.spring | |
---|---|
Configurator
Provides a way to add bits of configuration to the system. |
|
Creator
A base class for all AllowedClasses |
Classes in org.directwebremoting.extend used by org.directwebremoting.struts | |
---|---|
Creator
A base class for all AllowedClasses |
Classes in org.directwebremoting.extend used by uk.ltd.getahead.dwr.compat | |
---|---|
Converter
An interface for converting types from a string to some other type. |
|
MarshallException
Something has gone wrong when we were doing some conversion. |
|
OutboundContext
We need to keep track of stuff while we are converting on the way out to prevent recurrsion. |
|
OutboundVariable
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript. |
|
Copyright ? 2005 | |||||||||
PREV NEXT | FRAMES NO FRAMES |