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

C

Call - Class in org.directwebremoting.extend
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 org.directwebremoting.extend.Call
 
Calls - Class in org.directwebremoting.extend
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 org.directwebremoting.extend.Calls
 
cancel() - Method in class org.directwebremoting.dwrp.BasicAlarm
 
cancel() - Method in class org.directwebremoting.dwrp.OutputAlarm
 
cancel() - Method in class org.directwebremoting.dwrp.ShutdownAlarm
 
cancel() - Method in class org.directwebremoting.dwrp.TimedAlarm
 
CharArrayConverter - Class in org.directwebremoting.convert
An implementation of Converter for char arrays.
CharArrayConverter() - Constructor for class org.directwebremoting.convert.CharArrayConverter
 
classForName(String) - Static method in class org.directwebremoting.util.LocalUtil
Utility to essentially do Class forName and allow configurable Classloaders.
classForName(String, String, Class) - Static method in class org.directwebremoting.util.LocalUtil
Utility to essentially do Class forName with the assumption that the environment expects failures for missing jar files and can carry on if this process fails.
classNewInstance(String, String, Class) - Static method in class org.directwebremoting.util.LocalUtil
Utility to essentially do Class forName and newInstance with the assumption that the environment expects failures for missing jar files and can carry on if this process fails.
clear() - Method in class org.directwebremoting.impl.ContainerMap
 
clearConverted() - Method in class org.directwebremoting.extend.InboundContext
Clear the list of converted objects.
cloneNode(String) - Method in class org.directwebremoting.proxy.dwr.Util
Clone a given node.
cloneNode(String, String, String) - Method in class org.directwebremoting.proxy.dwr.Util
Clone a given node.
close(int) - Method in class org.directwebremoting.dwrp.BaseScriptConduit
A poll has finished, get the client to call us back
close(T) - Method in class org.directwebremoting.guice.AbstractContextCloseHandler
 
close(C, ContextCloseHandler<?>...) - Method in class org.directwebremoting.guice.AbstractContextScope
 
close(T) - Method in interface org.directwebremoting.guice.ContextCloseHandler
Action to take when the context containing object is closed.
close(C, ContextCloseHandler<?>...) - Method in interface org.directwebremoting.guice.ContextScope
Closes the given context.
close() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
close() - Method in class org.directwebremoting.util.DelegatingServletOutputStream
 
close(InputStream) - Static method in class org.directwebremoting.util.LocalUtil
InputStream closer that can cope if the input stream is null.
close(Reader) - Static method in class org.directwebremoting.util.LocalUtil
InputStream closer that can cope if the input stream is null.
close(RandomAccessFile) - Static method in class org.directwebremoting.util.LocalUtil
InputStream closer that can cope if the input stream is null.
close() - Method in class org.directwebremoting.util.WriterOutputStream
 
closeAll(ContextCloseHandler<?>...) - Method in class org.directwebremoting.guice.AbstractContextScope
 
closeAll(ContextCloseHandler<?>...) - Method in interface org.directwebremoting.guice.ContextScope
Closes all open contexts.
CollectionConverter - Class in org.directwebremoting.convert
An implementation of Converter for Collections of Strings.
CollectionConverter() - Constructor for class org.directwebremoting.convert.CollectionConverter
 
CommonsLoggingOutput - Class in org.directwebremoting.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 org.directwebremoting.util.CommonsLoggingOutput
Create a logger specific to commons-logging
compareTo(Object) - Method in class org.directwebremoting.extend.ScriptConduit
 
compress(String, int) - Static method in class org.directwebremoting.util.JavascriptUtil
Compress the source code by removing java style comments and removing leading and trailing spaces.
COMPRESS_REMOVE_NEWLINES - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Remove all lines endings.
COMPRESS_SHRINK_VARS - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Shrink variable names.
COMPRESS_STRIP_BLANKLINES - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Remove blank lines.
COMPRESS_STRIP_ML_COMMENTS - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Remove multi line comments.
COMPRESS_STRIP_SL_COMMENTS - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Remove single line comments.
COMPRESS_TRIM_LINES - Static variable in class org.directwebremoting.util.JavascriptUtil
Flag for use in javascript compression: Remove whitespace at the start and end of a line.
Configurator - Interface in org.directwebremoting.extend
Provides a way to add bits of configuration to the system.
configure(Container) - Method in class org.directwebremoting.annotations.AnnotationsConfigurator
 
configure(Container) - Method in interface org.directwebremoting.extend.Configurator
Do the Configuration actions
configure() - Method in class org.directwebremoting.fluent.FluentConfigurator
This method is used to configure DWR using the fluent style.
configure(Container) - Method in class org.directwebremoting.fluent.FluentConfigurator
 
configure(Container) - Method in class org.directwebremoting.guice.InternalConfigurator
 
configure(Container, List) - Static method in class org.directwebremoting.impl.ContainerUtil
Allow all the configurators to have a go at the container in turn
configure(Container) - Method in class org.directwebremoting.impl.DwrXmlConfigurator
 
configure(Container) - Method in class org.directwebremoting.spring.SpringConfigurator
 
