Uses of Package
org.directwebremoting.extend

Packages that use org.directwebremoting.extend
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
org.directwebremoting.annotations Provides annotations support for DWR. 
org.directwebremoting.auth   
org.directwebremoting.beehive   
org.directwebremoting.contrib   
org.directwebremoting.convert   
org.directwebremoting.create   
org.directwebremoting.dwrp   
org.directwebremoting.event   
org.directwebremoting.export   
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
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.json.parse   
org.directwebremoting.json.parse.javacc   
org.directwebremoting.json.serialize   
org.directwebremoting.json.serialize.local   
org.directwebremoting.jsonp   
org.directwebremoting.jsonrpc   
org.directwebremoting.jsonrpc.io   
org.directwebremoting.server.jetty   
org.directwebremoting.server.servlet2   
org.directwebremoting.server.servlet3   
org.directwebremoting.servlet   
org.directwebremoting.spring   
org.directwebremoting.struts   
org.directwebremoting.ui.servlet   
org.directwebremoting.webwork   
 

Classes in org.directwebremoting.extend used by org.directwebremoting
Builder
          Class to enable us to build 'singleton' interface implementations.
 

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.auth
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
 

Classes in org.directwebremoting.extend used by org.directwebremoting.beehive
AbstractCreator
          A simple implementation of the basic parts of Creator
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
AbstractConverter
          A way to migrate from the DWRv2.0 Converter style to something in the future.
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.
InboundVariable
          A simple struct to hold data about a single converted javascript variable.
NamedConverter
          Additions to Converter that allow objects to have names that are exposed to the browser
OutboundContext
          We need to keep track of stuff while we are converting on the way out to prevent recursion.
OutboundVariable
          A simple data container for the strings that comprise information about how a Java object has been converted into Javascript.
Property
          Describes some way to get or set a bit of data on an object.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.create
AbstractCreator
          A simple implementation of the basic parts of Creator
Creator
          A base class for all AllowedClasses
 

Classes in org.directwebremoting.extend used by org.directwebremoting.dwrp
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).
ContainerAbstraction
          We need to keep container specific logic out of BasePollHandler, and other parts of DWR.
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
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.
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.
ModuleManager
           
PageNormalizer
          An interface to resolve the fact that many webservers treat blah/index.html the same as blah/.
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).
ScriptConduit
          This interface hides the decoration taking place on different poll types.
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
 

Classes in org.directwebremoting.extend used by org.directwebremoting.event
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
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 be converting to.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.export
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 be converting to.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.extend
Builder
          Class to enable us to build 'singleton' interface implementations.
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).
CallbackHelper
          TODO: can we make this work without a factory?
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
DownloadManager
          A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.
Factory
          Factory is not a user facing object, it is designed for system implementors.
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.
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.
MethodDeclaration
          An immutable value object for method declaration information.
Module
           
ModuleManager
           
NamedConverter
          Additions to Converter that allow objects to have names that are exposed to the browser
NestedOutboundVariable
          A helper for implementing OutboundVariable when you have children
NonNestedOutboundVariable
          An OutboundVariable that we know to be unable to recurse
OutboundContext
          We need to keep track of stuff while we are converting on the way out to prevent recursion.
OutboundVariable
          A simple data container for the strings that comprise information about how a Java object has been converted into Javascript.
Property
          Describes some way to get or set a bit of data on an object.
RealScriptSession
          RealScriptSession is the real interface that should be implemented in place of ScriptSession.
RealScriptSession.Script
          Interface for queued script info class.
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
          This interface hides the decoration taking place on different poll types.
ServerLoadMonitor
          Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
Sleeper
          A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
TaskDispatcher
          We would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all.
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
AbstractCreator
          A simple implementation of the basic parts of Creator
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
AbstractCreator
          A simple implementation of the basic parts of Creator
AjaxFilterManager
          A class that manages the various AjaxFilters 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 instantiated creators.
InboundVariable
          A simple struct to hold data about a single converted javascript variable.
NamedConverter
          Additions to Converter that allow objects to have names that are exposed to the browser
OutboundContext
          We need to keep track of stuff while we are converting on the way out to prevent recursion.
OutboundVariable
          A simple data container for the strings that comprise information about how a Java object has been converted into Javascript.
Property
          Describes some way to get or set a bit of data on an object.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.hibernate
Converter
          An interface for converting types from a string to some other type.
NamedConverter
          Additions to Converter that allow objects to have names that are exposed to the browser
Property
          Describes some way to get or set a bit of data on an object.
PropertyDescriptorProperty
          An implementation of Property that proxies to a PropertyDescriptor
 

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 AjaxFilters and what classes they are registered against.
Alarm
          An alarm is something that goes off at some point in the future.
