A B C D E F G H I J L M N O P R S T U W X

C

Call - Class in uk.ltd.getahead.dwr
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).
Call() - Constructor for class uk.ltd.getahead.dwr.Call
 
Calls - Class in uk.ltd.getahead.dwr
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).
Calls() - Constructor for class uk.ltd.getahead.dwr.Calls
 
CharArrayConverter - Class in uk.ltd.getahead.dwr.convert
An implementation of Converter for char[].
CharArrayConverter() - Constructor for class uk.ltd.getahead.dwr.convert.CharArrayConverter
 
clearConverted() - Method in class uk.ltd.getahead.dwr.InboundContext
Clear the list of converted objects.
close() - Method in class uk.ltd.getahead.dwr.util.WriterOutputStream
 
CollectionConverter - Class in uk.ltd.getahead.dwr.convert
An implementation of Converter for Collections of Strings.
CollectionConverter() - Constructor for class uk.ltd.getahead.dwr.convert.CollectionConverter
 
CommonsLoggingOutput - Class in uk.ltd.getahead.dwr.util
This class is intended to be used by Logger when commons-logging is available, but to not force Logger itself to depend on commons-logging so Logger can catch the ClassDefNotFoundError and use other methods.
CommonsLoggingOutput(Class) - Constructor for class uk.ltd.getahead.dwr.util.CommonsLoggingOutput
Create a logger specific to commons-logging
compress(String, int) - Method in class uk.ltd.getahead.dwr.util.JavascriptUtil
Compress the source code by removing java style comments and removing leading and trailing spaces.
COMPRESS_REMOVE_NEWLINES - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Remove all lines endings.
COMPRESS_SHRINK_VARS - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Shrink variable names.
COMPRESS_STRIP_BLANKLINES - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Remove blank lines.
COMPRESS_STRIP_ML_COMMENTS - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Remove multi line comments.
COMPRESS_STRIP_SL_COMMENTS - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Remove single line comments.
COMPRESS_TRIM_LINES - Static variable in class uk.ltd.getahead.dwr.util.JavascriptUtil
Flag for use in javascript compression: Remove whitespace at the start and end of a line.
Configuration - Interface in uk.ltd.getahead.dwr
The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
configurationFinished() - Method in class uk.ltd.getahead.dwr.impl.DefaultContainer
Called to indicate that we finished called setImplementation.
configure(ServletConfig, Configuration) - Method in class uk.ltd.getahead.dwr.DWRServlet
 
ConstructorConverter - Class in uk.ltd.getahead.dwr.convert
An implementation of Converter for anything with a string constructor.
ConstructorConverter() - Constructor for class uk.ltd.getahead.dwr.convert.ConstructorConverter
 
Container - Interface in uk.ltd.getahead.dwr
A very basic IoC container
containsHeader(String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
ConversionConstants - Class in uk.ltd.getahead.dwr
Various constants for type conversion
ConversionException - Exception in uk.ltd.getahead.dwr
Something has gone wrong when we were doing some conversion.
ConversionException() - Constructor for exception uk.ltd.getahead.dwr.ConversionException
Default ctor
ConversionException(String) - Constructor for exception uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with a description message
ConversionException(String, Throwable) - Constructor for exception uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with a description message and exception
ConversionException(Throwable) - Constructor for exception uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with an exception
Converter - Interface in uk.ltd.getahead.dwr
An interface for converting types from a string to some other type.
ConverterManager - Interface in uk.ltd.getahead.dwr
A class to manage the converter types and the instansiated class name matches.
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.ArrayConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.BigNumberConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.CharArrayConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.CollectionConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.ConstructorConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.DateConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.DOM4JConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.DOMConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.EnumConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.JDOMConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.MapConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.NullConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.PrimitiveConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.ServletConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.StringConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class uk.ltd.getahead.dwr.convert.XOMConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in interface uk.ltd.getahead.dwr.Converter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext, TypeHintContext) - Method in interface uk.ltd.getahead.dwr.ConverterManager
Convert an object from being a string into an object of some type.
convertInbound(Class, InboundVariable, InboundContext, TypeHintContext) - Method in class uk.ltd.getahead.dwr.impl.DefaultConverterManager
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.ArrayConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.BeanConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.BigNumberConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.CharArrayConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.CollectionConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.ConstructorConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.DateConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.DOM4JConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.DOMConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.EnumConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.JDOMConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.MapConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.NullConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.ObjectConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.PrimitiveConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.ServletConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.StringConverter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.convert.XOMConverter
 
convertOutbound(Object, String, OutboundContext) - Method in interface uk.ltd.getahead.dwr.Converter
Return a javascript string that defines the variable named varName to have the contents of the converted object data.
convertOutbound(Object, OutboundContext) - Method in interface uk.ltd.getahead.dwr.ConverterManager
Convert an object into a Javavscript representation of the same.
convertOutbound(Object, OutboundContext) - Method in class uk.ltd.getahead.dwr.impl.DefaultConverterManager
 
createChildContext(int) - Method in class uk.ltd.getahead.dwr.TypeHintContext
Create a child TypeHintContext based on this one
createInboundVariable(int, String, String, String) - Method in class uk.ltd.getahead.dwr.InboundContext
Create an inbound variable.
Creator - Interface in uk.ltd.getahead.dwr
A base class for all AllowedClasses
CreatorManager - Interface in uk.ltd.getahead.dwr
A class to manage the types of creators and the instansiated creators.

Copyright ¨ 2005
A B C D E F G H I J L M N O P R S T U W X