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

C

CachingFileHandler - Class in org.directwebremoting.servlet
 
CachingFileHandler() - Constructor for class org.directwebremoting.servlet.CachingFileHandler
 
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
 
Callback<T> - Class in org.directwebremoting.proxy
A way to call functions in JavaScript that return data using a reverse ajax proxy.
Callback() - Constructor for class org.directwebremoting.proxy.Callback
Create a Callback from a DWR thread, i.e.
Callback(ScriptSession) - Constructor for class org.directwebremoting.proxy.Callback
Used when you need to specify the browser that will be providing the response
Callback(Collection<ScriptSession>) - Constructor for class org.directwebremoting.proxy.Callback
Used when you need to specify a group of browsers that will be providing the responses.
CallbackHelper - Class in org.directwebremoting.extend
A class to help with the use of Callbacks
CallbackHelper() - Constructor for class org.directwebremoting.extend.CallbackHelper
 
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 interface org.directwebremoting.extend.Alarm
Prevent further calls to Sleeper.wakeUp().
cancel() - Method in class org.directwebremoting.impl.BasicAlarm
 
cancel() - Method in class org.directwebremoting.impl.OutputAlarm
 
cancel() - Method in class org.directwebremoting.impl.ShutdownAlarm
 
cancel() - Method in class org.directwebremoting.impl.TimedAlarm
 
CANCEL_UPLOAD - Static variable in class org.directwebremoting.event.SessionProgressListener
The attribute that indicates if the user wants to cancel the upload.
CharArrayConverter - Class in org.directwebremoting.convert
An implementation of Converter for char arrays.
CharArrayConverter() - Constructor for class org.directwebremoting.convert.CharArrayConverter
 
checkPageInformation(String, String, String) - Method in interface org.directwebremoting.extend.RealWebContext
Fill in the page details from the servlet request.
checkPageInformation(String, String, String) - Method in class org.directwebremoting.impl.DefaultWebContext
 
classForName(String) - Static method in class org.directwebremoting.util.LocalUtil
Utility to essentially do Class forName and allow configurable Classloaders.
classForName(String, String, Class<T>) - 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<T>) - 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
 
clear() - Method in class org.directwebremoting.json.JsonArray
 
clear() - Method in class org.directwebremoting.json.JsonObject
 
clearBody() - Method in class org.directwebremoting.jms.DwrMessage
 
clearConverted() - Method in class org.directwebremoting.extend.InboundContext
Clear the list of converted objects.
clearProperties() - Method in class org.directwebremoting.jms.DwrMessage
 
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.jms.DwrConnection
 
close() - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
close() - Method in class org.directwebremoting.jms.DwrMessageProducer
 
close() - Method in class org.directwebremoting.jms.DwrSession
 
close() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
close() - Method in class org.directwebremoting.util.DelegatingServletOutputStream
 
close(Closeable) - 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.
CodeBlock - Class in org.directwebremoting.proxy
A simple wrapper around a String to indicate that this string is executable Javascript and should not be quoted and escaped when it is passed to the client.
CodeBlock(String) - Constructor for class org.directwebremoting.proxy.CodeBlock
CodeBlocks are immutable wrappers around strings
CollectionConverter - Class in org.directwebremoting.convert
An implementation of Converter for Collections of Strings.
CollectionConverter() - Constructor for class org.directwebremoting.convert.CollectionConverter
 
CollectionOutboundVariable - Interface in org.directwebremoting.dwrp
A helper class for people that want to implement OutboundVariable.
commit() - Method in class org.directwebremoting.jms.DwrSession
 
