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

C

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.
Call - class uk.ltd.getahead.dwr.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).
Call() - Constructor for class uk.ltd.getahead.dwr.Call
 
Calls - class uk.ltd.getahead.dwr.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).
Calls() - Constructor for class uk.ltd.getahead.dwr.Calls
 
CharArrayConverter - class uk.ltd.getahead.dwr.convert.CharArrayConverter.
An implementation of Converter for char[].
CharArrayConverter() - Constructor for class uk.ltd.getahead.dwr.convert.CharArrayConverter
 
CollectionConverter - class uk.ltd.getahead.dwr.convert.CollectionConverter.
An implementation of Converter for Collections of Strings.
CollectionConverter() - Constructor for class uk.ltd.getahead.dwr.convert.CollectionConverter
 
CommonsLoggingOutput - class uk.ltd.getahead.dwr.util.CommonsLoggingOutput.
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
Configuration - interface uk.ltd.getahead.dwr.Configuration.
The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
ConstructorConverter - class uk.ltd.getahead.dwr.convert.ConstructorConverter.
An implementation of Converter for anything with a string constructor.
ConstructorConverter() - Constructor for class uk.ltd.getahead.dwr.convert.ConstructorConverter
 
Container - interface uk.ltd.getahead.dwr.Container.
A very basic IoC container
ConversionConstants - class uk.ltd.getahead.dwr.ConversionConstants.
Various constants for type conversion
ConversionException - exception uk.ltd.getahead.dwr.ConversionException.
Something has gone wrong when we were doing some conversion.
ConversionException() - Constructor for class uk.ltd.getahead.dwr.ConversionException
Default ctor
ConversionException(String) - Constructor for class uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with a description message
ConversionException(String, Throwable) - Constructor for class uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with a description message and exception
ConversionException(Throwable) - Constructor for class uk.ltd.getahead.dwr.ConversionException
Construct a ConversionException with an exception
Converter - interface uk.ltd.getahead.dwr.Converter.
An interface for converting types from a string to some other type.
ConverterManager - interface uk.ltd.getahead.dwr.ConverterManager.
A class to manage the converter types and the instansiated class name matches.
Creator - interface uk.ltd.getahead.dwr.Creator.
A base class for all AllowedClasses
CreatorManager - interface uk.ltd.getahead.dwr.CreatorManager.
A class to manage the types of creators and the instansiated creators.
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
 
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.
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
 
containsHeader(String) - Method in class uk.ltd.getahead.dwr.util.SwallowingHttpServletResponse
 
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) - 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.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.DateConverter
 
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, TypeHintContext) - Method in class uk.ltd.getahead.dwr.impl.DefaultConverterManager
 
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, 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.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.DateConverter
 
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, 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.

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