Uses of Package
uk.ltd.getahead.dwr

Packages that use uk.ltd.getahead.dwr
uk.ltd.getahead.dwr   
uk.ltd.getahead.dwr.compat   
uk.ltd.getahead.dwr.convert   
uk.ltd.getahead.dwr.create   
uk.ltd.getahead.dwr.impl   
 

Classes in uk.ltd.getahead.dwr used by uk.ltd.getahead.dwr
AbstractDWRServlet
          This is abstract servlet that all DWR servlets should 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).
Configuration
          The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
Container
          A very basic IoC container
ConversionException
          Something has gone wrong when we were doing some conversion.
Converter
          An interface for converting types from a string to some other type.
ConverterManager
          A class to manage the converter types and the instansiated class name matches.
Creator
          A base class for all AllowedClasses
ExecutionContext
          Class to enable us to access servlet parameters.
InboundContext
          InboundContext is the context for set of inbound conversions.
InboundVariable
          A simple struct to hold data about a single converted javascript variable.
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.
WebContext
          Class to enable us to access servlet parameters.
 

Classes in uk.ltd.getahead.dwr used by uk.ltd.getahead.dwr.compat
Converter
          An interface for converting types from a string to some other type.
 

Classes in uk.ltd.getahead.dwr used by uk.ltd.getahead.dwr.convert
ConversionException
          Something has gone wrong when we were doing some conversion.
Converter
          An interface for converting types from a string to some other type.
ConverterManager
          A class to manage the converter types and the instansiated 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.
OutboundContext
          We need to keep track of stuff while we are converting on the way out to prevent recurrsion.
 

Classes in uk.ltd.getahead.dwr used by uk.ltd.getahead.dwr.create
Creator
          A base class for all AllowedClasses
 

Classes in uk.ltd.getahead.dwr used by uk.ltd.getahead.dwr.impl
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).
Configuration
          The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
Container
          A very basic IoC container
ConversionException
          Something has gone wrong when we were doing some conversion.
Converter
          An interface for converting types from a string to some other type.
ConverterManager
          A class to manage the converter types and the instansiated 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.
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
Processor
          Handler is a bit like a servlet except that we don't need to ask users to put stuff into WEB-INF/web.xml we can configure it ourselves.
TypeHintContext
          Something to hold the method, paramNo and index together as an object that can be a key in a Map.
WebContext
          Class to enable us to access servlet parameters.
WebContextBuilder
          Class to enable us to access servlet parameters.
 


Copyright ? 2005