CommonsFileUpload - Class in org.directwebremoting.dwrp
An implementation of FileUpload that uses Apache Commons FileUpload.
CommonsFileUpload() - Constructor for class org.directwebremoting.dwrp.CommonsFileUpload
 
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(ScriptConduit) - 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<Configurator>) - 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.
ContainerAbstraction - Interface in org.directwebremoting.extend
We need to keep container specific logic out of PollHandler, and other parts of DWR.
ContainerConfigurationException - Exception in org.directwebremoting.extend
Something has gone wrong while configuring a Container
ContainerConfigurationException(String) - Constructor for exception org.directwebremoting.extend.ContainerConfigurationException
Constructs a new runtime exception with the specified detail message.
ContainerConfigurationException(String, Throwable) - Constructor for exception org.directwebremoting.extend.ContainerConfigurationException
Constructs a new runtime exception with the specified detail message and cause.
ContainerConfigurationException(Throwable) - Constructor for exception org.directwebremoting.extend.ContainerConfigurationException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
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
 
contains(Object) - Method in class org.directwebremoting.json.JsonArray
 
containsAll(Collection<?>) - Method in class org.directwebremoting.json.JsonArray
 
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
 
containsKey(Object) - Method in class org.directwebremoting.json.JsonObject
 
containsValue(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
containsValue(Object) - Method in class org.directwebremoting.json.JsonObject
 
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 "
Context - Class in org.directwebremoting.proxy.io
Context is a way for a ScriptProxy to return a value that can only be realized on the client.
Context(Context, String, ScriptProxy) - Constructor for class org.directwebremoting.proxy.io.Context
Create a new Context
ContextCloseHandler<T> - Interface in org.directwebremoting.guice
Called for each instance in a context when the context is closed.
ContextConverter - Class in org.directwebremoting.convert
An implementation of Converter for Context helper objects for ScriptProxies.
ContextConverter() - Constructor for class org.directwebremoting.convert.ContextConverter
 
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.ContextConverter
 
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.FileConverter
 
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.RawConverter
 
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.StringEnumAbstractBaseConverter
 
convertInbound(Class<?>, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.StringWrapperConverter
 
convertInbound(Class<?>, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.URIConverter
 
convertInbound(Class<?>, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.URLConverter
 
convertInbound(Class<?>, InboundVariable, InboundContext) - Method in class org.directwebremoting.convert.XmlBeanConverter
 
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.ContextConverter
 
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.FileConverter
 
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.RawConverter
 
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.StringEnumAbstractBaseConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.StringWrapperConverter
 
convertOutbound(Object, OutboundContext) - Method in class org.directwebremoting.convert.URIConverter
 
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
 
copy(byte[], OutputStream) - Static method in class org.directwebremoting.util.CopyUtils
Copy bytes from a byte[] to an OutputStream.
copy(byte[], Writer) - Static method in class org.directwebremoting.util.CopyUtils
Copy and convert bytes from a byte[] to chars on a Writer.
copy(byte[], Writer, String) - Static method in class org.directwebremoting.util.CopyUtils
Copy and convert bytes from a byte[] to chars on a Writer, using the specified encoding.
copy(InputStream, OutputStream) - Static method in class org.directwebremoting.util.CopyUtils
Copy bytes from an InputStream to an OutputStream.
copy(Reader, Writer) - Static method in class org.directwebremoting.util.CopyUtils
Copy chars from a Reader to a Writer.
copy(InputStream, Writer) - Static method in class org.directwebremoting.util.CopyUtils
Copy and convert bytes from an InputStream to chars on a Writer.
copy(InputStream, Writer, String) - Static method in class org.directwebremoting.util.CopyUtils
Copy and convert bytes from an InputStream to chars on a Writer, using the specified encoding.
copy(Reader, OutputStream) - Static method in class org.directwebremoting.util.CopyUtils
Serialize chars from a Reader to bytes on an OutputStream, and flush the OutputStream.
copy(String, OutputStream) - Static method in class org.directwebremoting.util.CopyUtils
Serialize chars from a String to bytes on an OutputStream, and flush the OutputStream.
copy(String, Writer) - Static method in class org.directwebremoting.util.CopyUtils
Copy chars from a String to a Writer.
CopyUtils - Class in org.directwebremoting.util
This class provides static utility methods for buffered copying between sources (InputStream, Reader, String and byte[]) and destinations (OutputStream, Writer, String and byte[]).
createAndSetupDefaultContainer(ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
A combination of ContainerUtil.createDefaultContainer(ServletConfig) and ContainerUtil.setupDefaultContainer(DefaultContainer, ServletConfig).
createBrowser(Queue) - Method in class org.directwebremoting.jms.DwrSession
 
createBrowser(Queue, String) - Method in class org.directwebremoting.jms.DwrSession
 
createBytesMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createChildContext(int) - Method in class org.directwebremoting.extend.TypeHintContext
Create a child TypeHintContext based on this one
createConnection() - Method in class org.directwebremoting.jms.DwrConnectionFactory
 
createConnection(String, String) - Method in class org.directwebremoting.jms.DwrConnectionFactory
 
createConnectionConsumer(Destination, String, ServerSessionPool, int) - Method in class org.directwebremoting.jms.DwrConnection
 
createConsumer(Destination) - Method in class org.directwebremoting.jms.DwrSession
 
createConsumer(Destination, String) - Method in class org.directwebremoting.jms.DwrSession
 
createConsumer(Destination, String, boolean) - Method in class org.directwebremoting.jms.DwrSession
 
createDefaultContainer(ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Deprecated. Use ContainerUtil.createAndSetupDefaultContainer(ServletConfig)
createDurableConnectionConsumer(Topic, String, String, ServerSessionPool, int) - Method in class org.directwebremoting.jms.DwrConnection
 
createDurableSubscriber(Topic, String) - Method in class org.directwebremoting.jms.DwrSession
 
createDurableSubscriber(Topic, String, String, boolean) - Method in class org.directwebremoting.jms.DwrSession
 
createForeignWindowProxy(String, ScriptBuffer) - Static method in class org.directwebremoting.extend.EnginePrivate
Evade the 2 connection limit by sending scripts to the wrong window and having that use window.name to push it to the right window
createInboundVariable(int, String, String, String) - Method in class org.directwebremoting.extend.InboundContext
Create an inbound variable.
createInboundVariable(int, String, String, FormField) - Method in class org.directwebremoting.extend.InboundContext
Create an inbound file variable.
createMapMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createObjectMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createObjectMessage(Serializable) - Method in class org.directwebremoting.jms.DwrSession
 
createOutput(ScriptBuffer, ConverterManager) - Static method in class org.directwebremoting.extend.ScriptBufferUtil
Return a string ready for output.
createOutput(ScriptBuffer, ConverterManager, boolean) - Static method in class org.directwebremoting.extend.ScriptBufferUtil
Return a string ready for output.
createProducer(Destination) - Method in class org.directwebremoting.jms.DwrSession
 
createQueue(String) - Method in class org.directwebremoting.jms.DwrSession
 
createScriptSession(String, String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
When a new client page-loads, we create a script session.
createScriptSession(String, String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
createSession(boolean, int) - Method in class org.directwebremoting.jms.DwrConnection
 
createSleeper(HttpServletRequest) - Method in interface org.directwebremoting.extend.ContainerAbstraction
Create a sleeper that is appropriate for the given servlet container
createSleeper(HttpServletRequest) - Method in class org.directwebremoting.impl.GrizzlyContainerAbstraction
 
createSleeper(HttpServletRequest) - Method in class org.directwebremoting.impl.JettyContainerAbstraction
 
createSleeper(HttpServletRequest) - Method in class org.directwebremoting.impl.ServletSpecContainerAbstraction
 
createStreamMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createTemporaryQueue() - Method in class org.directwebremoting.jms.DwrSession
 
createTemporaryTopic() - Method in class org.directwebremoting.jms.DwrSession
 
createTextMessage() - Method in class org.directwebremoting.jms.DwrSession
 
createTextMessage(String) - Method in class org.directwebremoting.jms.DwrSession
 
createTopic(String) - Method in class org.directwebremoting.jms.DwrSession
 
createUniqueId() - Static method in class org.directwebremoting.extend.CallbackHelper
Callbacks need a unique ID
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 instantiated 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