Builder
          Class to enable us to build 'singleton' interface implementations.
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).
CallbackHelper
          TODO: can we make this work without a factory?
CallbackHelperFactory.CallbackHelperBuilder
          Hack to get around Generics not being implemented by erasure
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).
Compressor
          An interface to the various methods of compressing web resources.
Configurator
          Provides a way to add bits of configuration to the system.
ContainerConfigurationException
          Something has gone wrong while configuring a Container
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 instantiated creators.
DebugPageGenerator
          The heart of DWR is a system to generate content from some requests.
DownloadManager
          A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.
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
IdGenerator
          Id generator for DWR's CSRF protection session cookies and other duties.
InboundVariable
          A simple struct to hold data about a single converted javascript variable.
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.
MethodDeclaration
          An immutable value object for method declaration information.
Module
           
ModuleManager
           
NamedConverter
          Additions to Converter that allow objects to have names that are exposed to the browser
OutboundContext
          We need to keep track of stuff while we are converting on the way out to prevent recursion.
OutboundVariable
          A simple data container for the 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/.
Property
          Describes some way to get or set a bit of data on an object.
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 be converting to.
RealScriptSession
          RealScriptSession is the real interface that should be implemented in place of ScriptSession.
RealScriptSession.Script
          Interface for queued script info class.
RealWebContext
          An interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders.
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
          This interface hides the decoration taking place on different poll types.
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
Sleeper
          A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
TaskDispatcher
          We would like to do some reverse ajax work, but need something to find the ScriptSessions add act on them all.
TaskDispatcherFactory.TaskDispatcherBuilder
          Hack to get around Generics not being implemented by erasure
UninitializingBean
          Like InitializingBean except that this requests notification when things are shutting down.
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.json.parse
Builder
          Class to enable us to build 'singleton' interface implementations.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.json.parse.javacc
Builder
          Class to enable us to build 'singleton' interface implementations.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.json.serialize
Builder
          Class to enable us to build 'singleton' interface implementations.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.json.serialize.local
Builder
          Class to enable us to build 'singleton' interface implementations.
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.jsonp
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).
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
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
ModuleManager
           
Remoter
          The heart of DWR is a system to generate content from some requests.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.jsonrpc
AccessControl
          Control who should be accessing which methods on which classes.
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
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
ModuleManager
           
Remoter
          The heart of DWR is a system to generate content from some requests.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.jsonrpc.io
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).
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
ModuleManager
           
 

Classes in org.directwebremoting.extend used by org.directwebremoting.server.jetty
ContainerAbstraction
          We need to keep container specific logic out of BasePollHandler, and other parts of DWR.
RealScriptSession
          RealScriptSession is the real interface that should be implemented in place of ScriptSession.
ScriptConduit
          This interface hides the decoration taking place on different poll types.
ServerLoadMonitor
          Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
Sleeper
          A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.server.servlet2
ContainerAbstraction
          We need to keep container specific logic out of BasePollHandler, and other parts of DWR.
RealScriptSession
          RealScriptSession is the real interface that should be implemented in place of ScriptSession.
ScriptConduit
          This interface hides the decoration taking place on different poll types.
ServerLoadMonitor
          Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
Sleeper
          A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.server.servlet3
ContainerAbstraction
          We need to keep container specific logic out of BasePollHandler, and other parts of DWR.
RealScriptSession
          RealScriptSession is the real interface that should be implemented in place of ScriptSession.
ScriptConduit
          This interface hides the decoration taking place on different poll types.
ServerLoadMonitor
          Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
Sleeper
          A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.servlet
Compressor
          An interface to the various methods of compressing web resources.
ConverterManager
          A class to manage the converter types and the instantiated class name matches.
DebugPageGenerator
          The heart of DWR is a system to generate content from some requests.
DownloadManager
          A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.
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.
ModuleManager
           
Remoter
          The heart of DWR is a system to generate content from some requests.
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
 

Classes in org.directwebremoting.extend used by org.directwebremoting.spring
AbstractCreator
          A simple implementation of the basic parts of Creator
Configurator
          Provides a way to add bits of configuration to the system.
ContainerConfigurationException
          Something has gone wrong while configuring a Container
Creator
          A base class for all AllowedClasses
UninitializingBean
          Like InitializingBean except that this requests notification when things are shutting down.
 

Classes in org.directwebremoting.extend used by org.directwebremoting.struts
AbstractCreator
          A simple implementation of the basic parts of Creator
Creator
          A base class for all AllowedClasses
 

Classes in org.directwebremoting.extend used by org.directwebremoting.ui.servlet
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
 

Classes in org.directwebremoting.extend used by org.directwebremoting.webwork
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
 


Copyright ยจ 2008