configureContainerFully(Container, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Run all the default configuration options on a Container
configureFromAnnotations(Container) - Static method in class org.directwebremoting.impl.ContainerUtil
Annotations must not break 1.3, so we use reflection to create an org.directwebremoting.annotations.AnnotationsConfigurator and the catch all sorts of random exceptions for the benefit of Websphere.
configureFromDefaultDwrXml(Container) - Static method in class org.directwebremoting.impl.ContainerUtil
Configure using the users dwr.xml that sits next in WEB-INF
configureFromInitParams(Container, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Add configurators from init params to the end of the list of configurators.
configureFromSystemDwrXml(Container) - Static method in class org.directwebremoting.impl.ContainerUtil
Configure using the system dwr.xml from within the JAR file.
ConstructorConverter - Class in org.directwebremoting.convert
An implementation of Converter for anything with a string constructor.
ConstructorConverter() - Constructor for class org.directwebremoting.convert.ConstructorConverter
 
Container - Interface in org.directwebremoting
A very basic IoC container
ContainerMap - Class in org.directwebremoting.impl
A Map that uses a Container as it's source of data.
ContainerMap(Container, boolean) - Constructor for class org.directwebremoting.impl.ContainerMap
Create a ContainerMap with a Container to proxy requests to
ContainerUtil - Class in org.directwebremoting.impl
An abstraction of all the common servlet operations that are required to host a DWR service that depends on the servlet spec.
ContainerUtil() - Constructor for class org.directwebremoting.impl.ContainerUtil
 
containsHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
containsHeader(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
containsKey(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
containsValue(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
containsXssRiskyCharacters(String) - Static method in class org.directwebremoting.Security
Return true iff the input string contains any of the characters that are special to XML: &, <, >, ' or "
ContextCloseHandler<T> - Interface in org.directwebremoting.guice
Called for each instance in a context when the context is closed.
contextDestroyed(ServletContextEvent) - Method in class org.directwebremoting.guice.DwrGuiceServletContextListener
 
contextDestroyed(ServletContextEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.directwebremoting.guice.DwrGuiceServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextListener
 
ContextRegistry<C,R> - Interface in org.directwebremoting.guice
Manages instances for a context.
ContextScope<C> - Interface in org.directwebremoting.guice
A scope that looks up providers in a current context, using itself as a provider for the context.
Continuation - Class in org.directwebremoting.util
A wrapper around Jetty Ajax Continuations
Continuation(HttpServletRequest) - Constructor for class org.directwebremoting.util.Continuation
Fish the Jetty continuation out of the request if it exists
Converter - Interface in org.directwebremoting.extend
An interface for converting types from a string to some other type.
ConverterConfig - Class in org.directwebremoting.spring
The configuration for a Converter.
ConverterConfig() - Constructor for class org.directwebremoting.spring.ConverterConfig
 
ConverterManager - Interface in org.directwebremoting.extend
A class to manage the converter types and the instantiated class name matches.
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.ArrayConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.BigNumberConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.CharArrayConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.CollectionConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.ConstructorConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.DateConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.DOM4JConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.DOMConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.EnumConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.JDOMConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.MapConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.NullConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.PrimitiveConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.ServletConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.StringConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.URLConverter
 
convertInbound(Class, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.XOMConverter
 
convertInbound(Class, InboundVariable, InboundContext, TypeHintContext) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
convertInbound(Class, InboundVariable, InboundContext) - Method in interface org.directwebremoting.extend.Converter
Attempt to coerce the data from a string to an Object.
convertInbound(Class, InboundVariable, InboundContext, TypeHintContext) - Method in interface org.directwebremoting.extend.ConverterManager
Convert an object from being a string into an object of some type.
convertInbound(Class, InboundVariable, InboundContext, TypeHintContext) - Method in class org.directwebremoting.guice.InternalConverterManager
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.ArrayConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.BigNumberConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.CharArrayConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.CollectionConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.ConstructorConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.DateConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.DOM4JConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.DOMConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.EnumConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.JDOMConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.MapConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.NullConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.PrimitiveConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.ServletConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.StringConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.URLConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.XOMConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
convertOutbound(Object, OutboundContext) - Method in interface org.directwebremoting.extend.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 org.directwebremoting.extend.ConverterManager
Convert an object into a Javavscript representation of the same.
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.guice.InternalConverterManager
 
convertOutbound(Object, OutboundContext) - Method in class uk.ltd.getahead.dwr.compat.BaseV10Converter
 
convertOutbound(Object, String, OutboundContext) - Method in class uk.ltd.getahead.dwr.compat.BaseV10Converter
 
createChildContext(int) - Method in class org.directwebremoting.extend.TypeHintContext
Create a child TypeHintContext based on this one
createDefaultContainer(ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Create a DefaultContainer, allowing users to upgrade to a child of DefaultContainer using an ServletConfig init parameter of org.directwebremoting.Container.
createInboundVariable(int, String, String, String) - Method in class org.directwebremoting.extend.InboundContext
Create an inbound variable.
createOutput(ScriptBuffer, ConverterManager) - Static method in class org.directwebremoting.extend.ScriptBufferUtil
Return a string ready for output.
createUrlMapping(DefaultContainer, String, String, Class) - Static method in class org.directwebremoting.impl.ContainerUtil
Creates entries in the Container so 2 lookups are possible.
Creator - Interface in org.directwebremoting.extend
A base class for all AllowedClasses
CreatorConfig - Class in org.directwebremoting.spring
The configuration for a creator.
CreatorConfig() - Constructor for class org.directwebremoting.spring.CreatorConfig
 
CreatorManager - Interface in org.directwebremoting.extend
A class to manage the types of creators and the instansiated creators.

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