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

A

AboutHandler - Class in org.directwebremoting.servlet
A handler for requests to create a debug index page
AboutHandler() - Constructor for class org.directwebremoting.servlet.AboutHandler
 
AbstractContainer - Class in org.directwebremoting.impl
An implementation of some of the simpler methods from Container
AbstractContainer() - Constructor for class org.directwebremoting.impl.AbstractContainer
 
AbstractCreator - Class in org.directwebremoting.create
A simple implementation of the basic parts of Creator
AbstractCreator() - Constructor for class org.directwebremoting.create.AbstractCreator
 
AbstractOutboundVariable - Class in org.directwebremoting.dwrp
A helper class for people that want to implement OutboundVariable.
AbstractOutboundVariable(OutboundContext) - Constructor for class org.directwebremoting.dwrp.AbstractOutboundVariable
 
AbstractOutboundVariable.NotInlineDefinition - Class in org.directwebremoting.dwrp
A helper struct to pass a build code and define code together
AbstractOutboundVariable.NotInlineDefinition(String, String) - Constructor for class org.directwebremoting.dwrp.AbstractOutboundVariable.NotInlineDefinition
 
AbstractServerLoadMonitor - Class in org.directwebremoting.impl
A base implementation of ServerLoadMonitor that implements waiting functionallity, mostly to provide AbstractServerLoadMonitor.shutdown().
AbstractServerLoadMonitor() - Constructor for class org.directwebremoting.impl.AbstractServerLoadMonitor
 
accessControl - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
The security manager
AccessControl - Interface in org.directwebremoting.extend
Control who should be accessing which methods on which classes.
accessControl - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
The security manager
accessControl - Variable in class org.directwebremoting.impl.DefaultRemoter
The security manager
AccessDeniedException - Exception in org.directwebremoting.extend
TODO: Work out if this exception actually helps.
AccessDeniedException(String) - Constructor for exception org.directwebremoting.extend.AccessDeniedException
Basic constructor - ensure all exceptions have messages
action - Variable in class org.directwebremoting.webwork.ActionDefinition
 
ActionDefinition - Class in org.directwebremoting.webwork
A simple WebWork action invocation definition (it is mapped to a com.opensymphony.webwork.dispatcher.mapper.ActionMapping).
ActionDefinition() - Constructor for class org.directwebremoting.webwork.ActionDefinition
 
activeReverseAjaxEnabled - Variable in class org.directwebremoting.dwrp.PollHandler
Are we doing full reverse ajax
addAjaxFilter(AjaxFilter) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Add a global AjaxFilter
addAjaxFilter(AjaxFilter, String) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Add a class based AjaxFilter
addAjaxFilter(AjaxFilter) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
addAjaxFilter(AjaxFilter, String) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
addAuth(String, String) - Method in class org.directwebremoting.spring.CreatorConfig
Convenience method for adding an authentication rule.
addCall(Call) - Method in class org.directwebremoting.extend.Calls
Add a call to the collection of calls we are about to make
addClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className += "X", that we can call from Java easily.
addConverted(InboundVariable, Class, Object) - Method in class org.directwebremoting.extend.InboundContext
Add to the (temporary) list of converted objects
addConverter(String, String, Map) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverter(String, Converter) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverter(String, String, Map) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter
addConverter(String, Converter) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter
addConverterType(String, String) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
addConverterType(String, String) - Method in interface org.directwebremoting.extend.ConverterManager
Add a new converter type
addCookie(Cookie) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addCookie(Cookie) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addCreator(String, String, Map) - Method in interface org.directwebremoting.extend.CreatorManager
Add a new creator
addCreator(String, Creator) - Method in interface org.directwebremoting.extend.CreatorManager
Add a new creator
addCreator(String, String, Map) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
addCreator(String, Creator) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
addCreatorType(String, String) - Method in interface org.directwebremoting.extend.CreatorManager
In init mode, add a new type of creator
addCreatorType(String, String) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
addDateHeader(String, long) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addDateHeader(String, long) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addExcludeRule(String, String) - Method in interface org.directwebremoting.extend.AccessControl
Add an exclude rule.
addExcludeRule(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
addFilter(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a filter to whatever is being configured.
addFilter(AjaxFilter) - Method in class org.directwebremoting.spring.CreatorConfig
Convenience method for adding a filter.
addFunctionCall(String) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with no parameters.
addFunctionCall(String, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addFunctionCall(String, Object, Object, Object, Object, Object) - Method in class org.directwebremoting.proxy.ScriptProxy
Call a named function with one parameter.
addHeader(String, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addHeader(String, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addIncludeRule(String, String) - Method in interface org.directwebremoting.extend.AccessControl
Add an include rule.
addIncludeRule(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
addInitParameter(String, String) - Method in class org.directwebremoting.util.FakeServletContext
Add an init parameter to the list that we hand out
addIntHeader(String, int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
addIntHeader(String, int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
addLine(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add lines to a signature.
addNoCacheHeaders(HttpServletResponse) - Static method in class org.directwebremoting.util.LocalUtil
Add headers to prevent browers and proxies from caching this reply.
addOptions(String, String[]) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addOptions(String, Collection, String) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addOptions(String, Collection, String, String) - Method in class org.directwebremoting.proxy.dwr.Util
Add options to a list from an array or map.
addParam(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a parameter to whatever is being configured.
addParameter(Object, Object) - Method in class org.directwebremoting.impl.DefaultContainer
Set the class that should be used to implement the given interface
addParameter(Object, Object) - Method in class org.directwebremoting.spring.SpringContainer
 
addReply(Reply) - Method in class org.directwebremoting.extend.Replies
Add a reply to the collection of replies we are about to make
addRoleRestriction(String, String, String) - Method in interface org.directwebremoting.extend.AccessControl
J2EE role based security allows us to restrict methods to only being used by people in certain roles.
addRoleRestriction(String, String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
addRows(String, String[][], String) - Method in class org.directwebremoting.proxy.dwr.Util
Create rows inside a the table, tbody, thead or tfoot element (given by id).
addRows(String, String[][]) - Method in class org.directwebremoting.proxy.dwr.Util
Create rows inside a the table, tbody, thead or tfoot element (given by id).
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller.CallScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.Html4kScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.OutputAlarm.AlarmScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.extend.ScriptConduit
Add a script to the list bound for remote execution.
addScript(ScriptBuffer) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
addScript(ScriptBuffer) - Method in class org.directwebremoting.proxy.ScriptProxy
Utility to add the given script to all known browsers.
addScript(ScriptBuffer) - Method in interface org.directwebremoting.ScriptSession
Add a script to the list waiting for remote execution.
addScriptConduit(ScriptConduit) - Method in interface org.directwebremoting.extend.RealScriptSession
While a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - "pass scripts to me"
addScriptConduit(ScriptConduit) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
addScriptSession(ScriptSession) - Method in class org.directwebremoting.proxy.ScriptProxy
 
addScriptSessions(Collection) - Method in class org.directwebremoting.proxy.ScriptProxy
 
afterContainerSetup(Container) - Method in interface org.directwebremoting.extend.InitializingBean
This method allows the bean instance to perform initialization only possible when all bean properties have been set
afterContainerSetup(Container) - Method in class org.directwebremoting.servlet.FileHandler
 
afterContainerSetup(Container) - Method in class org.directwebremoting.servlet.UrlProcessor
 
afterPropertiesSet() - Method in class org.directwebremoting.spring.BeanCreator
Is called by the Spring container after all properties have been set.
afterPropertiesSet() - Method in class org.directwebremoting.spring.DwrController
Is called by the Spring container after all properties have been set.
afterPropertiesSet() - Method in class org.directwebremoting.spring.SpringContainer
 
AjaxDataResult - Interface in org.directwebremoting.webwork
Interface defining access to a wrapped action result.
AjaxFilter - Interface in org.directwebremoting
A filter is a way to insert procesing tasks at various points during the processing of an Ajax call.
AjaxFilterChain - Interface in org.directwebremoting
An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation.
AjaxFilterManager - Interface in org.directwebremoting.extend
A class that manages the various AjaxFilters and what classes they are registered against.
AjaxResult - Interface in org.directwebremoting.webwork
Marker interface for wrapped invocation results.
AjaxTextResult - Interface in org.directwebremoting.webwork
Interface defining access to a wrapped rendered action result.
alarm - Variable in class org.directwebremoting.dwrp.BaseScriptConduit
An Alarm that goes off if something is badly broken
algorithm - Variable in class org.directwebremoting.util.IdGenerator
The message digest algorithm to be used when generating session identifiers.
allowGetForSafariButMakeForgeryEasier - Variable in class org.directwebremoting.dwrp.PollHandler
By default we disable GET, but this hinders old Safaris
appear(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.appear() function.
appear(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Appear() function.
appendData(boolean) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(char) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(double) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(float) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(int) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(long) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(Object) - Method in class org.directwebremoting.ScriptBuffer
 
appendData(String) - Method in class org.directwebremoting.ScriptBuffer
 
appendScript(String) - Method in class org.directwebremoting.ScriptBuffer
 
APPLICATION - Static variable in interface org.directwebremoting.extend.Creator
Application scope: named reference remains available in the ServletContext until it is reclaimed.
ArrayConverter - Class in org.directwebremoting.convert
An implementation of Converter for Arrays.
ArrayConverter() - Constructor for class org.directwebremoting.convert.ArrayConverter
 
ArrayOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that creates data from Collections.
ArrayOutboundVariable(OutboundContext) - Constructor for class org.directwebremoting.dwrp.ArrayOutboundVariable
Setup
assertAllowedByRoles(HttpServletRequest, Set) - Method in class org.directwebremoting.impl.DefaultAccessControl
Is this current user in the given list of roles
assertAreParametersDwrInternal(Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
Check the parameters are not DWR internal either
assertAuthenticationIsValid(HttpServletRequest) - Method in class org.directwebremoting.impl.DefaultAccessControl
Check the users session for validity
assertExecutionIsPossible(Creator, String, Method) - Method in interface org.directwebremoting.extend.AccessControl
Check the method for accessibility at runtime, and return an error message if anything is wrong.
assertExecutionIsPossible(Creator, String, Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
assertIsClassDwrInternal(Creator) - Method in class org.directwebremoting.impl.DefaultAccessControl
Is the class that we are executing a method on part of DWR?
assertIsDisplayable(Creator, String, Method) - Method in interface org.directwebremoting.extend.AccessControl
Check the method for accessibility at 'compile-time' (i.e.
assertIsDisplayable(Creator, String, Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
assertIsExecutable(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
Test to see if a method is excluded or included.
assertIsMethodPublic(Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
Is the method public?
assertIsNotOnBaseObject(Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
We ban some methods from Object
assertIsRestrictedByRole(String, Method) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
assumeSession - Variable in class org.directwebremoting.hibernate.H3BeanConverter
Do we assume there is an open session and read properties?
ATTRIBUTE_BATCH - Static variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we stash away the results of the request parse
ATTRIBUTE_CALL_ID - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_CONDUIT - Static variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we stash away the conduit
ATTRIBUTE_CONTAINER_LIST - Static variable in class org.directwebremoting.impl.ContainerUtil
The name under which we publish all Containers.
ATTRIBUTE_DWR - Static variable in interface org.directwebremoting.WebContext
An attribute used by WebContext.forwardToString(String) to inform anyone that wants to know that this is a request from DWR.
ATTRIBUTE_JETTY_CONDUIT - Static variable in class org.directwebremoting.dwrp.JettyContinuationSleeper
We remember the notify conduit so we can reuse it
ATTRIBUTE_NOTIFY_CONDUIT - Static variable in class org.directwebremoting.dwrp.PollBatch
We remember the notify conduit so we can reuse it
ATTRIBUTE_PAGE - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_PARAMETERS - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_PARTIAL_RESPONSE - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
ATTRIBUTE_REQUEST - Static variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we stash away the request
ATTRIBUTE_SESSION - Static variable in class org.directwebremoting.hibernate.H3SessionAjaxFilter
Under what name do we store the session factory?
ATTRIBUTE_SESSION_ID - Static variable in class org.directwebremoting.dwrp.PollBatch
How we stash away the results of the request parse
attributeAdded(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
attributeRemoved(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
attributeReplaced(ServletContextAttributeEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
attributes - Variable in class org.directwebremoting.impl.DefaultScriptSession
The server side attributes for this page.
AuthHandler - Class in org.directwebremoting.servlet
A Handler that supports requests for auth.js
AuthHandler() - Constructor for class org.directwebremoting.servlet.AuthHandler
Setup the FileHandler defaults

B

BaseCallMarshaller - Class in org.directwebremoting.dwrp
A Marshaller that output plain Javascript.
BaseCallMarshaller() - Constructor for class org.directwebremoting.dwrp.BaseCallMarshaller
 
BaseCallMarshaller.CallScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit that works with the parent Marshaller.
BaseCallMarshaller.CallScriptConduit(PrintWriter) - Constructor for class org.directwebremoting.dwrp.BaseCallMarshaller.CallScriptConduit
Simple ctor
BaseScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit that works with the parent Marshaller.
BaseScriptConduit(HttpServletResponse, String, ConverterManager) - Constructor for class org.directwebremoting.dwrp.BaseScriptConduit
Simple ctor
BaseV10Converter - Class in uk.ltd.getahead.dwr.compat
WARNING: This is not properly implemented yet.
BaseV10Converter() - Constructor for class uk.ltd.getahead.dwr.compat.BaseV10Converter
 
BaseV20Converter - Class in org.directwebremoting.convert
A way to migrate from the DWRv2.0 Converter style to something in the future.
BaseV20Converter() - Constructor for class org.directwebremoting.convert.BaseV20Converter
 
BasicAlarm - Class in org.directwebremoting.dwrp
An Alarm that goes off if something is badly broken.
BasicAlarm() - Constructor for class org.directwebremoting.dwrp.BasicAlarm
 
BasicObjectConverter - Class in org.directwebremoting.convert
BasicObjectConverter is a parent to BeanConverter and ObjectConverter an provides support for include and exclude lists, and instanceTypes.
BasicObjectConverter() - Constructor for class org.directwebremoting.convert.BasicObjectConverter
 
Batch - Class in org.directwebremoting.dwrp
A container for all the by-products of an HttpRequest parse
Batch(HttpServletRequest, boolean, boolean, String) - Constructor for class org.directwebremoting.dwrp.Batch
Parse an inbound request into a Calls object
batchId - Variable in class org.directwebremoting.dwrp.BaseScriptConduit
What is the ID of the request that we are responding to?
BeanConverter - Class in org.directwebremoting.convert
Convert a Javascript associative array into a JavaBean
BeanConverter() - Constructor for class org.directwebremoting.convert.BeanConverter
 
BeanCreator - Class in org.directwebremoting.spring
A creator that proxies to the specified bean.
BeanCreator() - Constructor for class org.directwebremoting.spring.BeanCreator
 
beanFactory - Variable in class org.directwebremoting.spring.SpringContainer
The Spring BeanFactory that we read from
beans - Variable in class org.directwebremoting.impl.DefaultContainer
The beans that we know of indexed by type
beginStream() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
Called when we are initially setting up the stream.
beginStream() - Method in class org.directwebremoting.dwrp.Html4kScriptConduit
 
beginStream() - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
beginStream() - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
BigNumberConverter - Class in org.directwebremoting.convert
Converter for all primitive types
BigNumberConverter() - Constructor for class org.directwebremoting.convert.BigNumberConverter
 
BLANK - Static variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
Empty string
blindDown(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.blindDown() function.
blindDown(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.BlindDown() function.
blindUp(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.blindUp() function.
blindUp(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.BlindUp() function.
buffer - Variable in class org.directwebremoting.util.DebuggingPrintWriter
A buffer where we store stuff before a newline
buildFactory - Static variable in class org.directwebremoting.impl.DefaultPageNormalizer
How we create new documents

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
 
callInitializingBeans() - Method in class org.directwebremoting.impl.AbstractContainer
Used after setup to call InitializingBean.afterContainerSetup(Container) on all the contained beans.
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
 
calls - Variable in class org.directwebremoting.extend.Calls
The collection of Calls that we should execute
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
 
checkNotInvalidated() - Method in class org.directwebremoting.impl.DefaultScriptSession
Check that we are still valid and throw an IllegalStateException if not.
checkScope(String) - Static method in class org.directwebremoting.create.AbstractCreator
Is the given scope valid?
checkTimeouts() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
Do a check on all the known sessions to see if and have timeout and need removing.
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() - 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
 
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.
compressionLevel - Variable in class org.directwebremoting.servlet.FileHandler
How much do we compression javascript by?
conduit - Variable in class org.directwebremoting.dwrp.OutputAlarm
A conduit to alert us if there is output
conduits - Variable in class org.directwebremoting.impl.DefaultScriptSession
The script conduits that we can use to transfer data to the browser.
Configurator - Interface in org.directwebremoting.extend
Provides a way to add bits of configuration to the system.
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, 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.
connectedTime - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
The time we are currently waiting before sending a browser away and asking it to reconnect.
connectedTime - Variable in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
The time we are currently waiting before sending a browser away and asking it to reconnect.
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 "
contextDestroyed(ServletContextEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextListener
 
contextInitialized(ServletContextEvent) - Method in class org.directwebremoting.servlet.EfficientShutdownServletContextListener
 
continuation - Variable in class org.directwebremoting.dwrp.JettyContinuationSleeper
The continuation object
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
continuationClass - Static variable in class org.directwebremoting.util.Continuation
Jetty code used by reflection to allow it to run outside of Jetty
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 - Variable in class org.directwebremoting.convert.BasicObjectConverter
To forward marshalling requests
converterManager - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we convert parameters
converterManager - Variable in class org.directwebremoting.dwrp.BaseScriptConduit
How we convert parameters
converterManager - Variable in class org.directwebremoting.dwrp.PollHandler
How we convert parameters
ConverterManager - Interface in org.directwebremoting.extend
A class to manage the converter types and the instantiated class name matches.
converterManager - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
How we convert parameters
converterManager - Variable in class org.directwebremoting.impl.DefaultRemoter
How we convert beans - or in this case create client side classes
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.
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 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.
createTypeHintContext(InboundContext, Property) - Method in class org.directwebremoting.convert.BasicObjectConverter
BasicObjectConverter.convertInbound(Class, InboundVariable, InboundContext) needs to create a TypeHintContext for the Property it is converting so that the type guessing system can do its work.
createTypeHintContext(InboundContext, Property) - Method in class org.directwebremoting.convert.BeanConverter
 
createTypeHintContext(InboundContext, Property) - Method in class org.directwebremoting.convert.ObjectConverter
 
createUrlMapping(DefaultContainer, String, String, Class) - Static method in class org.directwebremoting.impl.ContainerUtil
Creates entries in the Container so 2 lookups are possible.
creationTime - Variable in class org.directwebremoting.impl.DefaultScriptSession
When we we created?
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 - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we create new beans
CreatorManager - Interface in org.directwebremoting.extend
A class to manage the types of creators and the instansiated creators.
creatorManager - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
How we create new beans
creatorManager - Variable in class org.directwebremoting.impl.DefaultRemoter
How we create new beans
crossDomainSessionSecurity - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
To we perform cross-domain session security checks?
crossDomainSessionSecurity - Variable in class org.directwebremoting.dwrp.PollHandler
Do we perform cross-domain session security checks?

D

DateConverter - Class in org.directwebremoting.convert
An implementation of Converter for Dates.
DateConverter() - Constructor for class org.directwebremoting.convert.DateConverter
 
debug(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
debug(String) - Method in class org.directwebremoting.util.Logger
Logger a debug message
debug(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a debug message
debug(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
debugConfig(Container) - Static method in class org.directwebremoting.impl.ContainerUtil
Create a bunch of debug information about a container
DebuggingPrintWriter - Class in org.directwebremoting.util
A PrintWriter that also sends its output to a log stream
DebuggingPrintWriter(String, Writer) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter, without automatic line flushing.
DebuggingPrintWriter(String, Writer, boolean) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter.
DebuggingPrintWriter(String, OutputStream) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter, without automatic line flushing, from an existing OutputStream.
DebuggingPrintWriter(String, OutputStream, boolean) - Constructor for class org.directwebremoting.util.DebuggingPrintWriter
Create a new PrintWriter from an existing OutputStream.
DebugPageGenerator - Interface in org.directwebremoting.extend
The heart of DWR is a system to generate content from some requests.
debugPageGenerator - Variable in class org.directwebremoting.servlet.IndexHandler
The bean to handle debug page requests
debugPageGenerator - Variable in class org.directwebremoting.servlet.TestHandler
The bean to handle debug page requests
decode(String) - Static method in class org.directwebremoting.util.LocalUtil
URL decode a value.
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.ConverterBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.CreatorBeanDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.InitDefinitionDecorator
 
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.RemoteBeanDefinitionDecorator
Registers an <dwr:remote ...
decorate(Node, BeanDefinitionHolder, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.SignaturesBeanDefinitionDecorator
 
DEFAULT_ALGORITHM - Static variable in class org.directwebremoting.util.IdGenerator
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_DWR_XML - Static variable in interface org.directwebremoting.extend.DwrConstants
The default dwr.xml file path
DEFAULT_SESSION_CHECK_TIME - Static variable in class org.directwebremoting.impl.DefaultScriptSessionManager
By default we check for sessions that need expiring every 30 seconds
DEFAULT_SPRING_CONFIGURATOR_ID - Static variable in class org.directwebremoting.spring.DwrNamespaceHandler
 
DEFAULT_TIMEOUT_MILLIS - Static variable in interface org.directwebremoting.extend.ScriptSessionManager
The default length of time a session can go unused before it automatically becomes invalid and is recycled.
DefaultAccessControl - Class in org.directwebremoting.impl
Control who should be accessing which methods on which classes.
DefaultAccessControl() - Constructor for class org.directwebremoting.impl.DefaultAccessControl
 
DefaultAjaxDataResult - Class in org.directwebremoting.webwork
Default implementation of AjaxDataResult
DefaultAjaxDataResult(Object) - Constructor for class org.directwebremoting.webwork.DefaultAjaxDataResult
Sole constructor.
DefaultAjaxFilterManager - Class in org.directwebremoting.impl
The default implementation of AjaxFilterManager
DefaultAjaxFilterManager() - Constructor for class org.directwebremoting.impl.DefaultAjaxFilterManager
 
DefaultAjaxTextResult - Class in org.directwebremoting.webwork
Default implementation of AjaxTextResult
DefaultAjaxTextResult() - Constructor for class org.directwebremoting.webwork.DefaultAjaxTextResult
Empty constructor.
DefaultAjaxTextResult(String) - Constructor for class org.directwebremoting.webwork.DefaultAjaxTextResult
Creates an DefaultAjaxTextResult wrapping the given string.
DefaultContainer - Class in org.directwebremoting.impl
DefaultContainer is like a mini-IoC container for DWR.
DefaultContainer() - Constructor for class org.directwebremoting.impl.DefaultContainer
 
DefaultConverterManager - Class in org.directwebremoting.dwrp
A class to manage the converter types and the instansiated class name matches.
DefaultConverterManager() - Constructor for class org.directwebremoting.dwrp.DefaultConverterManager
 
DefaultCreatorManager - Class in org.directwebremoting.impl
A class to manage the types of creators and the instansiated creators.
DefaultCreatorManager() - Constructor for class org.directwebremoting.impl.DefaultCreatorManager
 
DefaultDebugPageGenerator - Class in org.directwebremoting.impl
A default implementation of TestPageGenerator
DefaultDebugPageGenerator() - Constructor for class org.directwebremoting.impl.DefaultDebugPageGenerator
 
DefaultPageNormalizer - Class in org.directwebremoting.impl
The default implementation of PageNormalizer attempts to read from WEB-INF/web.xml to find a welcome-files element, and uses a default of removing "index.html" and "index.jsp" if this proceedure fails.
DefaultPageNormalizer() - Constructor for class org.directwebremoting.impl.DefaultPageNormalizer
 
DefaultRemoter - Class in org.directwebremoting.impl
In implementation of Remoter that delegates requests to a set of Modules
DefaultRemoter() - Constructor for class org.directwebremoting.impl.DefaultRemoter
 
DefaultScriptSession - Class in org.directwebremoting.impl
An implementation of ScriptSession and RealScriptSession.
DefaultScriptSession(String, DefaultScriptSessionManager) - Constructor for class org.directwebremoting.impl.DefaultScriptSession
Simple constructor
DefaultScriptSessionManager - Class in org.directwebremoting.impl
A default implmentation of ScriptSessionManager.
DefaultScriptSessionManager() - Constructor for class org.directwebremoting.impl.DefaultScriptSessionManager
 
DefaultServerContext - Class in org.directwebremoting.impl
The Default implementation of ServerContext
DefaultServerContext(ServletConfig, ServletContext, Container) - Constructor for class org.directwebremoting.impl.DefaultServerContext
Build a new DefaultServerContext
DefaultServerContextBuilder - Class in org.directwebremoting.impl
A ServerContextBuilder that creates DefaultServerContexts.
DefaultServerContextBuilder() - Constructor for class org.directwebremoting.impl.DefaultServerContextBuilder
 
DefaultServerLoadMonitor - Class in org.directwebremoting.impl
A smart implementation of ServerLoadMonitor.
DefaultServerLoadMonitor() - Constructor for class org.directwebremoting.impl.DefaultServerLoadMonitor
 
DefaultWebContext - Class in org.directwebremoting.impl
A default implementation of WebContext
DefaultWebContext(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Constructor for class org.directwebremoting.impl.DefaultWebContext
Create a new DefaultWebContext
DefaultWebContextBuilder - Class in org.directwebremoting.impl
A WebContextBuilder that creates DefaultWebContexts.
DefaultWebContextBuilder() - Constructor for class org.directwebremoting.impl.DefaultWebContextBuilder
 
DelegatingServletInputStream - Class in org.directwebremoting.util
Delegating implementation of ServletInputStream.
DelegatingServletInputStream(InputStream) - Constructor for class org.directwebremoting.util.DelegatingServletInputStream
Create a new DelegatingServletInputStream.
DelegatingServletOutputStream - Class in org.directwebremoting.util
Delegating implementation of ServletOutputStream.
DelegatingServletOutputStream(OutputStream) - Constructor for class org.directwebremoting.util.DelegatingServletOutputStream
Create a new DelegatingServletOutputStream.
descriptor - Variable in class org.directwebremoting.impl.PropertyDescriptorProperty
The PropertyDescriptor that we are proxying to
destroy() - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
destroy() - Method in class org.directwebremoting.servlet.DwrServlet
 
destroy() - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
digest - Variable in class org.directwebremoting.util.IdGenerator
Return the MessageDigest implementation to be used when creating session identifiers.
disconnectedTime - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
How long are we telling users to wait before they come back next
disconnectedTime - Variable in class org.directwebremoting.impl.PollingServerLoadMonitor
How long are we telling users to wait before they come back next
disconnectedTime - Variable in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
How long are we telling users to wait before they come back next
doExecute(ActionDefinition, Map, HttpServletRequest, HttpServletResponse, ServletContext) - Method in class org.directwebremoting.webwork.DWRAction
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in interface org.directwebremoting.AjaxFilter
The doFilter method of the AjaxFilter is called by DWR each time an Ajax request is made on a method that this filter is configured against.
doFilter(Object, Method, Object[]) - Method in interface org.directwebremoting.AjaxFilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
 
doFilter(Object, Method, Object[], AjaxFilterChain) - Method in class org.directwebremoting.impl.ExecuteAjaxFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.DwrServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.spring.DwrSpringServlet
 
DOM4JConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
DOM4JConverter() - Constructor for class org.directwebremoting.convert.DOM4JConverter
 
DOMConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
DOMConverter() - Constructor for class org.directwebremoting.convert.DOMConverter
 
DomUtil - Class in org.directwebremoting.util
Various utilities to make up for the fact that DOM isn't as useful as it could be.
DomUtil() - Constructor for class org.directwebremoting.util.DomUtil
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.DwrServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.spring.DwrSpringServlet
 
dropOut(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.dropOut() function.
dropOut(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.DropOut() function.
DTDEntityResolver - Class in org.directwebremoting.impl
We want to read the config files in validating mode, and keep the DTD within the dwr.jar file so we need to be able to help the parser find the DTD.
DTDEntityResolver() - Constructor for class org.directwebremoting.impl.DTDEntityResolver
 
DWRAction - Class in org.directwebremoting.webwork
This class represents the entry point to all WebWork action invocations.
DwrConstants - Interface in org.directwebremoting.extend
Some constants to do with the heart of DWR.
DwrController - Class in org.directwebremoting.spring
A Spring Controller that handles DWR requests.
DwrController() - Constructor for class org.directwebremoting.spring.DwrController
 
DwrNamespaceHandler - Class in org.directwebremoting.spring
The Spring namespace handler which handles all elements that are defined as part of the DWR namespace.
DwrNamespaceHandler() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler
 
DwrNamespaceHandler.ConfigurationBeanDefinitionParser - Class in org.directwebremoting.spring
 
DwrNamespaceHandler.ConfigurationBeanDefinitionParser() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.ConfigurationBeanDefinitionParser
 
DwrNamespaceHandler.ControllerBeanDefinitionParser - Class in org.directwebremoting.spring
 
DwrNamespaceHandler.ControllerBeanDefinitionParser() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.ControllerBeanDefinitionParser
 
DwrNamespaceHandler.ConverterBeanDefinitionDecorator - Class in org.directwebremoting.spring
 
DwrNamespaceHandler.ConverterBeanDefinitionDecorator() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.ConverterBeanDefinitionDecorator
 
DwrNamespaceHandler.CreatorBeanDefinitionDecorator - Class in org.directwebremoting.spring
Uses the BeanDefinitionDecorator since we need access to the name of the parent definition?? Register the creatores: spring, new, null, scripted, jsf, struts, pageflow
DwrNamespaceHandler.CreatorBeanDefinitionDecorator() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.CreatorBeanDefinitionDecorator
 
DwrNamespaceHandler.InitDefinitionDecorator - Class in org.directwebremoting.spring
Parse the <dwr:init> elements
DwrNamespaceHandler.InitDefinitionDecorator() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.InitDefinitionDecorator
 
DwrNamespaceHandler.RemoteBeanDefinitionDecorator - Class in org.directwebremoting.spring
 
DwrNamespaceHandler.RemoteBeanDefinitionDecorator() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.RemoteBeanDefinitionDecorator
 
DwrNamespaceHandler.SignaturesBeanDefinitionDecorator - Class in org.directwebremoting.spring
 
DwrNamespaceHandler.SignaturesBeanDefinitionDecorator() - Constructor for class org.directwebremoting.spring.DwrNamespaceHandler.SignaturesBeanDefinitionDecorator
 
DwrServlet - Class in org.directwebremoting.servlet
This is the main servlet that handles all the requests to DWR.
DwrServlet() - Constructor for class org.directwebremoting.servlet.DwrServlet
 
DWRServlet - Class in uk.ltd.getahead.dwr
Deprecated. Use org.directwebremoting.servlet.DwrServlet
DWRServlet() - Constructor for class uk.ltd.getahead.dwr.DWRServlet
Deprecated.  
DwrSpringServlet - Class in org.directwebremoting.spring
The servlet that handles all calls to DWR.
DwrSpringServlet() - Constructor for class org.directwebremoting.spring.DwrSpringServlet
 
DwrWebContextFilter - Class in org.directwebremoting.servlet
A Servlet Filter that can be used with other web frameworks to allow use of WebContextFactory.
DwrWebContextFilter() - Constructor for class org.directwebremoting.servlet.DwrWebContextFilter
 
DwrXmlConfigurator - Class in org.directwebremoting.impl
A configurator that gets its configuration by reading a dwr.xml file.
DwrXmlConfigurator() - Constructor for class org.directwebremoting.impl.DwrXmlConfigurator
 

E

Effect - Class in org.directwebremoting.proxy.scriptaculous
A server side proxy the the Scriptaculous Effect class
Effect() - Constructor for class org.directwebremoting.proxy.scriptaculous.Effect
Http thread constructor, that affects no browsers.
Effect(ScriptSession) - Constructor for class org.directwebremoting.proxy.scriptaculous.Effect
Http thread constructor that alters a single browser
Effect(Collection) - Constructor for class org.directwebremoting.proxy.scriptaculous.Effect
Http thread constructor that alters a number of browsers
EfficientShutdownServletContextAttributeListener - Class in org.directwebremoting.servlet
A ServletContextAttributeListener that can be used to call ServerLoadMonitor.shutdown() when the servlet container is stopped
EfficientShutdownServletContextAttributeListener() - Constructor for class org.directwebremoting.servlet.EfficientShutdownServletContextAttributeListener
 
EfficientShutdownServletContextListener - Class in org.directwebremoting.servlet
A ServletContextListener that can be used to call ServerLoadMonitor.shutdown() when the servlet container is stopped
EfficientShutdownServletContextListener() - Constructor for class org.directwebremoting.servlet.EfficientShutdownServletContextListener
 
Ejb3Creator - Class in org.directwebremoting.create
A Creator that works against EJB3 beans
Ejb3Creator() - Constructor for class org.directwebremoting.create.Ejb3Creator
 
EmptyEntityResolver - Class in org.directwebremoting.util
An EntityResolver for use when you don't want to do any entity resolving.
EmptyEntityResolver() - Constructor for class org.directwebremoting.util.EmptyEntityResolver
 
encodeRedirectUrl(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
encodeRedirectUrl(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
encodeRedirectURL(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
encodeUrl(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
encodeURL(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
encodeUrl(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
encodeURL(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
endStream() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
Called when we are shutting the stream down.
endStream() - Method in class org.directwebremoting.dwrp.Html4kScriptConduit
 
endStream() - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
endStream() - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
Engine - Class in org.directwebremoting.proxy.dwr
Engine is a server-side proxy that allows Java programmers to call client side Javascript from Java.
Engine() - Constructor for class org.directwebremoting.proxy.dwr.Engine
Http thread constructor, that affects no browsers.
Engine(ScriptSession) - Constructor for class org.directwebremoting.proxy.dwr.Engine
Http thread constructor that alters a single browser
Engine(Collection) - Constructor for class org.directwebremoting.proxy.dwr.Engine
Http thread constructor that alters a number of browsers
EngineHandler - Class in org.directwebremoting.servlet
A Handler that supports requests for engine.js
EngineHandler() - Constructor for class org.directwebremoting.servlet.EngineHandler
Setup the FileHandler defaults
engineHandlerUrl - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
The URL for the EngineHandler
EnginePrivate - Class in org.directwebremoting.extend
An abstraction of the DWREngine Javascript class for use by BaseCallMarshaller, PollHandler and a few others that need to call internal functions in engine.js
EnginePrivate() - Constructor for class org.directwebremoting.extend.EnginePrivate
 
entrySet() - Method in class org.directwebremoting.impl.ContainerMap
 
EnumConverter - Class in org.directwebremoting.convert
Converter for all primitive types
EnumConverter() - Constructor for class org.directwebremoting.convert.EnumConverter
 
equals(Object) - Method in class org.directwebremoting.extend.InboundContext.Conversion
 
equals(Object) - Method in class org.directwebremoting.extend.InboundVariable
 
equals(Object) - Method in class org.directwebremoting.extend.ScriptConduit
 
equals(Object) - Method in class org.directwebremoting.extend.TypeHintContext
 
equals(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
equals(Object) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
error(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
error(String, Throwable) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
error(SAXParseException) - Method in class org.directwebremoting.util.LogErrorHandler
 
error(String) - Method in class org.directwebremoting.util.Logger
Logger an error message
error(String, Throwable) - Method in class org.directwebremoting.util.Logger
Logger an error message
error(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger an error message
error(String, Throwable) - Method in interface org.directwebremoting.util.LoggingOutput
Logger an error message
error(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
error(String, Throwable) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
ErrorOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that can not be recursive.
ErrorOutboundVariable(OutboundContext, String, boolean) - Constructor for class org.directwebremoting.dwrp.ErrorOutboundVariable
Default ctor that leaves blank (not null) members
escapeHtml(String) - Static method in class org.directwebremoting.Security
Perform the following replacements: & to &amp; < to &lt; > to &gt; ' to &apos; " to &quot; These replacements are useful when the original sense is important, but when we wish to reduce the risk of XSS attacks.
escapeJavaScript(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Escapes the characters in a String using JavaScript String rules.
ExceptionConverter - Class in org.directwebremoting.convert
A special case of BeanConverter that doesn't convert StackTraces
ExceptionConverter() - Constructor for class org.directwebremoting.convert.ExceptionConverter
 
ExceptionHandler - Class in org.directwebremoting.servlet
Handles an exception occuring during the request disptaching.
ExceptionHandler() - Constructor for class org.directwebremoting.servlet.ExceptionHandler
 
exclude(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add an exclude rule to a Creator This should be used during a FluentConfigurator.withCreator(String, String) call.
exclusions - Variable in class org.directwebremoting.convert.BasicObjectConverter
The list of excluded properties
execute(Calls) - Method in class org.directwebremoting.contrib.ParallelDefaultRemoter
Execute a set of remote calls in parallel and generate set of reply data for later conversion to whatever wire protocol we are using today.
execute(Calls) - Method in interface org.directwebremoting.extend.Remoter
Execute a set of remote calls and generate set of reply data for later conversion to whatever wire protocol we are using today.
execute(Calls) - Method in class org.directwebremoting.impl.DefaultRemoter
 
execute(Call) - Method in class org.directwebremoting.impl.DefaultRemoter
Execute a single call object
execute(ActionDefinition, Map, HttpServletRequest, HttpServletResponse, ServletContext) - Static method in class org.directwebremoting.webwork.DWRAction
Entry point for all action invocations.
ExecuteAjaxFilter - Class in org.directwebremoting.impl
The last element in a filter chain actually executes the method.
ExecuteAjaxFilter() - Constructor for class org.directwebremoting.impl.ExecuteAjaxFilter
 
executeResult - Variable in class org.directwebremoting.webwork.ActionDefinition
 
ExecutionContext - Class in uk.ltd.getahead.dwr
Deprecated. Use WebContext / WebContextFactory for better results
exposeInternals - Variable in class org.directwebremoting.impl.DefaultAccessControl
Do we allow DWR classes to be remoted?
EXTENSION_JS - Static variable in class org.directwebremoting.servlet.PathConstants
Extension for javascript files
extractInboundTokens(Class, String) - Method in class org.directwebremoting.convert.BasicObjectConverter
Loop over all the inputs and extract a Map of key:value pairs
extractParameter(Map, String) - Method in class org.directwebremoting.dwrp.PollBatch
Extract a parameter and ensure it is in the request.
ExtraLatencyAjaxFilter - Class in org.directwebremoting.filter
An example filter that delays responding to a query by a customizable time to simulate internet latency.
ExtraLatencyAjaxFilter() - Constructor for class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 

F

FacesExtensionFilter - Class in org.directwebremoting.faces
Filter integration for DWR framework.
FacesExtensionFilter() - Constructor for class org.directwebremoting.faces.FacesExtensionFilter
 
fade(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.fade() function.
fade(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Fade() function.
FakeHttpServletRequest - Class in org.directwebremoting.util
For the benefit of anyone that wants to create a fake HttpServletRequest that doesn't do anything other than not be null.
FakeHttpServletRequest() - Constructor for class org.directwebremoting.util.FakeHttpServletRequest
 
FakeHttpServletResponse - Class in org.directwebremoting.util
Mock implementation of the HttpServletResponse interface.
FakeHttpServletResponse() - Constructor for class org.directwebremoting.util.FakeHttpServletResponse
 
FakeHttpSession - Class in org.directwebremoting.util
For the benefit of anyone that wants to create a fake HttpSession that doesn't do anything other than not be null.
FakeHttpSession() - Constructor for class org.directwebremoting.util.FakeHttpSession
Setup the creation time
FakeHttpSession(String) - Constructor for class org.directwebremoting.util.FakeHttpSession
Setup the creation time
FakeRequestDispatcher - Class in org.directwebremoting.util
Mock implementation of the RequestDispatcher interface.
FakeRequestDispatcher(String) - Constructor for class org.directwebremoting.util.FakeRequestDispatcher
Create a new FakeRequestDispatcher for the given URL.
FakeServletConfig - Class in org.directwebremoting.util
A fake implementation of ServletConfig for cases (Like inside Spring) when you don't have a real one.
FakeServletConfig(String, ServletContext) - Constructor for class org.directwebremoting.util.FakeServletConfig
 
FakeServletConfig(String, ServletContext, Map) - Constructor for class org.directwebremoting.util.FakeServletConfig
 
FakeServletContext - Class in org.directwebremoting.util
Fake implementation of the ServletContext interface.
FakeServletContext() - Constructor for class org.directwebremoting.util.FakeServletContext
Create a new FakeServletContext, using no base path and a DefaultResourceLoader (i.e.
FakeServletContext(String) - Constructor for class org.directwebremoting.util.FakeServletContext
Create a new FakeServletContext, using a DefaultResourceLoader.
fatal(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
fatal(String, Throwable) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
fatal(String) - Method in class org.directwebremoting.util.Logger
Logger a fatal error message
fatal(String, Throwable) - Method in class org.directwebremoting.util.Logger
Logger a fatal error message
fatal(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a fatal error message
fatal(String, Throwable) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a fatal error message
fatal(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
fatal(String, Throwable) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
fatalError(SAXParseException) - Method in class org.directwebremoting.util.LogErrorHandler
 
FieldProperty - Class in org.directwebremoting.impl
An implementation of Property that proxies to a Field
FieldProperty(Field) - Constructor for class org.directwebremoting.impl.FieldProperty
 
FILE_DWR_XML - Static variable in interface org.directwebremoting.extend.DwrConstants
The system dwr.xml resource name
FILE_HELP - Static variable in class org.directwebremoting.servlet.PathConstants
Help page name
FileHandler - Class in org.directwebremoting.servlet
Basically a file servlet component that does some very limitted EL type processing on the file.
FileHandler(String, String, boolean) - Constructor for class org.directwebremoting.servlet.FileHandler
Create a new FileHandler
FileHandler() - Constructor for class org.directwebremoting.servlet.FileHandler
Create a new FileHandler
findGetter(Object, String) - Method in class org.directwebremoting.hibernate.H2BeanConverter
Cache the method if possible, using the classname and property name to allow for similar named methods.
findGetter(Object, String) - Method in class org.directwebremoting.hibernate.H3BeanConverter
Cache the method if possible, using the classname and property name to allow for similar named methods.
fixMissingThrowableProperty(Map, String, String) - Method in class org.directwebremoting.convert.ExceptionConverter
Make sure Throwable's standard properties are added (fix for Bean Introspector peculiarities)
FluentConfigurator - Class in org.directwebremoting.fluent
A Configurator that used the FluentInterface style as described by Martin Fowler.
FluentConfigurator() - Constructor for class org.directwebremoting.fluent.FluentConfigurator
 
flush() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
Ensure that output we have done is written to the client
FLUSH - Static variable in class org.directwebremoting.dwrp.PartialResponse
The client can only handle partial responses with a 4k data post (can be whitespace) - we're talking IE here.
flush() - Method in class org.directwebremoting.util.DelegatingServletOutputStream
 
flush() - Method in class org.directwebremoting.util.WriterOutputStream
 
flushBuffer() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
flushBuffer() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
fold(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.fold() function.
fold(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Fold() function.
forceInline(boolean) - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
We might want to force us into predefined mode.
forward(ServletRequest, ServletResponse) - Method in class org.directwebremoting.util.FakeRequestDispatcher
 
forwardToString(String) - Method in class org.directwebremoting.impl.DefaultWebContext
 
forwardToString(String) - Method in interface org.directwebremoting.WebContext
Forward a request to a given URL and catch the data written to it.
forwardToString(String) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
fourKFlushData - Static variable in class org.directwebremoting.dwrp.Html4kScriptConduit
The slab of data we send to IE to get it to stream
fromOrdinal(String) - Static method in class org.directwebremoting.dwrp.PartialResponse
Convert a string from the web into a PartialResponse.

G

generateEngineUrl(String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateEngineUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generateId(int) - Method in class org.directwebremoting.util.IdGenerator
Generate and return a new session identifier.
generateIndexPage(String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Generate some HTML that represents an index page
generateIndexPage(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generateInterfaceScript(String, String) - Method in interface org.directwebremoting.extend.Remoter
Generate some Javascript that forms an interface definition
generateInterfaceScript(String, String) - Method in class org.directwebremoting.impl.DefaultRemoter
 
generateInterfaceUrl(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateInterfaceUrl(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generateLibraryUrl(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
generateLibraryUrl(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generateTestPage(String, String) - Method in interface org.directwebremoting.extend.DebugPageGenerator
Generate some HTML that represents a test page for a given script
generateTestPage(String, String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
generator - Variable in class org.directwebremoting.servlet.FileHandler
The method by which we get new page ids
get(Object) - Method in class org.directwebremoting.extend.OutboundContext
Have we already converted an object?
get(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
get(ServletContext) - Method in class org.directwebremoting.impl.DefaultServerContextBuilder
 
get() - Method in class org.directwebremoting.impl.DefaultWebContextBuilder
 
get(ServletContext) - Static method in class org.directwebremoting.ServerContextFactory
Accessor for the current ServerContext.
get(ServletContext) - Method in interface org.directwebremoting.ServerContextFactory.ServerContextBuilder
Accessor for the current ServerContext
get() - Static method in class org.directwebremoting.WebContextFactory
Accessor for the current WebContext.
get() - Method in interface org.directwebremoting.WebContextFactory.WebContextBuilder
 
get() - Static method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated. Use WebContextFactory.get() for better results
get() - Static method in class uk.ltd.getahead.dwr.WebContextFactory
Deprecated. Use org.directwebremoting.WebContextFactory.get()
getAction() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getActionMapping(ActionDefinition, Map) - Method in class org.directwebremoting.webwork.DWRAction
 
getAjaxFilters(String) - Method in interface org.directwebremoting.extend.AjaxFilterManager
Retrieve the global and class-based AjaxFilters for a given class.
getAjaxFilters(String) - Method in class org.directwebremoting.impl.DefaultAjaxFilterManager
 
getAlgorithm() - Method in class org.directwebremoting.util.IdGenerator
 
getAllFields(Class) - Static method in class org.directwebremoting.util.LocalUtil
Return a list of all fields (whatever access status, and on whatever superclass they were defined) that can be found on this class.
getAllParameters() - Method in class org.directwebremoting.dwrp.Batch
 
getAllPublishedContainers(ServletContext) - Static method in class org.directwebremoting.impl.ContainerUtil
Get a list of all known Containers for the given ServletContext
getAllScriptSessions() - Method in interface org.directwebremoting.extend.ScriptSessionManager
Get a list of all the currently known ScriptSessions by id.
getAllScriptSessions() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getAllScriptSessions() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getAllScriptSessions() - Method in interface org.directwebremoting.ServerContext
Get a list of all the ScriptSessions known to this server at the given time.
getAllScriptSessions() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getAllSuperclasses(Class) - Static method in class org.directwebremoting.util.LocalUtil
Return a List of superclasses for the given class.
getAssignCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getAssignCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getAssignCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getAttribute(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getAttribute(String) - Method in interface org.directwebremoting.ScriptSession
Returns the object bound with the specified name in this session, or null if no object is bound under the name.
getAttribute(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
getAttribute(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getAttributeNames() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getAttributeNames() - Method in interface org.directwebremoting.ScriptSession
Returns an Enumeration of String objects containing the names of all the objects bound to this session.
getAttributeNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getAttributeNames() - Method in class org.directwebremoting.util.FakeHttpSession
 
getAttributeNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getAuth() - Method in class org.directwebremoting.spring.CreatorConfig
Sets the authentication parameters for this creator.
getAuthType() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getAvailableLibraries() - Method in interface org.directwebremoting.extend.DebugPageGenerator
Deprecated. Please tell the DWR users mailing list users@dwr.dev.java.net if you use this
getAvailableLibraries() - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
getBatchId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getBatchId() - Method in class org.directwebremoting.extend.Calls
 
getBatchId() - Method in class org.directwebremoting.extend.Replies
 
getBean(String) - Method in interface org.directwebremoting.Container
Get an instance of a bean of a given name (usually name=class name).
getBean(String) - Method in class org.directwebremoting.impl.DefaultContainer
 
getBean(String) - Method in class org.directwebremoting.spring.SpringContainer
 
getBeanName() - Method in class org.directwebremoting.spring.SpringCreator
 
getBeanNames() - Method in interface org.directwebremoting.Container
Get a list of all the available beans.
getBeanNames() - Method in class org.directwebremoting.impl.DefaultContainer
 
getBeanNames() - Method in class org.directwebremoting.spring.SpringContainer
 
getBufferSize() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getBufferSize() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getBuildCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getBuildCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getBuildCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getCall(int) - Method in class org.directwebremoting.extend.Calls
 
getCallCount() - Method in class org.directwebremoting.extend.Calls
How many calls are there is this request
getCallId() - Method in class org.directwebremoting.extend.Call
 
getCallId() - Method in class org.directwebremoting.extend.Reply
 
getCalls() - Method in class org.directwebremoting.dwrp.Batch
 
getCause() - Method in exception org.directwebremoting.extend.MarshallException
 
getCause() - Method in exception org.directwebremoting.extend.ServerException
 
getCharacterEncoding() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getCharacterEncoding() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getCharacterEncoding() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getClass(Object) - Method in class org.directwebremoting.hibernate.H3BeanConverter
Hibernate makes Object.getClass() diffficult ...
getClassName() - Method in class org.directwebremoting.create.NewCreator
Gets the name of the class to create.
getConfig() - Method in class org.directwebremoting.spring.BeanCreator
Gets the configuration for this creator.
getConnectedTime() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
What's the longest time that we should wait before asking the client to reconnect?
getConnectedTime() - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.SmallSiteServerLoadMonitor
 
getConnectedTime() - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
getContainer() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getContainer() - Method in interface org.directwebremoting.ServerContext
Accessor for the IoC container.
getContainer() - Method in class org.directwebremoting.servlet.DwrServlet
Accessor for the DWR IoC container.
getContainer() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getContentAsByteArray() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content of output body
getContentAsString() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content of output body
getContentLength() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getContentLength() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the content length of the output
getContentType() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getContentType() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getContentType() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getContext(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getContextPath() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getContextPath() - Method in class org.directwebremoting.util.FakeServletContext
See Servlet API version 2.5
getConversionType() - Method in exception org.directwebremoting.extend.MarshallException
Accessor for the type we are converting to/from
getConverted(InboundVariable, Class) - Method in class org.directwebremoting.extend.InboundContext
Check to see if the conversion has already been done
getConverterByMatchString(String) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
getConverterByMatchString(String) - Method in interface org.directwebremoting.extend.ConverterManager
In order to be able to create stub remote objects we need to know what they are so you can lookup match strings and retrieve the converter.
getConverterManager() - Method in class org.directwebremoting.convert.BasicObjectConverter
Accessor for the current ConverterManager
getConverterManager() - Method in class org.directwebremoting.impl.DefaultServerContext
Internal helper for getting at a ConverterManager
getConverterMatchStrings() - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
getConverterMatchStrings() - Method in interface org.directwebremoting.extend.ConverterManager
In order to be able to create stub remote objects we need to know what they are so you can get a collection of all match strings.
getCookie(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Get a cookie by a given name
getCookies() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getCookies() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the array of current cookies
getCreationTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getCreationTime() - Method in interface org.directwebremoting.ScriptSession
Returns the time when this session was created, measured in milliseconds since midnight January 1, 1970 GMT.
getCreationTime() - Method in class org.directwebremoting.util.FakeHttpSession
 
getCreator(String) - Method in interface org.directwebremoting.extend.CreatorManager
Find an Creator by name
getCreator(String) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
getCreator() - Method in class org.directwebremoting.spring.CreatorConfig
The creator that will be used to create new objects for remoting
getCreatorNames() - Method in interface org.directwebremoting.extend.CreatorManager
Get a list of the javascript names of the allowed creators.
getCreatorNames() - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
getCreatorType() - Method in class org.directwebremoting.spring.CreatorConfig
The creator type that will be used to create new objects for remoting
getCurrentPage() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getCurrentPage() - Method in interface org.directwebremoting.WebContext
What is the URL of the current page.
getCurrentPage() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getCurrentSession(ServletContext) - Static method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
Get access to a Session, given the SessionFactory linked in H3SessionAjaxFilter.setSessionFactory(ServletContext, SessionFactory)
getCurrentTypeHintContext() - Method in class org.directwebremoting.extend.InboundContext
 
getData() - Method in interface org.directwebremoting.webwork.AjaxDataResult
Access the wrapped result.
getData() - Method in class org.directwebremoting.webwork.DefaultAjaxDataResult
 
getDateHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getDeclareCode() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getDeclareCode() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getDeclareCode() - Method in interface org.directwebremoting.extend.OutboundVariable
 
getDefaultWelcomeFileList() - Static method in class org.directwebremoting.impl.DefaultPageNormalizer
Use the default list of components to strip to normalize a filename
getDelay() - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
getDisconnectedTime() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
Controller for poll times.
getDisconnectedTime() - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.SmallSiteServerLoadMonitor
 
getDisconnectedTime() - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
getEngineInitScript() - Static method in class org.directwebremoting.extend.EnginePrivate
Get a string which will initialize a dwr.engine object
getErrorAlarm() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
 
getErrorMessage() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for any error messages set using FakeHttpServletResponse.sendError(int) or FakeHttpServletResponse.sendError(int, String)
getErrorMessage() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Accessor for any error messages set using SwallowingHttpServletResponse.sendError(int) or SwallowingHttpServletResponse.sendError(int, String)
getException() - Method in class org.directwebremoting.extend.Call
 
getExecuteFunctionName() - Static method in class org.directwebremoting.extend.EnginePrivate
DefaultRemoter needs to know the name of the execute function
getExtraTypeInfo(TypeHintContext) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
getExtraTypeInfo(TypeHintContext) - Method in interface org.directwebremoting.extend.ConverterManager
The extra type information that we have learnt about a method parameter.
getExtraTypeInfo() - Method in class org.directwebremoting.extend.TypeHintContext
Find the parameterized type information for this parameter either using JDK5 introspection or
getFactoryMethod() - Method in class org.directwebremoting.create.SingletonCreator
 
getFilters() - Method in class org.directwebremoting.spring.CreatorConfig
Gets the list of all filters for this creator.
getForwardedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we forwarding to?
getHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for a header by a given name
getHeaderNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getHeaderNames() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the current set of headers
getHeaders(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getHeaders(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
If there are multiple values for a given header, get them as a list
getHitsInLastPeriod() - Method in class org.directwebremoting.util.HitMonitor
How to detect the number of hits in the time period specified in the constructor.
getHttpServletRequest() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getHttpServletRequest() - Method in interface org.directwebremoting.WebContext
Accessor for the http request information.
getHttpServletRequest() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getHttpServletResponse() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getHttpServletResponse() - Method in interface org.directwebremoting.WebContext
Accessor for the http response bean.
getHttpServletResponse() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getHttpSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getHttpSessionId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getId() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getId() - Method in interface org.directwebremoting.ScriptSession
Returns a string containing the unique identifier assigned to this session.
getId() - Method in class org.directwebremoting.util.FakeHttpSession
 
getInboundContexts() - Method in class org.directwebremoting.dwrp.Batch
 
getInboundVariable(String) - Method in class org.directwebremoting.extend.InboundContext
Internal method to allow entries to resolve references
getInboundVariableNames() - Method in class org.directwebremoting.extend.InboundContext
A debug method so people can get a list of all the variable names
getIncludedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we including?
getInitParameter(String) - Method in class org.directwebremoting.util.FakeServletConfig
 
getInitParameter(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getInitParameterNames() - Method in class org.directwebremoting.util.FakeServletConfig
 
getInitParameterNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getInlineDefinition() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
Define the definition we should use if we are being used inline
getInlineDefinition() - Method in class org.directwebremoting.dwrp.ArrayOutboundVariable
 
getInlineDefinition() - Method in class org.directwebremoting.dwrp.ErrorOutboundVariable
 
getInlineDefinition() - Method in class org.directwebremoting.dwrp.ObjectOutboundVariable
 
getInlineDefinition() - Method in class org.directwebremoting.dwrp.SimpleOutboundVariable
 
getInputStream() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getInstance() - Method in class org.directwebremoting.beehive.PageFlowCreator
 
getInstance() - Method in class org.directwebremoting.create.Ejb3Creator
 
getInstance() - Method in class org.directwebremoting.create.NewCreator
 
getInstance() - Method in class org.directwebremoting.create.NullCreator
 
getInstance() - Method in class org.directwebremoting.create.ScriptedCreator
 
getInstance() - Method in class org.directwebremoting.create.SingletonCreator
 
getInstance() - Method in interface org.directwebremoting.extend.Creator
Accessor for the/an instance of this Creator.
getInstance() - Method in class org.directwebremoting.faces.JsfCreator
 
getInstance() - Method in class org.directwebremoting.spring.BeanCreator
Accessor for the instance of this creator.
getInstance() - Method in class org.directwebremoting.spring.SpringCreator
 
getInstance() - Method in class org.directwebremoting.struts.StrutsCreator
 
getInstanceType() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getInstanceType() - Method in interface org.directwebremoting.extend.NamedConverter
 
getIntHeader(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getJavascript() - Method in class org.directwebremoting.convert.BasicObjectConverter
 
getJavascript() - Method in class org.directwebremoting.create.AbstractCreator
 
getJavascript() - Method in interface org.directwebremoting.extend.Creator
How is this creator refered to in Javascript land?
getJavascript() - Method in interface org.directwebremoting.extend.NamedConverter
Accessor for the javascript class name for the converted objects.
getJavascriptClassName() - Method in class org.directwebremoting.spring.ConverterConfig
 
getLanguage() - Method in class org.directwebremoting.create.ScriptedCreator
The language that we are scripting in.
getLastAccessedTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
getLastAccessedTime() - Method in interface org.directwebremoting.ScriptSession
Returns the last time the client sent a request associated with this session, as the number of milliseconds since 1/1/1970 GMT, and marked by the time the container received the request.
getLastAccessedTime() - Method in class org.directwebremoting.util.FakeHttpSession
 
getLevel() - Static method in class org.directwebremoting.util.ServletLoggingOutput
 
getLocalAddr() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocale() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocale() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getLocale() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getLocales() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocalName() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLocalPort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getLogger(Class) - Static method in class org.directwebremoting.util.Logger
 
getLookup() - Method in class org.directwebremoting.extend.InboundVariable
 
getMajorVersion() - Method in class org.directwebremoting.util.FakeServletContext
 
getManagedBeanName() - Method in class org.directwebremoting.faces.JsfCreator
 
getMaxInactiveInterval() - Method in class org.directwebremoting.util.FakeHttpSession
 
getMethod() - Method in class org.directwebremoting.extend.Call
 
getMethod() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getMethod() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getMethodName() - Method in class org.directwebremoting.extend.Call
 
getMimeType(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getMinorVersion() - Method in class org.directwebremoting.util.FakeServletContext
 
getName() - Method in class org.directwebremoting.convert.PlainProperty
 
getName() - Method in interface org.directwebremoting.extend.Property
Gets the name of this property
getName() - Method in class org.directwebremoting.impl.FieldProperty
 
getName() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getNamedConverter(Class, String) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
When we are using typed Javascript names we sometimes want to get a specially named converter
getNamedDispatcher(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getNamespace() - Method in class org.directwebremoting.webwork.ActionDefinition
 
getNextVariableName() - Method in class org.directwebremoting.extend.OutboundContext
Create a new variable name to keep everything we declare separate
getNonPrimitiveType(Class) - Static method in class org.directwebremoting.util.LocalUtil
 
getNotInlineDefinition() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
Define the definition we should use if we are being used not inline
getNotInlineDefinition() - Method in class org.directwebremoting.dwrp.ArrayOutboundVariable
 
getNotInlineDefinition() - Method in class org.directwebremoting.dwrp.ErrorOutboundVariable
 
getNotInlineDefinition() - Method in class org.directwebremoting.dwrp.ObjectOutboundVariable
 
getNotInlineDefinition() - Method in class org.directwebremoting.dwrp.SimpleOutboundVariable
 
getObject - Static variable in class org.directwebremoting.util.Continuation
How we get the associated continuation object
getObject() - Method in class org.directwebremoting.util.Continuation
Accessor for the object associated with this continuation
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
What mime type should we send to the browser for this data?
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.BaseScriptConduit
What mime type should we send to the browser for this data?
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.Html4kScriptConduit
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.HtmlCallMarshaller
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.HtmlScriptConduit
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
 
getOutboundMimeType() - Method in class org.directwebremoting.dwrp.PlainScriptConduit
 
getOutputStream() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getOutputStream() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
getPage() - Method in class org.directwebremoting.dwrp.Batch
 
getParameter(int, int) - Method in class org.directwebremoting.extend.InboundContext
Get a parameter by index
getParameter(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameterCount() - Method in class org.directwebremoting.extend.InboundContext
How many parameters are there?
getParameterCount(int) - Method in class org.directwebremoting.extend.InboundContext
This is a bit of a hack, needed for debug purposes - it counts the parameters (including method and script params) for a given call number
getParameterMap() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameterNames() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getParameters() - Method in class org.directwebremoting.extend.Call
 
getParameterValues(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getPartialResponse() - Method in class org.directwebremoting.dwrp.PollBatch
 
getParts() - Method in class org.directwebremoting.ScriptBuffer
For DWR use only - This method is not part of the public API.
getPathInfo() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getPathTranslated() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getPolicy(String) - Method in class org.directwebremoting.impl.DefaultAccessControl
Find the policy for the given type and create one if none exists.
getPrefix() - Method in class org.directwebremoting.util.DebuggingPrintWriter
How to we prefix all the debugging lines?
getPropertyMapFromClass(Class, boolean, boolean) - Method in class org.directwebremoting.convert.BeanConverter
 
getPropertyMapFromClass(Class, boolean, boolean) - Method in class org.directwebremoting.convert.ExceptionConverter
 
getPropertyMapFromClass(Class, boolean, boolean) - Method in class org.directwebremoting.convert.MinimalistExceptionConverter
 
getPropertyMapFromClass(Class, boolean, boolean) - Method in class org.directwebremoting.convert.ObjectConverter
 
getPropertyMapFromClass(Class, boolean, boolean) - Method in interface org.directwebremoting.extend.NamedConverter
Get a map of property names to implementations of Property.
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.convert.BeanConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.convert.ObjectConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in interface org.directwebremoting.extend.NamedConverter
Get a map of property names to implementations of Property.
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.hibernate.H2BeanConverter
 
getPropertyMapFromObject(Object, boolean, boolean) - Method in class org.directwebremoting.hibernate.H3BeanConverter
 
getPropertyType() - Method in class org.directwebremoting.convert.PlainProperty
 
getPropertyType() - Method in interface org.directwebremoting.extend.Property
What type does this property
getPropertyType() - Method in class org.directwebremoting.impl.FieldProperty
 
getPropertyType() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getProtocol() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getQueryString() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRank() - Method in class org.directwebremoting.extend.ScriptConduit
ScriptConduits have a rank that indicates the priority order in which we should send scripts to them.
getReader() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRealPath(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRealPath(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getRedirectedUrl() - Method in class org.directwebremoting.util.FakeHttpServletResponse
Accessor for the redirect URL set using FakeHttpServletResponse.sendRedirect(String)
getRedirectedUrl() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Accessor for the redirect URL set using SwallowingHttpServletResponse.sendRedirect(String)
getReferenceVariable() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getReferenceVariable() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
getReferenceVariable() - Method in interface org.directwebremoting.extend.OutboundVariable
Get a reference to this OutboundVariable.
getRemoteAddr() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemoteHandleBatchExceptionScript(String, Exception) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleServerException() in the browser
getRemoteHost() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemotePollCometDisabledScript(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remotePollCometDisabled() in the browser
getRemotePort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRemoteUser() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getReply(int) - Method in class org.directwebremoting.extend.Replies
 
getReply() - Method in class org.directwebremoting.extend.Reply
 
getReplyCount() - Method in class org.directwebremoting.extend.Replies
How many replies are there is this request
getRequestDispatcher(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestDispatcher(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getRequestedSessionId() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestURI() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getRequestURL() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getResource(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getResourceAsStream(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getResourceLocation(String) - Method in class org.directwebremoting.util.FakeServletContext
Build a full resource location for the given path, prepending the resource base path of this FakeServletContext.
getResourcePaths(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getRoleRestrictions(String, String) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
getScheme() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getScope() - Method in class org.directwebremoting.create.AbstractCreator
 
getScope() - Method in interface org.directwebremoting.extend.Creator
Each Creator creates objects with a given scope.
getScript() - Method in class org.directwebremoting.create.ScriptedCreator
 
getScriptId() - Method in class org.directwebremoting.dwrp.PollBatch
 
getScriptName() - Method in class org.directwebremoting.extend.Call
 
getScriptPath() - Method in class org.directwebremoting.create.ScriptedCreator
 
getScriptSession() - Method in class org.directwebremoting.dwrp.PollBatch
 
getScriptSession(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists.
getScriptSession(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSession() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getScriptSession() - Method in interface org.directwebremoting.WebContext
Get the script session that represents the currently viewed page in the same way that an HttpSession represents a cookie.
getScriptSession() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getScriptSessionId() - Method in class org.directwebremoting.dwrp.Batch
 
getScriptSessionManager() - Method in class org.directwebremoting.impl.DefaultServerContext
Internal helper for getting at a ScriptSessionManager
getScriptSessionsByPage(String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists.
getScriptSessionsByPage(String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getScriptSessionsByPage(String) - Method in class org.directwebremoting.impl.DefaultServerContext
 
getScriptSessionsByPage(String) - Method in interface org.directwebremoting.ServerContext
Get a list of all ScriptSessions on a given page.
getScriptSessionsByPage(String) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getScriptSessionTimeout() - Method in interface org.directwebremoting.extend.ScriptSessionManager
Accessor for the time (in milliseconds) when unused ScriptSessions will expire
getScriptSessionTimeout() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
getServerInfo() - Method in class org.directwebremoting.util.FakeServletContext
 
getServerName() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServerPort() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServlet(String) - Method in class org.directwebremoting.util.FakeServletContext
 
getServletConfig() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getServletConfig() - Method in interface org.directwebremoting.ServerContext
Accessor for the servlet config.
getServletConfig() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getServletContext() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getServletContext() - Method in interface org.directwebremoting.ServerContext
Returns the ServletContext to which this session belongs.
getServletContext() - Method in class org.directwebremoting.util.FakeHttpSession
 
getServletContext() - Method in class org.directwebremoting.util.FakeServletConfig
 
getServletContext() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getServletContextName() - Method in class org.directwebremoting.util.FakeServletContext
 
getServletName() - Method in class org.directwebremoting.util.FakeServletConfig
 
getServletNames() - Method in class org.directwebremoting.util.FakeServletContext
 
getServletPath() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getServlets() - Method in class org.directwebremoting.util.FakeServletContext
 
getSession() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession(boolean) - Method in class org.directwebremoting.impl.DefaultWebContext
 
getSession(boolean) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getSession() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getSession() - Method in interface org.directwebremoting.WebContext
Returns the current session associated with this request, or if the request does not have a session, creates one.
getSession(boolean) - Method in interface org.directwebremoting.WebContext
Returns the current HttpSession associated with this request or, if there is no current session and create is true, returns a new session.
getSession() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getSession(boolean) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getSessionContext() - Method in class org.directwebremoting.util.FakeHttpSession
Deprecated.  
getSetter() - Method in class org.directwebremoting.convert.PlainProperty
 
getSetter() - Method in interface org.directwebremoting.extend.Property
This is a nasty hack - TypeHintContext needs a Method.
getSetter() - Method in class org.directwebremoting.impl.FieldProperty
 
getSetter() - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getShortClassName(Class) - Static method in class org.directwebremoting.util.LocalUtil
Get the short class name (i.e.
getSignatures() - Method in class org.directwebremoting.spring.SpringConfigurator
 
getSourceControlInfo() - Static method in class org.directwebremoting.util.VersionUtil
Fish the version number out of the dwr.properties file.
getSourceStream() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
getSpareParameters() - Method in class org.directwebremoting.dwrp.Batch
 
getStatus() - Method in class org.directwebremoting.util.FakeHttpServletResponse
What HTTP status code should be returned?
getStatus() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
What HTTP status code should be returned?
getString(String) - Static method in class org.directwebremoting.util.Messages
Internationalize a simple string
getString(String, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object, Object, Object, Object) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getString(String, Object[]) - Static method in class org.directwebremoting.util.Messages
Internationalize a parameterized string
getTargetStream() - Method in class org.directwebremoting.util.DelegatingServletInputStream
Accessor for the stream that we are proxying to
getTargetStream() - Method in class org.directwebremoting.util.DelegatingServletOutputStream
Accessor for the stream that we are proxying to
getText(Node) - Static method in class org.directwebremoting.util.DomUtil
Extract the textual content from a Node.
getText() - Method in interface org.directwebremoting.webwork.AjaxTextResult
Gets the string representation of the rendered action result.
getText() - Method in class org.directwebremoting.webwork.DefaultAjaxTextResult
 
getTextResult(FakeHttpServletResponse) - Method in class org.directwebremoting.webwork.DWRAction
 
getThrowable() - Method in class org.directwebremoting.extend.Reply
 
getType() - Method in class org.directwebremoting.beehive.PageFlowCreator
 
getType() - Method in class org.directwebremoting.create.Ejb3Creator
 
getType() - Method in class org.directwebremoting.create.NewCreator
 
getType() - Method in class org.directwebremoting.create.NullCreator
 
getType() - Method in class org.directwebremoting.create.ScriptedCreator
 
getType() - Method in class org.directwebremoting.create.SingletonCreator
 
getType() - Method in interface org.directwebremoting.extend.Creator
Accessor for the java.lang.Class that this Creator allows access to.
getType() - Method in class org.directwebremoting.extend.InboundVariable
 
getType() - Method in class org.directwebremoting.faces.JsfCreator
 
getType() - Method in class org.directwebremoting.spring.BeanCreator
Accessor for the class that this creator allows access to.
getType() - Method in class org.directwebremoting.spring.ConverterConfig
Gets the converter type.
getType() - Method in class org.directwebremoting.spring.SpringCreator
 
getType() - Method in class org.directwebremoting.struts.StrutsCreator
 
getUserPrincipal() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
getValue(Object) - Method in class org.directwebremoting.convert.PlainProperty
 
getValue() - Method in class org.directwebremoting.extend.InboundVariable
 
getValue(Object) - Method in interface org.directwebremoting.extend.Property
Get the value of this property of the passed in java bean
getValue(Object) - Method in class org.directwebremoting.hibernate.H2PropertyDescriptorProperty
 
getValue(Object) - Method in class org.directwebremoting.hibernate.H3PropertyDescriptorProperty
 
getValue(Object) - Method in class org.directwebremoting.impl.FieldProperty
 
getValue(Object) - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
getValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
getValueNames() - Method in class org.directwebremoting.util.FakeHttpSession
 
getVariableName() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
getVersion() - Method in class org.directwebremoting.impl.DefaultServerContext
 
getVersion() - Method in class org.directwebremoting.impl.DefaultWebContext
 
getVersion() - Method in interface org.directwebremoting.ServerContext
Fish the version number out of the dwr.properties file.
getVersion() - Static method in class org.directwebremoting.util.VersionUtil
Fish the version number out of the dwr.properties file.
getVersion() - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
getWebXmlWelcomeFileList(ServletContext) - Static method in class org.directwebremoting.impl.DefaultPageNormalizer
Accessor for the list of components to strip to normalize a filename
getWriter() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
getWriter() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
goToSleep(Runnable) - Method in class org.directwebremoting.dwrp.JettyContinuationSleeper
 
goToSleep(Runnable) - Method in class org.directwebremoting.dwrp.ThreadWaitSleeper
 
grow(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.grow() function.
grow(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Grow() function.

H

H2BeanConverter - Class in org.directwebremoting.hibernate
BeanConverter that works with Hibernate to get BeanInfo.
H2BeanConverter() - Constructor for class org.directwebremoting.hibernate.H2BeanConverter
 
H2PropertyDescriptorProperty - Class in org.directwebremoting.hibernate
A Property that catches hiberntate exceptions.
H2PropertyDescriptorProperty(PropertyDescriptor) - Constructor for class org.directwebremoting.hibernate.H2PropertyDescriptorProperty
Simple constructor
H3BeanConverter - Class in org.directwebremoting.hibernate
BeanConverter that works with Hibernate to get BeanInfo.
H3BeanConverter() - Constructor for class org.directwebremoting.hibernate.H3BeanConverter
 
H3PropertyDescriptorProperty - Class in org.directwebremoting.hibernate
A Property that catches hiberntate exceptions.
H3PropertyDescriptorProperty(PropertyDescriptor) - Constructor for class org.directwebremoting.hibernate.H3PropertyDescriptorProperty
Simple constructor
H3SessionAjaxFilter - Class in org.directwebremoting.hibernate
An AjaxFilter that uses DWR Hibernate support classes to do a Session#beginTransaction() before passing the control on to the chain and a Transaction#commit() after.
H3SessionAjaxFilter() - Constructor for class org.directwebremoting.hibernate.H3SessionAjaxFilter
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.dwrp.PollHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in interface org.directwebremoting.extend.Handler
Handle a URL request that has been mapped to this Handler
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.AboutHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.ExceptionHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.FileHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.HtmlCallHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.IndexHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.InterfaceHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.NotFoundHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.PlainCallHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.TestHandler
 
handle(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.servlet.UrlProcessor
 
Handler - Interface in org.directwebremoting.extend
A handler is a very simple servlet that does not differentiate between GET and POST, or need complex setup beyond what the container can provide
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.spring.DwrController
Handles all request to this controller.
hashCode() - Method in class org.directwebremoting.extend.InboundContext.Conversion
 
hashCode() - Method in class org.directwebremoting.extend.InboundVariable
 
hashCode() - Method in class org.directwebremoting.extend.ScriptConduit
 
hashCode() - Method in class org.directwebremoting.extend.TypeHintContext
 
hashCode() - Method in class org.directwebremoting.impl.ContainerMap
 
hashCode() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
hasWaitingScripts() - Method in interface org.directwebremoting.extend.RealScriptSession
Allows for checking to see if there is data waiting to be returned
hasWaitingScripts() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
HEADER_ETAG - Static variable in class org.directwebremoting.servlet.HttpConstants
HTTP etag header
HEADER_IF_MODIFIED - Static variable in class org.directwebremoting.servlet.HttpConstants
HTTP header to request only modified data
HEADER_IF_NONE - Static variable in class org.directwebremoting.servlet.HttpConstants
HTTP etag equivalent of HEADER_IF_MODIFIED
HEADER_LAST_MODIFIED - Static variable in class org.directwebremoting.servlet.HttpConstants
HTTP header for when a file was last modified
HEADER_USER_AGENT - Static variable in class org.directwebremoting.servlet.HttpConstants
The name of the user agent HTTP header
highlight(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Highlight() function.
highlight(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Highlight() function.
hitMonitor - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
Our record of the server loading
hitMonitor - Variable in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
Our record of the server loading
HitMonitor - Class in org.directwebremoting.util
We need a way to record how heavily used the server is, and adjust our behavior to reduce the load on the server.
HitMonitor(int) - Constructor for class org.directwebremoting.util.HitMonitor
Create a HitMonitor that records the number of hits in the last n milliseconds.
hitOutRoundTripTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
Html4kScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit for use with HTML/PRE wrapped Javascript output.
Html4kScriptConduit(HttpServletResponse, String, ConverterManager) - Constructor for class org.directwebremoting.dwrp.Html4kScriptConduit
Simple ctor
HtmlCallHandler - Class in org.directwebremoting.servlet
A Handler standard DWR calls whose replies are HTML wrapped.
HtmlCallHandler() - Constructor for class org.directwebremoting.servlet.HtmlCallHandler
 
HtmlCallMarshaller - Class in org.directwebremoting.dwrp
A version of the Plain Javascript Marshaller that uses iframe syntax
HtmlCallMarshaller() - Constructor for class org.directwebremoting.dwrp.HtmlCallMarshaller
 
htmlCallMarshaller - Variable in class org.directwebremoting.servlet.HtmlCallHandler
The 'Plain Javascript' method by which objects are marshalled
HtmlPollHandler - Class in org.directwebremoting.servlet
A Handler polling DWR calls whose replies are HTML wrapped.
HtmlPollHandler() - Constructor for class org.directwebremoting.servlet.HtmlPollHandler
Initialize a PollHandler to not do HTML wrapping
HtmlScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit for use with HTML/SCRIPT wrapped Javascript output.
HtmlScriptConduit(HttpServletResponse, String, ConverterManager) - Constructor for class org.directwebremoting.dwrp.HtmlScriptConduit
Simple ctor
HttpConstants - Class in org.directwebremoting.servlet
Various constant for dealing with HTTP traffic.
HttpConstants() - Constructor for class org.directwebremoting.servlet.HttpConstants
 

I

id - Variable in class org.directwebremoting.impl.DefaultScriptSession
What is our page session id?
IdGenerator - Class in org.directwebremoting.util
Code to generate page ids.
IdGenerator() - Constructor for class org.directwebremoting.util.IdGenerator
Seed the random number
IDWRActionProcessor - Interface in org.directwebremoting.webwork
DWRAction pre/post processor.
IFrame - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
ignoreLastModified - Variable in class org.directwebremoting.servlet.FileHandler
Do we ignore all the Last-Modified/ETags blathering?
INBOUND_ARRAY_END - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript arrays begun
INBOUND_ARRAY_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript array elements separated
INBOUND_ARRAY_START - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How are javascript arrays ended
INBOUND_CALL_COUNT - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How many calls are there in this request?
INBOUND_CALLNUM_PREFIX - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The prefix to the call number on inbound calls
INBOUND_CALLNUM_SUFFIX - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The suffix to the call number on inbound calls
INBOUND_DECL_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The character to use to distinguish between the variable name and the variable value
INBOUND_INDEX_TYPE - Static variable in class org.directwebremoting.util.LocalUtil
splitInbound() returns the type info in this parameter
INBOUND_INDEX_VALUE - Static variable in class org.directwebremoting.util.LocalUtil
splitInbound() returns the value info in this parameter
INBOUND_KEY_BATCHID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the batch identifier
INBOUND_KEY_ENV - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the environment paramters
INBOUND_KEY_HTTP_SESSIONID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the http session identifier
INBOUND_KEY_ID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
Used to define the id of this call
INBOUND_KEY_METADATA - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the meta-data paramters
INBOUND_KEY_METHODNAME - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to define the method to be called
INBOUND_KEY_PAGE - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the current page
INBOUND_KEY_PARAM - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
What prefix do we put to the input paramters
INBOUND_KEY_PARTIAL_RESPONSE - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to declare if the XHR.responseText is readable when half filled
INBOUND_KEY_SCRIPT_SESSIONID - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The parameter that specifies the script session identifier
INBOUND_KEY_SCRIPTNAME - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The inbound key to define the class to be used.
INBOUND_MAP_END - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript associative arrays (maps) are ended
INBOUND_MAP_ENTRY - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript map entries are split into name/value pairs
INBOUND_MAP_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript map entries are split from each other
INBOUND_MAP_START - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
How javascript associative arrays (maps) are started
INBOUND_NULL - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
null is sometimes needed in a javascript map
INBOUND_TYPE_SEPARATOR - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The character that we use to separate types for values in inbound variables
InboundContext - Class in org.directwebremoting.extend
InboundContext is the context for set of inbound conversions.
InboundContext() - Constructor for class org.directwebremoting.extend.InboundContext
 
InboundContext.Conversion - Class in org.directwebremoting.extend
A Class to use as a key in a map for conversion purposes
InboundVariable - Class in org.directwebremoting.extend
A simple struct to hold data about a single converted javascript variable.
InboundVariable(InboundContext, String, String, String) - Constructor for class org.directwebremoting.extend.InboundVariable
Parsing ctor
include(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add an include rule to a Creator.
include(ServletRequest, ServletResponse) - Method in class org.directwebremoting.util.FakeRequestDispatcher
 
inclusions - Variable in class org.directwebremoting.convert.BasicObjectConverter
The list of included properties
IndexHandler - Class in org.directwebremoting.servlet
A handler for requests to create a debug index page
IndexHandler() - Constructor for class org.directwebremoting.servlet.IndexHandler
 
info(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
info(String) - Method in class org.directwebremoting.util.Logger
Logger an info message
info(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger an info message
info(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
init(List) - Method in class org.directwebremoting.dwrp.ArrayOutboundVariable
Generate an array declaration for a list of Outbound variables
init(Map, String) - Method in class org.directwebremoting.dwrp.ObjectOutboundVariable
Generate an map declaration for a map of Outbound variables
init(FilterConfig) - Method in class org.directwebremoting.faces.FacesExtensionFilter
 
init(ServletConfig) - Method in class org.directwebremoting.servlet.DwrServlet
 
init(FilterConfig) - Method in class org.directwebremoting.servlet.DwrWebContextFilter
 
init() - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 
init(ServletConfig) - Method in class org.directwebremoting.spring.DwrSpringServlet
 
INIT_CONFIG - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Set a dwr.xml config file.
INIT_CUSTOM_CONFIGURATOR - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: If you wish to use a custom configurator, place its class name here
INIT_LOGLEVEL - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: If we are doing Servlet.log logging, to what level?
INIT_PUBLISH_CONTAINER - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Should we publish the Container to the servlet context, and if so, under what name?
INIT_SKIP_DEFAULT - Static variable in class org.directwebremoting.impl.ContainerUtil
Init parameter: Skip reading the default config file if none are specified.
InitializingBean - Interface in org.directwebremoting.extend
Interface to be implemented by beans that need to react once all their properties have been set by a Container: for example, to perform custom initialization.
initLock - Static variable in class org.directwebremoting.impl.DefaultPageNormalizer
The lock to prevent 2 things from calling init at the same time
initServerContext(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Get the ServerContextFactory.ServerContextBuilder out of the Container, configure it and use it to configure the ServerContextFactory
initWebContext(ServletConfig, ServletContext, Container) - Static method in class org.directwebremoting.impl.StartupUtil
Get the WebContextFactory.WebContextBuilder out of the Container, configure it (call WebContextBuilder#set()) and use it to configure the WebContextFactory.
instanceType - Variable in class org.directwebremoting.convert.BasicObjectConverter
A type that allows us to fulfill an interface or subtype requirement
InterfaceHandler - Class in org.directwebremoting.servlet
A handler for interface generation requests
InterfaceHandler() - Constructor for class org.directwebremoting.servlet.InterfaceHandler
 
interfaceHandlerUrl - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
What URL is this handler available on?
interfaceHandlerUrl - Variable in class org.directwebremoting.servlet.InterfaceHandler
What URL is this handler available on?
invalidate() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
invalidate(RealScriptSession) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
Remove the given session from the list of sessions that we manage, and leave it for the GC vultures to pluck.
invalidate() - Method in interface org.directwebremoting.ScriptSession
Invalidates this session then unbinds any objects bound to it.
invalidate() - Method in class org.directwebremoting.util.FakeHttpSession
 
invalidated - Variable in class org.directwebremoting.impl.DefaultScriptSession
Have we been made invalid?
invoke(Object, Method, Object[]) - Static method in class org.directwebremoting.util.LocalUtil
Calling methods using reflection is useful for graceful fallback - this is a helper method to make this easy
invokeAction(DispatcherUtils, HttpServletRequest, HttpServletResponse, ServletContext, ActionDefinition, Map) - Method in class org.directwebremoting.webwork.DWRAction
 
isAllowedByIncludeExcludeRules(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
Check with the access rules to see if we are allowed to convert a property
isAvailable() - Method in class org.directwebremoting.util.Continuation
Are continuations working? If this method returns false then all the other methods will fail.
isCacheable() - Method in class org.directwebremoting.create.AbstractCreator
 
isCacheable() - Method in interface org.directwebremoting.extend.Creator
Is the class behind the Creator likely to change over time?
isCommitted() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
isCommitted() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
isConvertable(Class) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
isConvertable(Class) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
isConvertable(Class) - Method in interface org.directwebremoting.extend.ConverterManager
Check if we can coerce the given type
isConvertable(Class) - Method in interface org.directwebremoting.extend.Marshaller
Check if we can coerce the given type
isDebug() - Method in interface org.directwebremoting.extend.CreatorManager
Debug mode allows access to the list of creator names
isDebug() - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
isDebugEnabled() - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
isDebugEnabled() - Method in class org.directwebremoting.util.Logger
Save CPU time when we are not debugging
isDebugEnabled() - Method in interface org.directwebremoting.util.LoggingOutput
Save CPU time when we are not debugging
isDebugEnabled() - Method in class org.directwebremoting.util.ServletLoggingOutput
 
isEmpty() - Method in class org.directwebremoting.impl.ContainerMap
 
isEquivalent(Class, Class) - Static method in class org.directwebremoting.util.LocalUtil
True if c1 is java.lang.Boolean and c2 is boolean, etc.
isExecuteResult() - Method in class org.directwebremoting.webwork.ActionDefinition
 
isForce() - Method in class org.directwebremoting.spring.ConverterConfig
If true DWR will use reflection modifiers to access private members of objects
isGet() - Method in class org.directwebremoting.dwrp.PollBatch
 
isInitApplicationScopeCreatorsAtStartup() - Method in class org.directwebremoting.impl.DefaultCreatorManager
Do we do full-create on startup?
isInvalidated() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
isInvalidated() - Method in interface org.directwebremoting.ScriptSession
Checks to see if this ScriptSession has been invalidated.
isJavaIdentifier(String) - Static method in class org.directwebremoting.util.LocalUtil
Determines if the specified string is permissible as a Java identifier.
isJetty - Static variable in class org.directwebremoting.util.Continuation
Are we using Jetty at all?
isJetty() - Static method in class org.directwebremoting.util.Continuation
 
isLetterOrDigitOrUnderline(String) - Static method in class org.directwebremoting.util.LocalUtil
Determines if the specified string contains only Unicode letters or digits as defined by Character.isLetterOrDigit(char)
isNew() - Method in class org.directwebremoting.util.FakeHttpSession
 
isNull() - Method in class org.directwebremoting.extend.InboundVariable
Was this type null on the way in
isReloadable() - Method in class org.directwebremoting.create.ScriptedCreator
Are we caching the script (default: false)
isRequestedSessionIdFromCookie() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isRequestedSessionIdFromURL() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isRequestedSessionIdFromUrl() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isRequestedSessionIdValid() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isReservedWord(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Check to see if the given word is reserved or a bad idea in any known version of JavaScript.
isRestart(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.JettyContinuationSleeper
Is this a restarted continuation?
isSecure() - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isServletClass(Class) - Static method in class org.directwebremoting.util.LocalUtil
Is this class one that we auto fill, so the user can ignore?
isShutdown() - Method in interface org.directwebremoting.extend.WaitController
 
isSimpleName(String) - Static method in class org.directwebremoting.util.LocalUtil
Is this object property one that we can use in a JSON style or do we need to get fancy.
isTypeSimplyConvertable(Class) - Static method in class org.directwebremoting.util.LocalUtil
Can the type be used in a call to LocalUtil.simpleConvert(String, Class)?
isUseDynamicClasses() - Method in class org.directwebremoting.create.ScriptedCreator
Are we using dynamic classes (i.e.
isUserInRole(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
isVBExpression(String) - Static method in class org.directwebremoting.faces.JsfCreator
Determine whether String is a value binding expression or not.

J

javascript - Variable in class org.directwebremoting.convert.BasicObjectConverter
The javascript class name for the converted objects
JavascriptUtil - Class in org.directwebremoting.util
Various Javascript code utilities.
JavascriptUtil() - Constructor for class org.directwebremoting.util.JavascriptUtil
 
JDOMConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
JDOMConverter() - Constructor for class org.directwebremoting.convert.JDOMConverter
 
JettyContinuationSleeper - Class in org.directwebremoting.dwrp
A Sleeper that works with Jetty Continuations
JettyContinuationSleeper(HttpServletRequest) - Constructor for class org.directwebremoting.dwrp.JettyContinuationSleeper
 
JsfCreator - Class in org.directwebremoting.faces
This is a DWR creator implementation, to allow dwr beans to be allocated into JSF scopes and into jeffs3 specific scope (i.e.
JsfCreator() - Constructor for class org.directwebremoting.faces.JsfCreator
 

K

keySet() - Method in class org.directwebremoting.impl.ContainerMap
 

L

lastAccessedTime - Variable in class org.directwebremoting.impl.DefaultScriptSession
When the the web page that we represent last contact us using DWR?
lastSessionCheckAt - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
We check for sessions that need timing out every DefaultScriptSessionManager.scriptSessionCheckTime; this is when we last checked.
LEVEL_DEBUG - Static variable in interface org.directwebremoting.util.LoggingOutput
Testing information.
LEVEL_DEBUGGABLE - Static variable in class org.directwebremoting.util.JavascriptUtil
Basic compression that leaves the source fully debuggable.
LEVEL_ERROR - Static variable in interface org.directwebremoting.util.LoggingOutput
Something has gone wrong with the current request.
LEVEL_FATAL - Static variable in interface org.directwebremoting.util.LoggingOutput
Something has gone very badly wrong.
LEVEL_INFO - Static variable in interface org.directwebremoting.util.LoggingOutput
An event happened that we might need to keep track of.
LEVEL_NONE - Static variable in class org.directwebremoting.util.JavascriptUtil
Compression level that leaves the source un-touched.
LEVEL_NORMAL - Static variable in class org.directwebremoting.util.JavascriptUtil
Normal compression makes all changes that will work for generic javascript.
LEVEL_ULTRA - Static variable in class org.directwebremoting.util.JavascriptUtil
LEVEL_ULTRA performs additional compression that makes some assumptions about the style of javascript.
LEVEL_WARN - Static variable in interface org.directwebremoting.util.LoggingOutput
Something has gone wrong, but it could well be the users fault.
LocalUtil - Class in org.directwebremoting.util
Various utilities, mostly to make up for JDK 1.4 functionallity that is not in JDK 1.3
log - Static variable in class org.directwebremoting.dwrp.BaseCallMarshaller
The log stream
log - Static variable in class org.directwebremoting.dwrp.Batch
The log stream
log - Static variable in class org.directwebremoting.dwrp.OutputAlarm
The log stream
log - Static variable in class org.directwebremoting.dwrp.PollHandler
The log stream
log - Static variable in class org.directwebremoting.dwrp.TimedAlarm
The log stream
log - Static variable in class org.directwebremoting.impl.DwrXmlConfigurator
The log stream
log - Static variable in class org.directwebremoting.impl.SignatureParser
The log stream
log - Static variable in class org.directwebremoting.servlet.DwrServlet
The log stream
log - Static variable in class org.directwebremoting.spring.DwrNamespaceHandler
The log stream
log(String) - Method in class org.directwebremoting.util.FakeServletContext
 
log(Exception, String) - Method in class org.directwebremoting.util.FakeServletContext
 
log(String, Throwable) - Method in class org.directwebremoting.util.FakeServletContext
 
LogErrorHandler - Class in org.directwebremoting.util
An ErrorHandler that writes to the Logger class
LogErrorHandler() - Constructor for class org.directwebremoting.util.LogErrorHandler
 
Logger - Class in org.directwebremoting.util
A very quick and dirty logging implementation.
LoggingOutput - Interface in org.directwebremoting.util
We don't want to force users to use commons-logging, but there are no logging APIs available at 1.3 so this lets us use Servlet.log if commons-logging is not available.
LoginRequiredException - Exception in org.directwebremoting.extend
 
LoginRequiredException(String) - Constructor for exception org.directwebremoting.extend.LoginRequiredException
 
logStartup(ServletConfig) - Static method in class org.directwebremoting.impl.StartupUtil
Some logging so we have a good clue what we are working with.
lookupConverters(BeanDefinitionRegistry) - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 
lookupCreators(BeanDefinitionRegistry) - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 

M

manager - Variable in class org.directwebremoting.impl.DefaultScriptSession
The session manager that collects sessions together
MapConverter - Class in org.directwebremoting.convert
An implementation of Converter for Maps.
MapConverter() - Constructor for class org.directwebremoting.convert.MapConverter
 
Marshaller - Interface in org.directwebremoting.extend
A Marshaller is responsible for all the on-the-wire communication between DWR on the server and the HTTP channel.
marshallException(HttpServletRequest, HttpServletResponse, Exception) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
marshallException(HttpServletRequest, HttpServletResponse, Exception) - Method in interface org.directwebremoting.extend.Marshaller
Try to find a batchId to send to the client so it knows what broke
MarshallException - Exception in org.directwebremoting.extend
Something has gone wrong when we were doing some conversion.
MarshallException(Class) - Constructor for exception org.directwebremoting.extend.MarshallException
Default ctor
MarshallException(Class, Throwable) - Constructor for exception org.directwebremoting.extend.MarshallException
Construct a MarshallException with an exception and a destination type
MarshallException(Class, String) - Constructor for exception org.directwebremoting.extend.MarshallException
Construct a MarshallException with a description message and exception
marshallInbound(HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
marshallInbound(HttpServletRequest, HttpServletResponse) - Method in interface org.directwebremoting.extend.Marshaller
Marshall an incomming HttpRequest into an abstract Calls POJO that defines the functions that we need to call.
marshallOutbound(Replies, HttpServletRequest, HttpServletResponse) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
marshallOutbound(Replies, HttpServletRequest, HttpServletResponse) - Method in interface org.directwebremoting.extend.Marshaller
Marshall the return values from executing this batch of requests.
maxConnectedTime - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
Static configuration data: What is the longest we wait for extra input after detecting output.
maxHitsPerSecond - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
Static configuration data: The max number of hits per second.
maxHitsPerSecond - Variable in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
Static configuration data: The max number of hits per second.
maxWaitAfterWrite - Variable in class org.directwebremoting.dwrp.OutputAlarm
How long do we wait after output happens in case there is more output
maxWaitAfterWrite - Variable in class org.directwebremoting.dwrp.PollHandler
Sometimes with proxies, you need to close the stream all the time to make the flush work.
maxWaitAfterWrite - Variable in class org.directwebremoting.servlet.FileHandler
Sometimes with proxies, you need to close the stream all the time to make the flush work.
maxWaitingThreads - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
Static configuration data: The max number of threads we keep waiting.
maybeCheckTimeouts() - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
If we call DefaultScriptSessionManager.checkTimeouts() too often is could bog things down so we only check every one in a while (default 30 secs); this checks to see of we need to check, and checks if we do.
Messages - Class in org.directwebremoting.util
Internationalization for DWR
method - Variable in class org.directwebremoting.webwork.ActionDefinition
 
methods - Variable in class org.directwebremoting.hibernate.H2BeanConverter
The cache of method lookups that we've already done
methods - Variable in class org.directwebremoting.hibernate.H3BeanConverter
The cache of method lookups that we've already done
MIME_HTML - Static variable in class org.directwebremoting.util.MimeConstants
MIME constant for HTML
MIME_JS - Static variable in class org.directwebremoting.util.MimeConstants
MIME constant for Javascript
MIME_PLAIN - Static variable in class org.directwebremoting.util.MimeConstants
MIME constant for plain text.
MimeConstants - Class in org.directwebremoting.util
Various constants from generating output.
MimeConstants() - Constructor for class org.directwebremoting.util.MimeConstants
 
MinimalistExceptionConverter - Class in org.directwebremoting.convert
A special case of BeanConverter for use by default with Throwables, which only outputs a "broken" message.
MinimalistExceptionConverter() - Constructor for class org.directwebremoting.convert.MinimalistExceptionConverter
 
mode - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
What is the current usage mode.

N

NamedConverter - Interface in org.directwebremoting.extend
Additions to Converter that allow objects to have names that
namespace - Variable in class org.directwebremoting.webwork.ActionDefinition
 
NewCreator - Class in org.directwebremoting.create
A creator that simply uses the default constructor each time it is called.
NewCreator() - Constructor for class org.directwebremoting.create.NewCreator
 
NO - Static variable in class org.directwebremoting.dwrp.PartialResponse
The client can not handle partial responses
normalizeIncludesQueryString - Variable in class org.directwebremoting.impl.DefaultPageNormalizer
Does the page normalizer include query strings in it's definition of pages?
normalizePage(String) - Method in interface org.directwebremoting.extend.PageNormalizer
Take an un-normalized URL and turn it into the canonical form for that URL.
normalizePage(String) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
 
NotFoundHandler - Class in org.directwebremoting.servlet
Display a 404 "not found" message
NotFoundHandler() - Constructor for class org.directwebremoting.servlet.NotFoundHandler
 
NullConverter - Class in org.directwebremoting.convert
An implementation of Converter for null and undefined.
NullConverter() - Constructor for class org.directwebremoting.convert.NullConverter
 
NullCreator - Class in org.directwebremoting.create
A creator that simply uses the default constructor each time it is called.
NullCreator() - Constructor for class org.directwebremoting.create.NullCreator
 

O

ObjectConverter - Class in org.directwebremoting.convert
Convert a Javascript associative array into a JavaBean
ObjectConverter() - Constructor for class org.directwebremoting.convert.ObjectConverter
 
ObjectOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that creates data from Maps.
ObjectOutboundVariable(OutboundContext) - Constructor for class org.directwebremoting.dwrp.ObjectOutboundVariable
Setup
org.directwebremoting - package org.directwebremoting
 
org.directwebremoting.beehive - package org.directwebremoting.beehive
 
org.directwebremoting.contrib - package org.directwebremoting.contrib
 
org.directwebremoting.convert - package org.directwebremoting.convert
 
org.directwebremoting.create - package org.directwebremoting.create
 
org.directwebremoting.dwrp - package org.directwebremoting.dwrp
 
org.directwebremoting.extend - package org.directwebremoting.extend
 
org.directwebremoting.faces - package org.directwebremoting.faces
 
org.directwebremoting.filter - package org.directwebremoting.filter
 
org.directwebremoting.fluent - package org.directwebremoting.fluent
 
org.directwebremoting.hibernate - package org.directwebremoting.hibernate
 
org.directwebremoting.impl - package org.directwebremoting.impl
 
org.directwebremoting.proxy - package org.directwebremoting.proxy
 
org.directwebremoting.proxy.dwr - package org.directwebremoting.proxy.dwr
 
org.directwebremoting.proxy.scriptaculous - package org.directwebremoting.proxy.scriptaculous
 
org.directwebremoting.servlet - package org.directwebremoting.servlet
 
org.directwebremoting.spring - package org.directwebremoting.spring
 
org.directwebremoting.struts - package org.directwebremoting.struts
 
org.directwebremoting.util - package org.directwebremoting.util
 
org.directwebremoting.webwork - package org.directwebremoting.webwork
 
out - Variable in class org.directwebremoting.dwrp.BaseScriptConduit
The PrintWriter to send output to, and that we should synchronize against
OutboundContext - Class in org.directwebremoting.extend
We need to keep track of stuff while we are converting on the way out to prevent recurrsion.
OutboundContext() - Constructor for class org.directwebremoting.extend.OutboundContext
JDK14: Can use IdentityHashMap directly Since map needs to have referencial equality rather than object equality this constructor tries to use java.util.IdentityHashMap (>=1.4), and failing that falls back on wrapper objects in a HashMap.
OutboundVariable - Interface in org.directwebremoting.extend
A simple data container for 2 strings that comprise information about how a Java object has been converted into Javascript.
outOfContainerDestroy(Container) - Method in class org.directwebremoting.impl.StartupUtil
Clean up the current thread when StartupUtil.outOfContainerInit() has been called.
outOfContainerInit() - Method in class org.directwebremoting.impl.StartupUtil
A way to setup DWR outside of any Containers.
OutputAlarm - Class in org.directwebremoting.dwrp
An Alarm that goes off whenever output happens on a ScriptSession.
OutputAlarm(RealScriptSession, int) - Constructor for class org.directwebremoting.dwrp.OutputAlarm
 
OutputAlarm.AlarmScriptConduit - Class in org.directwebremoting.dwrp
 
OutputAlarm.AlarmScriptConduit() - Constructor for class org.directwebremoting.dwrp.OutputAlarm.AlarmScriptConduit
Create an AlarmScriptConduit

P

PACKAGE - Static variable in interface org.directwebremoting.extend.DwrConstants
The package name because people need to load resources in this package.
PACKAGE_DWR_DENY - Static variable in class org.directwebremoting.impl.DefaultAccessControl
My package name, so we can ban DWR classes from being created or marshalled
PAGE - Static variable in interface org.directwebremoting.extend.Creator
Page scope: (this is the default) the named reference remains available in this PageContext until the return from the current Servlet.service() invocation.
PageFlowCreator - Class in org.directwebremoting.beehive
Page Flow Creator The name Creator is a little misleading in that implies that a PageFlow is being created.
PageFlowCreator() - Constructor for class org.directwebremoting.beehive.PageFlowCreator
Test to see what implementations of PageFlow are available.
pageIdLength - Variable in class org.directwebremoting.servlet.FileHandler
The page id length
pageNormalizer - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
How we turn pages into the canonical form.
pageNormalizer - Variable in class org.directwebremoting.dwrp.PollHandler
How we turn pages into the canonical form.
PageNormalizer - Interface in org.directwebremoting.extend
An interface to resolve the fact that many webservers treat blah/index.html the same as blah/.
pageNormalizer - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
How we turn pages into the canonical form.
pageSessionMap - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
The map of pages that have sessions
ParallelDefaultRemoter - Class in org.directwebremoting.contrib
This implementation is not officially supported, and may be removed at some point in the future.
ParallelDefaultRemoter() - Constructor for class org.directwebremoting.contrib.ParallelDefaultRemoter
Initialize thread pool with : Core pool size : 10; Maximum pool size = 100; Keep alive time = 5000(ms); Timeout = 10000(ms);
PARAM_DEFAULT_PATH - Static variable in class org.directwebremoting.servlet.FileHandler
What is the replacement field we use to tell engine.js what we are using for script tag hack protection
PARAM_SCRIPT_ALLOWGET - Static variable in class org.directwebremoting.servlet.FileHandler
Does engine.js do GETs for Safari
PARAM_SCRIPT_COOKIENAME - Static variable in class org.directwebremoting.servlet.FileHandler
Under what cookie name is the session id stored?
PARAM_SCRIPT_POLLXHR - Static variable in class org.directwebremoting.servlet.FileHandler
Doe we force polling with XHR on IE to prevent clicking
PARAM_SCRIPT_SESSIONID - Static variable in class org.directwebremoting.servlet.FileHandler
The page id parameter that goes in engine.js
PARAM_SCRIPT_TAG_PROTECTION - Static variable in class org.directwebremoting.servlet.FileHandler
What is the replacement field we use to tell engine.js what we are using for script tag hack protection
parse(String) - Method in class org.directwebremoting.impl.SignatureParser
Parse some text and add it into the converter manager.
parse(Element, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.ConfigurationBeanDefinitionParser
 
parse(Element, ParserContext) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.ControllerBeanDefinitionParser
 
parseControllerParameters(BeanDefinitionBuilder, Element) - Method in class org.directwebremoting.spring.DwrNamespaceHandler.ControllerBeanDefinitionParser
 
parseConverterSettings(ConverterConfig, Element) - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 
parseGet(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.ParseUtil
Parse an HTTP GET request to fill out the scriptName, methodName and paramList properties.
parseParameters() - Method in class org.directwebremoting.dwrp.Batch
Fish out the important parameters
parsePost(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.ParseUtil
Parse an HTTP POST request to fill out the scriptName, methodName and paramList properties.
ParseUtil - Class in org.directwebremoting.dwrp
Utilities to parse GET and POST requests from the DWR javascript section.
ParseUtil() - Constructor for class org.directwebremoting.dwrp.ParseUtil
 
PartialResponse - Class in org.directwebremoting.dwrp
A set of constants that represent how browsers need data flushed to them
PartialResponse() - Constructor for class org.directwebremoting.dwrp.PartialResponse
 
PathConstants - Class in org.directwebremoting.servlet
Various constants from generating output.
PathConstants() - Constructor for class org.directwebremoting.servlet.PathConstants
 
plain - Variable in class org.directwebremoting.dwrp.PollHandler
Are we using plain javascript or html wrapped javascript
PlainCallHandler - Class in org.directwebremoting.servlet
A Handler standard DWR calls whose replies are NOT HTML wrapped.
PlainCallHandler() - Constructor for class org.directwebremoting.servlet.PlainCallHandler
 
PlainCallMarshaller - Class in org.directwebremoting.dwrp
A Marshaller that outputs plain Javascript.
PlainCallMarshaller() - Constructor for class org.directwebremoting.dwrp.PlainCallMarshaller
 
plainCallMarshaller - Variable in class org.directwebremoting.servlet.PlainCallHandler
The 'HTML Javascript' method by which objects are marshalled
PlainPollHandler - Class in org.directwebremoting.servlet
A Handler polling DWR calls whose replies are NOT HTML wrapped.
PlainPollHandler() - Constructor for class org.directwebremoting.servlet.PlainPollHandler
Initialize a PollHandler to do HTML wrapping
PlainProperty - Class in org.directwebremoting.convert
An implementation of Property that simply uses stored values.
PlainProperty(String, Object) - Constructor for class org.directwebremoting.convert.PlainProperty
 
PlainScriptConduit - Class in org.directwebremoting.dwrp
A ScriptConduit for use with plain Javascript output.
PlainScriptConduit(HttpServletResponse, String, ConverterManager) - Constructor for class org.directwebremoting.dwrp.PlainScriptConduit
Simple ctor
policyMap - Variable in class org.directwebremoting.impl.DefaultAccessControl
A map of Creators to policies
PollBatch - Class in org.directwebremoting.dwrp
A container for the information passed in by an Poll request
PollBatch(HttpServletRequest, PageNormalizer) - Constructor for class org.directwebremoting.dwrp.PollBatch
 
PollHandler - Class in org.directwebremoting.dwrp
A Marshaller that output plain Javascript.
PollHandler(boolean) - Constructor for class org.directwebremoting.dwrp.PollHandler
 
PollingServerLoadMonitor - Class in org.directwebremoting.impl
A default implementation of ServerLoadMonitor
PollingServerLoadMonitor() - Constructor for class org.directwebremoting.impl.PollingServerLoadMonitor
 
popContext() - Method in class org.directwebremoting.extend.InboundContext
Someone wants to tell us about a finished conversion context.
postProcess(HttpServletRequest, HttpServletResponse, HttpServletResponse, AjaxResult) - Method in interface org.directwebremoting.webwork.IDWRActionProcessor
 
prepareContinuationAction(HttpServletRequest, Map) - Method in class org.directwebremoting.webwork.DWRAction
 
prepareForWebContextFilter(ServletContext, ServletConfig, Container, WebContextFactory.WebContextBuilder, HttpServlet) - Static method in class org.directwebremoting.impl.ContainerUtil
Make some changes to the ServletContext so DwrWebContextFilter can find the Container etc.
preProcess(HttpServletRequest, HttpServletResponse, HttpServletResponse, Map) - Method in interface org.directwebremoting.webwork.IDWRActionProcessor
 
PrimitiveConverter - Class in org.directwebremoting.convert
Converter for all primitive types
PrimitiveConverter() - Constructor for class org.directwebremoting.convert.PrimitiveConverter
 
print(boolean) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(char) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(int) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(long) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(float) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(double) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(char[]) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(Object) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
print(String) - Method in class org.directwebremoting.util.WriterOutputStream
 
println() - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(boolean) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(char) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(int) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(long) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(float) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(double) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(char[]) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
println(Object) - Method in class org.directwebremoting.util.DebuggingPrintWriter
 
Property - Interface in org.directwebremoting.extend
It would be nice if PropertyDescriptor, and the various reflection types like Member had a common supertype, but they don't.
PropertyDescriptorProperty - Class in org.directwebremoting.impl
An implementation of Property that proxies to a PropertyDescriptor
PropertyDescriptorProperty(PropertyDescriptor) - Constructor for class org.directwebremoting.impl.PropertyDescriptorProperty
 
ProtocolConstants - Interface in org.directwebremoting.dwrp
Various constants for type conversion
proxy - Variable in class org.directwebremoting.impl.ContainerMap
The cache of filtered values
publishContainer(Container, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
If helps some situations if people can get at the container by looking in the servlet context, under some name.
puff(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.puff() function.
puff(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Puff() function.
pulsate(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.pulsate() function.
pulsate(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Pulsate() function.
pushContext(TypeHintContext) - Method in class org.directwebremoting.extend.InboundContext
Someone wants to tell us about a new conversion context.
put(Object, OutboundVariable) - Method in class org.directwebremoting.extend.OutboundContext
 
put(Object, Object) - Method in class org.directwebremoting.impl.ContainerMap
 
putAll(Map) - Method in class org.directwebremoting.impl.ContainerMap
 
putValue(String, Object) - Method in class org.directwebremoting.util.FakeHttpSession
 

R

raiseAlarm() - Method in class org.directwebremoting.dwrp.BasicAlarm
It's all gone wrong - inform the Sleeper
random - Variable in class org.directwebremoting.util.IdGenerator
A random number generator to use when generating session identifiers.
RANK_FAST - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is a very good way of getting scripts to the client and should be used as a preferred method
RANK_PROCEDURAL - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is used for control-flow and will probably not actually convey the script, but does need to tell someone else about it
RANK_SLOW - Static variable in class org.directwebremoting.extend.ScriptConduit
Indicates that this ScriptConduit is a poor way of getting scripts to the client and should only be used as a last resort.
read() - Method in class org.directwebremoting.util.DelegatingServletInputStream
 
RealScriptSession - Interface in org.directwebremoting.extend
RealScriptSession is the real interface that should be implemented in place of ScriptSession.
recordHit() - Method in class org.directwebremoting.util.HitMonitor
A hit has happened, record some load on the server
ReferenceOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that simply refers to one defined elsewhere
ReferenceOutboundVariable(String) - Constructor for class org.directwebremoting.dwrp.ReferenceOutboundVariable
Create a new ReferenceOutboundVariable
registerCreator(BeanDefinitionRegistry, String, BeanDefinitionBuilder, Map, NodeList) - Method in class org.directwebremoting.spring.DwrNamespaceHandler
Registers a new Creator in the registry using name javascript.
registerSpringConfiguratorIfNecessary(BeanDefinitionRegistry) - Method in class org.directwebremoting.spring.DwrNamespaceHandler
 
remoteBeginIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the beginning of an iframe response
remoteEndIFrameResponse(String, boolean) - Static method in class org.directwebremoting.extend.EnginePrivate
A script to send at the end of an iframe response
remoteEval(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Prepare a script for execution in an iframe environment
remoteHandleCallback(ScriptConduit, String, String, Object) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleResponse() in the browser
remoteHandleException(ScriptConduit, String, String, Throwable) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleException() in the browser
remoteHandleMarshallException(ScriptConduit, String, String, MarshallException) - Static method in class org.directwebremoting.extend.EnginePrivate
Call the dwr.engine._remoteHandleException() in the browser
Remoter - Interface in org.directwebremoting.extend
The heart of DWR is a system to generate content from some requests.
remoter - Variable in class org.directwebremoting.servlet.HtmlCallHandler
The bean to execute remote requests and generate interfaces
remoter - Variable in class org.directwebremoting.servlet.InterfaceHandler
The bean to execute remote requests and generate interfaces
remoter - Variable in class org.directwebremoting.servlet.PlainCallHandler
The bean to execute remote requests and generate interfaces
remove(Object) - Method in class org.directwebremoting.impl.ContainerMap
 
removeAllOptions(String) - Method in class org.directwebremoting.proxy.dwr.Util
Remove all the options from a select list (specified by id)
removeAllRows(String) - Method in class org.directwebremoting.proxy.dwr.Util
Remove all the children of a given node.
removeAttribute(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
removeAttribute(String) - Method in interface org.directwebremoting.ScriptSession
Removes the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
removeAttribute(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
removeAttribute(String) - Method in class org.directwebremoting.util.FakeServletContext
 
removeClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className -= "X", that we can call from Java easily From code originally by Gavin Kistner
removeNode(String) - Method in class org.directwebremoting.proxy.dwr.Util
Sets a CSS style on an element
removeScriptConduit(ScriptConduit) - Method in interface org.directwebremoting.extend.RealScriptSession
Remove a ScriptConduit.
removeScriptConduit(ScriptConduit) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
removeValue(String) - Method in class org.directwebremoting.util.FakeHttpSession
 
replace(String, String, String) - Static method in class org.directwebremoting.util.LocalUtil
Replacement for String#replaceAll(String, String) in JDK 1.4+
replaceXmlCharacters(String) - Static method in class org.directwebremoting.Security
Perform the following replacements: & to + < to \\u2039 (?) (?) > to \\u203A (?) (?) ' to \\u2018 (?) (?) " to \\u201C (?) (?) These replacements are useful when readibility is more important than retaining the exact character string of the original.
Replies - 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).
Replies(String) - Constructor for class org.directwebremoting.extend.Replies
 
Reply - Class in org.directwebremoting.extend
Reply is a read-only POJO to encapsulate the information required to make a single java call, including the result of the call (either returned data or exception).
Reply(String, Object) - Constructor for class org.directwebremoting.extend.Reply
Constructor for the success case.
Reply(String, Object, Throwable) - Constructor for class org.directwebremoting.extend.Reply
Constructor for the error case.
REQUEST - Static variable in interface org.directwebremoting.extend.Creator
Request scope: the named reference remains available from the ServletRequest associated with the Servlet until the current request is completed.
reset() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
reset() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
resetBuffer() - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
resetBuffer() - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
resolveEntity(String, String) - Method in class org.directwebremoting.impl.DTDEntityResolver
 
resolveEntity(String, String) - Method in class org.directwebremoting.util.EmptyEntityResolver
 
RESOURCE_WEB_XML - Static variable in class org.directwebremoting.servlet.PathConstants
The position of web.xml
response - Variable in class org.directwebremoting.dwrp.BaseScriptConduit
Used to flush data to the output stream
restart(HttpServletRequest) - Static method in class org.directwebremoting.dwrp.JettyContinuationSleeper
Act on a restarted continuation by executing the onAwakening action
resume() - Method in class org.directwebremoting.util.Continuation
Resume an continuation.
resumed - Variable in class org.directwebremoting.dwrp.JettyContinuationSleeper
Has the continuation been restarted already?
resumeMethod - Static variable in class org.directwebremoting.util.Continuation
How we resume the continuation
rethrowIfContinuation(Throwable) - Static method in class org.directwebremoting.util.Continuation
We shouldn't be catching Jetty RetryRequests so we rethrow them.
roleRestrictMap - Variable in class org.directwebremoting.impl.DefaultAccessControl
What role based restrictions are there?

S

schedule(TimerTask, long) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for execution after the specified delay.
schedule(TimerTask, Date) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for execution at the specified time.
schedule(TimerTask, long, long) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
schedule(TimerTask, Date, long) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for repeated fixed-delay execution, beginning at the specified time.
scheduleAtFixedRate(TimerTask, long, long) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
scheduleAtFixedRate(TimerTask, Date, long) - Static method in class org.directwebremoting.util.StaticTimer
Schedules the specified task for repeated fixed-rate execution, beginning at the specified time.
SCRIPT - Static variable in interface org.directwebremoting.extend.Creator
Script scope (tied to a id recorded in Javascript): the named reference remains available while the script variable remains stored in the browser.
SCRIPT_CALL_INSERT - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The marker to indicate that the output is from data inserted into the call
SCRIPT_CALL_REPLY - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The marker to indicate that the output is a reply to the call
SCRIPT_END_MARKER - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The marker to indicate the end of a evalable script block
SCRIPT_START_MARKER - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The marker to indicate the start of a evalable script block
SCRIPT_TAG_PROTECTION - Static variable in interface org.directwebremoting.extend.DwrConstants
The string that we use to make scripts fail eval() without processing
ScriptBuffer - Class in org.directwebremoting
A ScriptBuffer is like a StringBuffer except that it is used to create Javascript commands.
ScriptBuffer() - Constructor for class org.directwebremoting.ScriptBuffer
Create an empty ScriptBuffer.
ScriptBuffer(String) - Constructor for class org.directwebremoting.ScriptBuffer
Create a ScriptBuffer with some initial content.
ScriptBuffer.StringWrapper - Class in org.directwebremoting
A wrapper around a string to distinguish a string entered into this buffer as code and a string entered as data
ScriptBufferUtil - Class in org.directwebremoting.extend
A simple utility class to extract a String from a ScriptBuffer.
scriptCache - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
We cache the script output for speed
scriptCache - Variable in class org.directwebremoting.servlet.FileHandler
We cache the script output for speed
scriptCompressed - Variable in class org.directwebremoting.servlet.FileHandler
Do we retain comments and unneeded spaces in Javascript code?
ScriptConduit - Class in org.directwebremoting.extend
While a Marshaller is processing a request it can register a ScriptConduit with the ScriptSession to say - pass scripts straight to me and bypass the temporary storage area.
ScriptConduit(int) - Constructor for class org.directwebremoting.extend.ScriptConduit
All ScriptConduit need a rank
ScriptedCreator - Class in org.directwebremoting.create
A creator that uses BeanShell to evaluate some script to create an object.
ScriptedCreator() - Constructor for class org.directwebremoting.create.ScriptedCreator
Set up some defaults
ScriptProxy - Class in org.directwebremoting.proxy
Class to help people send scripts to collections of browsers.
ScriptProxy() - Constructor for class org.directwebremoting.proxy.ScriptProxy
Http thread constructor
ScriptProxy(ScriptSession) - Constructor for class org.directwebremoting.proxy.ScriptProxy
Http thread constructor
ScriptProxy(Collection) - Constructor for class org.directwebremoting.proxy.ScriptProxy
Non-http thread constructor
scripts - Variable in class org.directwebremoting.impl.DefaultScriptSession
The list of waiting scripts.
scriptSession - Variable in class org.directwebremoting.dwrp.OutputAlarm
The script session to monitor for output
ScriptSession - Interface in org.directwebremoting
Script scope is like session scope except that it is managed using a Javascript variable.
scriptSessionCheckTime - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
How often do we check for script sessions that need timing out
scriptSessionManager - Variable in class org.directwebremoting.dwrp.PollHandler
The owner of script sessions
ScriptSessionManager - Interface in org.directwebremoting.extend
A ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable)
scriptSessionTimeout - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
How long do we wait before we timeout script sessions?
ScriptTag - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
SECONDS_MONITORED - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
We are recording the number of hits in the last 5 seconds.
SECONDS_MONITORED - Static variable in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
We are recording the number of hits in the last 5 seconds.
Security - Class in org.directwebremoting
Some simple replacement utilities to help people protect themselves from XSS attacks.
Security() - Constructor for class org.directwebremoting.Security
 
sendError(int, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
sendError(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
sendError(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
sendError(int, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
sendErrorScript(HttpServletResponse, String) - Method in class org.directwebremoting.dwrp.PollHandler
Send a script to the browser and wrap it in the required prefixes etc.
sendOutboundScriptPrefix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
iframe mode starts as HTML, so get into script mode
sendOutboundScriptPrefix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.HtmlCallMarshaller
 
sendOutboundScriptPrefix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
 
sendOutboundScriptSuffix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
iframe mode needs to get out of script mode
sendOutboundScriptSuffix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.HtmlCallMarshaller
 
sendOutboundScriptSuffix(PrintWriter, String) - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
 
sendRedirect(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
sendRedirect(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
sendScript(PrintWriter, String) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Send a script to the browser
sendScript(PrintWriter, String) - Method in class org.directwebremoting.dwrp.HtmlCallMarshaller
 
sendScript(PrintWriter, String) - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
 
ServerContext - Interface in org.directwebremoting
 
ServerContextFactory - Class in org.directwebremoting
Accessor for the current ServerContext.
ServerContextFactory() - Constructor for class org.directwebremoting.ServerContextFactory
 
ServerContextFactory.ServerContextBuilder - Interface in org.directwebremoting
Class to enable us to access servlet parameters.
ServerException - Exception in org.directwebremoting.extend
Something has gone wrong when we were doing some conversion.
ServerException() - Constructor for exception org.directwebremoting.extend.ServerException
Default ctor
ServerException(String) - Constructor for exception org.directwebremoting.extend.ServerException
Construct a MarshallException with a description message and exception
ServerException(String, Throwable) - Constructor for exception org.directwebremoting.extend.ServerException
Construct a MarshallException with a description message and exception
ServerException(Throwable) - Constructor for exception org.directwebremoting.extend.ServerException
Construct a MarshallException with an exception
serverLoadMonitor - Variable in class org.directwebremoting.dwrp.PollHandler
We need to tell the system that we are waiting so it can load adjust
serverLoadMonitor - Variable in class org.directwebremoting.dwrp.ShutdownAlarm
The source of shutdown messages
ServerLoadMonitor - Interface in org.directwebremoting.extend
Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
servletContext - Variable in class org.directwebremoting.impl.DefaultPageNormalizer
We need one of these to do the init process.
ServletConverter - Class in org.directwebremoting.convert
A converter that magics up HTTP objects
ServletConverter() - Constructor for class org.directwebremoting.convert.ServletConverter
 
ServletLoggingOutput - Class in org.directwebremoting.util
An implementation of LoggingOutput that sends stuff to the Servlet.log stream.
ServletLoggingOutput() - Constructor for class org.directwebremoting.util.ServletLoggingOutput
 
SESSION - Static variable in interface org.directwebremoting.extend.Creator
Session scope (only valid if this page participates in a session): the named reference remains available from the HttpSession (if any) associated with the Servlet until the HttpSession is invalidated.
sessionCookieName - Variable in class org.directwebremoting.dwrp.BaseCallMarshaller
The session cookie name
sessionCookieName - Variable in class org.directwebremoting.dwrp.PollHandler
The session cookie name
sessionCookieName - Variable in class org.directwebremoting.servlet.FileHandler
The session cookie name
sessionMap - Variable in class org.directwebremoting.impl.DefaultScriptSessionManager
The map of all the known sessions
set(ServletConfig, ServletContext, Container) - Method in class org.directwebremoting.impl.DefaultServerContextBuilder
 
set(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Method in class org.directwebremoting.impl.DefaultWebContextBuilder
 
set(ServletConfig, ServletContext, Container) - Method in interface org.directwebremoting.ServerContextFactory.ServerContextBuilder
Make the current webapp know what the current config/context is.
set(HttpServletRequest, HttpServletResponse, ServletConfig, ServletContext, Container) - Method in interface org.directwebremoting.WebContextFactory.WebContextBuilder
Make the current thread know what the current request is.
setAccessControl(AccessControl) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Accessor for the security manager
setAccessControl(AccessControl) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Accessor for the security manager
setAccessControl(AccessControl) - Method in class org.directwebremoting.impl.DefaultRemoter
Accessor for the security manager
setAction(String) - Method in class org.directwebremoting.webwork.ActionDefinition
 
setActiveReverseAjax(boolean) - Method in class org.directwebremoting.proxy.dwr.Engine
Does DWR poll the server for updates? (Default: false)
setActiveReverseAjaxEnabled(boolean) - Method in class org.directwebremoting.dwrp.PollHandler
Are we doing full reverse ajax
setAjaxFilterManager(AjaxFilterManager) - Method in class org.directwebremoting.impl.DefaultRemoter
Accessor for the AjaxFilterManager
setAlarmAction(Sleeper) - Method in class org.directwebremoting.dwrp.BasicAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.dwrp.OutputAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.dwrp.ShutdownAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.dwrp.TimedAlarm
 
setAlgorithm(String) - Method in class org.directwebremoting.util.IdGenerator
 
setAllowGetForSafariButMakeForgeryEasier(boolean) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
setAllowGetForSafariButMakeForgeryEasier(boolean) - Method in class org.directwebremoting.dwrp.PollHandler
 
setAllowGetForSafariButMakeForgeryEasier(boolean) - Method in class org.directwebremoting.servlet.FileHandler
 
setAllowImpossibleTests(boolean) - Method in class org.directwebremoting.impl.DefaultRemoter
Do we allow impossible tests for debug purposes
setAllowScriptTagRemoting(boolean) - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
Do we allow ScriptTag remoting?
setAllParameters(Map) - Method in class org.directwebremoting.dwrp.Batch
 
setAssumeSession(boolean) - Method in class org.directwebremoting.hibernate.H3BeanConverter
 
setAsync(boolean) - Method in class org.directwebremoting.proxy.dwr.Engine
Do we ask the XHR object to be asynchronous? (Default: true)
setAttribute(String, Object) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
setAttribute(String, Object) - Method in interface org.directwebremoting.ScriptSession
Binds an object to this session, using the name specified.
setAttribute(String, Object) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
setAttribute(String, Object) - Method in class org.directwebremoting.util.FakeHttpSession
 
setAttribute(String, Object) - Method in class org.directwebremoting.util.FakeServletContext
 
setAuth(Properties) - Method in class org.directwebremoting.spring.CreatorConfig
Sets the authentication parameters for this creator.
setAuthHandlerUrl(String) - Method in class org.directwebremoting.servlet.AuthHandler
The URL for this Handler.
setBatchId(String) - Method in class org.directwebremoting.extend.Calls
 
setBatchId(String) - Method in class org.directwebremoting.extend.Replies
 
setBean(String) - Method in class org.directwebremoting.create.Ejb3Creator
Set the name of the bean for the JNDI lookup
setBean(Object) - Method in class org.directwebremoting.spring.BeanCreator
Sets the bean for this bean creator.
setBeanClass(Class) - Method in class org.directwebremoting.spring.BeanCreator
Sets the bean class for this creator.
setBeanFactory(BeanFactory) - Method in class org.directwebremoting.spring.BeanCreator
Sets the bean factory that contains this BeanCreator.
setBeanFactory(BeanFactory) - Method in class org.directwebremoting.spring.DwrController
Is called by the Spring container to set the bean factory.
setBeanFactory(BeanFactory) - Method in class org.directwebremoting.spring.SpringContainer
 
setBeanId(String) - Method in class org.directwebremoting.spring.BeanCreator
Sets the id of the bean to remote using DWR.
setBeanName(String) - Method in class org.directwebremoting.spring.DwrController
Is called by the Spring container to set the name of this bean.
setBeanName(String) - Method in class org.directwebremoting.spring.SpringCreator
 
setBeanNamePostfix(String) - Method in class org.directwebremoting.create.Ejb3Creator
Set the ending that is appended to the actual bean name fetched from the interface name (UserMgr --> UserMgrBean).
setBufferSize(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setBufferSize(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setCacheable(boolean) - Method in class org.directwebremoting.create.AbstractCreator
 
setCallId(String) - Method in class org.directwebremoting.extend.Call
 
setCalls(Calls) - Method in class org.directwebremoting.dwrp.Batch
 
setCharacterEncoding(String) - Method in class org.directwebremoting.util.FakeHttpServletRequest
 
setCharacterEncoding(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setCharacterEncoding(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setChildren(Collection) - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
 
setClass(String) - Method in class org.directwebremoting.create.NewCreator
What sort of class do we create?
setClass(String) - Method in class org.directwebremoting.create.NullCreator
What sort of class do we create?
setClass(String) - Method in class org.directwebremoting.create.ScriptedCreator
What sort of class do we create?
setClass(String) - Method in class org.directwebremoting.create.SingletonCreator
What sort of class do we create?
setClass(String) - Method in class org.directwebremoting.faces.JsfCreator
What sort of class do we create?
setClass(String) - Method in class org.directwebremoting.spring.SpringCreator
What sort of class do we create?
setClassName(String) - Method in class org.directwebremoting.create.NewCreator
Sets the class name to create.
setClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className = "X", that we can call from Java easily
setClassResourceName(String) - Method in class org.directwebremoting.impl.DwrXmlConfigurator
Setter for a classpath based lookup
setCommitted(boolean) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setCompressionLevel(int) - Method in class org.directwebremoting.servlet.FileHandler
 
setConfig(CreatorConfig) - Method in class org.directwebremoting.spring.BeanCreator
Sets the configuration for this creator.
setConfigParams(Map) - Method in class org.directwebremoting.spring.DwrController
Additional parameters such as pollAndCometEnabled.
setConfigurators(List) - Method in class org.directwebremoting.spring.DwrController
Sets the configurators to apply to this controller.
setConfigurators(List) - Method in class org.directwebremoting.spring.DwrSpringServlet
Setter for use by the Spring IoC container to tell us what Configurators exist for us to configure ourselves.
setContentLength(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setContentLength(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setContentType(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setContentType(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.ArrayConverter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.BaseV20Converter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.CollectionConverter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.MapConverter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.convert.NullConverter
 
setConverterManager(ConverterManager) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Accessor for the DefaultCreatorManager that we configure
setConverterManager(ConverterManager) - Method in class org.directwebremoting.dwrp.PollHandler
Accessor for the DefaultCreatorManager that we configure
setConverterManager(ConverterManager) - Method in interface org.directwebremoting.extend.Converter
If we are a compound converter that farms out part of the conversion to other converters then you farm the conversion out via a configuration.
setConverterManager(ConverterManager) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Accessor for the DefaultCreatorManager that we configure
setConverterManager(ConverterManager) - Method in class org.directwebremoting.impl.DefaultRemoter
Accessor for the ConverterManager that we configure
setConverters(Map) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
setConverters(Map) - Method in interface org.directwebremoting.extend.ConverterManager
Sets the converters for this converter manager.
setConverters(Map) - Method in class org.directwebremoting.spring.SpringConfigurator
Setter for the map of real Converter
setConverterTypes(Map) - Method in class org.directwebremoting.spring.SpringConfigurator
Setter for the map of Converter types
setCreator(Creator) - Method in class org.directwebremoting.spring.CreatorConfig
The creator type that will be used to create new objects for remoting
setCreatorManager(CreatorManager) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Accessor for the DefaultCreatorManager that we configure
setCreatorManager(CreatorManager) - Method in class org.directwebremoting.impl.DefaultRemoter
Accessor for the CreatorManager that we configure
setCreators(Map) - Method in interface org.directwebremoting.extend.CreatorManager
Sets the creators for this creator manager.
setCreators(Map) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
setCreators(Map) - Method in class org.directwebremoting.spring.SpringConfigurator
Setter for the map of real Creators
setCreatorType(String) - Method in class org.directwebremoting.spring.CreatorConfig
The creator that will be used to create new objects for remoting
setCreatorTypes(Map) - Method in class org.directwebremoting.spring.SpringConfigurator
Setter for the map of Creator types
setCrossDomainSessionSecurity(boolean) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
To we perform cross-domain session security checks?
setCrossDomainSessionSecurity(boolean) - Method in class org.directwebremoting.dwrp.PollHandler
Do we perform cross-domain session security checks?
setCurrentPageInformation(String, String) - Method in class org.directwebremoting.impl.DefaultWebContext
 
setCurrentPageInformation(String, String) - Method in interface org.directwebremoting.WebContext
For system use only: This method allows the system to fill in the session id and page id when they are discovered.
setCurrentPageInformation(String, String) - Method in class uk.ltd.getahead.dwr.ExecutionContext
Deprecated.  
setDateHeader(String, long) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setDateHeader(String, long) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setDebug(boolean) - Method in class org.directwebremoting.impl.DefaultCreatorManager
Set the debug status
setDebug(boolean) - Method in class org.directwebremoting.spring.DwrController
Sets whether DWR should be in debug mode (default is false).
setDebugPageGenerator(DebugPageGenerator) - Method in class org.directwebremoting.servlet.IndexHandler
Setter for the debug page generator
setDebugPageGenerator(DebugPageGenerator) - Method in class org.directwebremoting.servlet.TestHandler
Setter for the debug page generator
setDelay(long) - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
setDisconnectedTime(int) - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
Accessor for the disconnected time.
setDocument(Document) - Method in class org.directwebremoting.impl.DwrXmlConfigurator
To set the configuration document directly
setDynamic(boolean) - Method in class org.directwebremoting.servlet.FileHandler
Are we expected to do the minor EL type processing?
setEngineHandlerUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
setEngineHandlerUrl(String) - Method in class org.directwebremoting.servlet.EngineHandler
The URL for this Handler.
setException(Throwable) - Method in class org.directwebremoting.extend.Call
 
setException(Exception) - Method in class org.directwebremoting.servlet.ExceptionHandler
 
setExclude(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
Set a list of properties excluded from conversion
setExecuteResult(boolean) - Method in class org.directwebremoting.webwork.ActionDefinition
 
setExecutionContext(HttpServlet) - Static method in class org.directwebremoting.util.ServletLoggingOutput
Associate a servlet with this thread for logging purposes.
setExposeInternals(boolean) - Method in class org.directwebremoting.impl.DefaultAccessControl
 
setExtraTypeInfo(TypeHintContext, Class) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
setExtraTypeInfo(TypeHintContext, Class) - Method in interface org.directwebremoting.extend.ConverterManager
We don't know enough from a method signature like setUsers(Set s) to be able to cast the inbound data to a set of Users.
setFactoryMethod(String) - Method in class org.directwebremoting.create.SingletonCreator
 
setFilePath(String) - Method in class org.directwebremoting.servlet.FileHandler
 
setFilters(List) - Method in class org.directwebremoting.spring.CreatorConfig
Sets the list of all filters for this creator.
setForce(String) - Method in class org.directwebremoting.convert.ObjectConverter
Do we force accessibility for private fields
setForce(boolean) - Method in class org.directwebremoting.spring.ConverterConfig
Instruct DWR to use reflection modifiers to access private members of objects
setForceWebLogic(boolean) - Method in class org.directwebremoting.beehive.PageFlowCreator
What do we do if both Weblogic and Beehive are available.
setFormBean(String) - Method in class org.directwebremoting.struts.StrutsCreator
Struts formBean to be retrived
setForwardedUrl(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we forwarding to?
setHeader(String, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setHeader(String, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setHtmlCallMarshaller(HtmlCallMarshaller) - Method in class org.directwebremoting.servlet.HtmlCallHandler
Setter for the HTML Javascript Marshaller
setHttpMethod(String) - Method in class org.directwebremoting.proxy.dwr.Engine
Which HTTP method do we use to send results? Must be one of "GET" or "POST".
setHttpSessionId(String) - Method in class org.directwebremoting.dwrp.Batch
 
setIgnoreLastModified(boolean) - Method in class org.directwebremoting.servlet.FileHandler
 
setImplementation(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
setInboundContexts(List) - Method in class org.directwebremoting.dwrp.Batch
 
setInclude(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
Set a list of properties included from conversion
setIncludeDefaultConfig(boolean) - Method in class org.directwebremoting.spring.DwrController
Sets whether the default DWR configuration should be included (default is true).
setIncludeDefaultConfig(boolean) - Method in class org.directwebremoting.spring.DwrSpringServlet
Do we prefix the list of Configurators with a default to read the system dwr.xml file?
setIncludedUrl(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
What URL are we including?
setIndexHandlerUrl(String) - Method in class org.directwebremoting.servlet.UrlProcessor
The URL for the IndexHandler
setInitApplicationScopeCreatorsAtStartup(boolean) - Method in class org.directwebremoting.impl.DefaultCreatorManager
Do we do full-create on startup?
setInputStream(InputStream) - Method in class org.directwebremoting.impl.DwrXmlConfigurator
Setter for a direct input stream to configure from
setInstanceType(Class) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
setInstanceType(Class) - Method in interface org.directwebremoting.extend.NamedConverter
 
setInterface(String) - Method in class org.directwebremoting.create.Ejb3Creator
The common interface of the Bean.
setInterfaceHandlerUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
Setter for the URL that this handler available on
setInterfaceHandlerUrl(String) - Method in class org.directwebremoting.servlet.InterfaceHandler
Setter for the URL that this handler available on
setInterfaceType(String) - Method in class org.directwebremoting.create.Ejb3Creator
Get local or remote interface? Defaults remote
setIntHeader(String, int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setIntHeader(String, int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setJavascript(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
setJavascript(String) - Method in class org.directwebremoting.create.AbstractCreator
 
setJavascript(String) - Method in interface org.directwebremoting.extend.NamedConverter
Accessor for the javascript class name for the converted objects.
setJavascriptClassName(String) - Method in class org.directwebremoting.spring.ConverterConfig
 
setLanguage(String) - Method in class org.directwebremoting.create.ScriptedCreator
 
setLevel(String) - Static method in class org.directwebremoting.util.ServletLoggingOutput
String version of setLevel.
setLevel(int) - Static method in class org.directwebremoting.util.ServletLoggingOutput
 
setLocale(Locale) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setLocale(Locale) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setManagedBeanName(String) - Method in class org.directwebremoting.faces.JsfCreator
 
setMaxCallCount(int) - Method in class org.directwebremoting.impl.DefaultRemoter
To prevent a DoS attack we limit the max number of calls that can be made in a batch
setMaxHitsPerSecond(int) - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
setMaxHitsPerSecond(int) - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
setMaxInactiveInterval(int) - Method in class org.directwebremoting.util.FakeHttpSession
 
setMaxWaitAfterWrite(int) - Method in class org.directwebremoting.dwrp.PollHandler
Sometimes with proxies, you need to close the stream all the time to make the flush work.
setMaxWaitAfterWrite(int) - Method in class org.directwebremoting.servlet.FileHandler
Sometimes with proxies, you need to close the stream all the time to make the flush work.
setMaxWaitingThreads(int) - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
setMethod(Method) - Method in class org.directwebremoting.extend.Call
 
setMethod(String) - Method in class org.directwebremoting.webwork.ActionDefinition
 
setMethodName(String) - Method in class org.directwebremoting.extend.Call
 
setMimeType(String) - Method in class org.directwebremoting.servlet.FileHandler
The mime type to send the output under
setMode(int) - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
For debug purposes we keep a track of what mode we are in.
setNamespace(String) - Method in class org.directwebremoting.webwork.ActionDefinition
 
setNormalizeIncludesQueryString(boolean) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
Does the page normalizer include query strings in it's definition of pages?
setObject - Static variable in class org.directwebremoting.util.Continuation
How we set the associated continuation object
setObject(Object) - Method in class org.directwebremoting.util.Continuation
Accessor for the object associated with this continuation
setOrdered(boolean) - Method in class org.directwebremoting.proxy.dwr.Engine
Ensure that remote calls happen in the order in which they were sent? (Default: false)
setOverrideBeanFactory(BeanFactory) - Static method in class org.directwebremoting.spring.SpringCreator
Set a web-app wide BeanFactory.
setOverridePath(String) - Method in class org.directwebremoting.impl.DefaultRemoter
If we need to override the default path
setOverridePath(String) - Method in class org.directwebremoting.servlet.FileHandler
If we need to override the default path
setPage(String) - Method in class org.directwebremoting.dwrp.Batch
 
setPageForScriptSession(RealScriptSession, String) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Locate the given script session on a page
setPageForScriptSession(RealScriptSession, String) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
setPageNormalizer(PageNormalizer) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Accessor for the PageNormalizer.
setPageNormalizer(PageNormalizer) - Method in class org.directwebremoting.dwrp.PollHandler
Accessor for the PageNormalizer.
setPageNormalizer(PageNormalizer) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
Accessfor for the PageNormalizer.
setParallelDefaultRemoterCorePoolsize(int) - Method in class org.directwebremoting.contrib.ParallelDefaultRemoter
Sets the core number of threads.
setParallelDefaultRemoterKeepAliveTime(long) - Method in class org.directwebremoting.contrib.ParallelDefaultRemoter
Sets the time limit in (ms) for which threads may remain idle before being terminated.
setParallelDefaultRemoterMaximumPoolsize(int) - Method in class org.directwebremoting.contrib.ParallelDefaultRemoter
Sets the maximum allowed number of threads.
setParallelDefaultRemoterTimeout(long) - Method in class org.directwebremoting.contrib.ParallelDefaultRemoter
Sets the maximum time to wait in (ms)
setParameters(Object[]) - Method in class org.directwebremoting.extend.Call
 
setParams(Object, Map, List) - Static method in class org.directwebremoting.util.LocalUtil
Set use reflection to set the setters on the object called by the keys in the params map with the corresponding values
setPlainCallMarshaller(PlainCallMarshaller) - Method in class org.directwebremoting.servlet.PlainCallHandler
Setter for the Plain Javascript Marshaller
setPollAndCometEnabled(boolean) - Method in class org.directwebremoting.dwrp.PollHandler
Deprecated. Use PollHandler.setActiveReverseAjaxEnabled(boolean)
setPollType(int) - Method in class org.directwebremoting.proxy.dwr.Engine
Set the preferred polling type.
setPollUsingComet(boolean) - Method in class org.directwebremoting.proxy.dwr.Engine
Does DWR us comet polling? (Default: true)
setPrefix(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
How to we prefix all the debugging lines?
setProperties(Map) - Method in class org.directwebremoting.create.AbstractCreator
 
setProperties(Map) - Method in interface org.directwebremoting.extend.Creator
DefaultConfiguration is done via access to the DOM Element.
setProperties(Map) - Method in class org.directwebremoting.spring.SpringCreator
 
setProperty(Object, String, Object) - Static method in class org.directwebremoting.util.LocalUtil
Set a property on an object using reflection
setReloadable(boolean) - Method in class org.directwebremoting.create.ScriptedCreator
 
setRemoter(Remoter) - Method in class org.directwebremoting.servlet.HtmlCallHandler
Setter for the remoter
setRemoter(Remoter) - Method in class org.directwebremoting.servlet.InterfaceHandler
Setter for the remoter
setRemoter(Remoter) - Method in class org.directwebremoting.servlet.PlainCallHandler
Setter for the remoter
setRpcType(int) - Method in class org.directwebremoting.proxy.dwr.Engine
Set the preferred remoting type.
setScope(String) - Method in class org.directwebremoting.create.AbstractCreator
 
setScript(String) - Method in class org.directwebremoting.create.ScriptedCreator
 
setScriptCompressed(boolean) - Method in class org.directwebremoting.servlet.FileHandler
To what level do we compress scripts?
setScriptName(String) - Method in class org.directwebremoting.extend.Call
 
setScriptPath(String) - Method in class org.directwebremoting.create.ScriptedCreator
 
setScriptSessionCheckTime(long) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
setScriptSessionId(String) - Method in class org.directwebremoting.dwrp.Batch
 
setScriptSessionManager(ScriptSessionManager) - Method in class org.directwebremoting.dwrp.PollHandler
 
setScriptSessionTimeout(long) - Method in interface org.directwebremoting.extend.ScriptSessionManager
Accessor for the time (in milliseconds) when unused ScriptSessions will expire
setScriptSessionTimeout(long) - Method in class org.directwebremoting.impl.DefaultScriptSessionManager
 
setScriptTagProtection(String) - Method in class org.directwebremoting.dwrp.PlainCallMarshaller
What is the string we use for script tag hack protection
setScriptTagProtection(String) - Method in class org.directwebremoting.servlet.FileHandler
What is the string we use for script tag hack protection
setServerContextBuilder(ServerContextFactory.ServerContextBuilder) - Static method in class org.directwebremoting.ServerContextFactory
Internal method to allow us to get the ServerContextBuilder from which we will get ServerContext objects.
setServerLoadMonitor(ServerLoadMonitor) - Method in class org.directwebremoting.dwrp.PollHandler
Accessor for the server load monitor
setServletContext(ServletContext) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
 
setServletContextName(String) - Method in class org.directwebremoting.util.FakeServletContext
Accessor for the servlet context name.
setServletResourceName(String) - Method in class org.directwebremoting.impl.DwrXmlConfigurator
Setter for the resource name that we can use to read a file from the servlet context
setSessionCookieName(String) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Alter the session cookie name from the default JSESSIONID.
setSessionCookieName(String) - Method in class org.directwebremoting.dwrp.PollHandler
Alter the session cookie name from the default JSESSIONID.
setSessionCookieName(String) - Method in class org.directwebremoting.servlet.FileHandler
Alter the session cookie name from the default JSESSIONID.
setSessionFactory(ServletContext, SessionFactory) - Static method in class org.directwebremoting.hibernate.H3SessionAjaxFilter
Assigns a SessionFactory to a ServletContext so DWR knows how to get hold of a org.hibernate.Session.
setSignatures(String) - Method in class org.directwebremoting.spring.SpringConfigurator
 
setSpareParameters(Map) - Method in class org.directwebremoting.dwrp.Batch
 
setStatus(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setStatus(int, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setStatus(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setStatus(int, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Deprecated.  
setStyle(String, String, String) - Method in class org.directwebremoting.proxy.dwr.Util
Sets a CSS style on an element
setTestHandlerUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
setTestHandlerUrl(String) - Method in class org.directwebremoting.servlet.TestHandler
Setter for the URL that this handler available on
setText(String) - Method in class org.directwebremoting.webwork.DefaultAjaxTextResult
Sets the wrapped string.
setTimeout(int) - Method in class org.directwebremoting.proxy.dwr.Engine
Set a default timeout value for all calls.
setTimeToNextPoll(int) - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
Deprecated. Use PollingServerLoadMonitor.setDisconnectedTime(int) instead
setType(String) - Method in class org.directwebremoting.spring.ConverterConfig
Sets the converter type.
setupDefaultContainer(DefaultContainer, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Setup a DefaultContainer.
setupDefaults(DefaultContainer, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Take a DefaultContainer and setup the default beans
setupFinished() - Method in class org.directwebremoting.impl.DefaultContainer
Called to indicate that we finished adding parameters.
setupFromServletConfig(DefaultContainer, ServletConfig) - Static method in class org.directwebremoting.impl.ContainerUtil
Take a DefaultContainer and setup the default beans
setupLogging(ServletConfig, HttpServlet) - Static method in class org.directwebremoting.impl.StartupUtil
We have some special logging classes to maintain an optional dependence on commons-logging.
setUseDynamicClasses(boolean) - Method in class org.directwebremoting.create.ScriptedCreator
Are we using dynamic classes (i.e.
setUtilHandlerUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
setUtilHandlerUrl(String) - Method in class org.directwebremoting.servlet.UtilHandler
The URL for this Handler.
setValue(Object, Object) - Method in class org.directwebremoting.convert.PlainProperty
 
setValue(Object, Object) - Method in interface org.directwebremoting.extend.Property
Set the value of this property of the passed in java bean
setValue(Object, Object) - Method in class org.directwebremoting.impl.FieldProperty
 
setValue(Object, Object) - Method in class org.directwebremoting.impl.PropertyDescriptorProperty
 
setValue(String, Object) - Method in class org.directwebremoting.proxy.dwr.Util
Set the value an HTML element to the specified value.
setValue(String, Object, boolean) - Method in class org.directwebremoting.proxy.dwr.Util
Set the value an HTML element to the specified value.
setValues(Map, boolean) - Method in class org.directwebremoting.proxy.dwr.Util
Given a map, call setValue() for all the entries in the map using the entry key as an element id.
setWebContextBuilder(WebContextFactory.WebContextBuilder) - Static method in class org.directwebremoting.WebContextFactory
Internal method to allow us to get the WebContextBuilder from which we will get WebContext objects.
setWebWorkUtilHandlerUrl(String) - Method in class org.directwebremoting.servlet.WebworkUtilHandler
The URL for this Handler.
setWelcomeFileList(List) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
Accessor for the list of components to strip to normalize a filename
setWelcomeFiles(String) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
Accessor for the list of components to strip to normalize a filename
setXmlBeanFactory(BeanFactory) - Static method in class org.directwebremoting.spring.SpringCreator
Deprecated. This method is misnamed use setOverrideBeanFactory
shake(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.shake() function.
shake(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Shake() function.
shrink(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.shrink() function.
shrink(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Shrink() function.
shrinkVariableNames(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Shrink variable names to a minimum.
shutdown() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
Kill all available long-poll requests
shutdown() - Method in interface org.directwebremoting.extend.WaitController
Stop waiting - the server wants to shutdown
shutdown() - Method in class org.directwebremoting.impl.AbstractServerLoadMonitor
 
shutdown() - Method in class org.directwebremoting.servlet.DwrServlet
Kill all comet polls.
ShutdownAlarm - Class in org.directwebremoting.dwrp
An Alarm that allows the system to close all connections when it is shutting down.
ShutdownAlarm(ServerLoadMonitor) - Constructor for class org.directwebremoting.dwrp.ShutdownAlarm
Register ourselves with the ServerLoadMonitor so we can raise an Alarm if we get shutdown
shutdownRandomWaitControllers(int) - Method in class org.directwebremoting.impl.AbstractServerLoadMonitor
If there are too many WaitControllers waiting then we can kill one off at random.
shutdownServerLoadMonitorsInContainerList(List, String) - Static method in class org.directwebremoting.impl.ContainerUtil
Internal use only.
SignatureParser - Class in org.directwebremoting.impl
A parser for type info in a dwr.xml signature.
SignatureParser(ConverterManager, CreatorManager) - Constructor for class org.directwebremoting.impl.SignatureParser
Simple ctor
simpleConvert(String, Class) - Static method in class org.directwebremoting.util.LocalUtil
A very simple conversion function for all the IoC style setup and reflection that we are doing.
SimpleOutboundVariable - Class in org.directwebremoting.dwrp
An OutboundVariable that can not be recursive.
SimpleOutboundVariable(String, OutboundContext, boolean) - Constructor for class org.directwebremoting.dwrp.SimpleOutboundVariable
Default ctor that leaves blank (not null) members
SingletonCreator - Class in org.directwebremoting.create
A Creator that uses an instance method to create singletons.
SingletonCreator() - Constructor for class org.directwebremoting.create.SingletonCreator
 
size() - Method in class org.directwebremoting.impl.ContainerMap
 
slideDown(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.slideDown() function.
slideDown(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.SlideDown() function.
slideUp(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.slideUp() function.
slideUp(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.SlideUp() function.
SmallSiteServerLoadMonitor - Class in org.directwebremoting.impl
A default implementation of ServerLoadMonitor
SmallSiteServerLoadMonitor() - Constructor for class org.directwebremoting.impl.SmallSiteServerLoadMonitor
 
splitInbound(String) - Static method in class org.directwebremoting.dwrp.ParseUtil
The javascript outbound marshaller prefixes the toString value with a colon and the original type information.
SpringConfigurator - Class in org.directwebremoting.spring
 
SpringConfigurator() - Constructor for class org.directwebremoting.spring.SpringConfigurator
 
SpringContainer - Class in org.directwebremoting.spring
A Container implementation that looks up all beans from the configuration specified in a Spring context.
SpringContainer() - Constructor for class org.directwebremoting.spring.SpringContainer
 
SpringCreator - Class in org.directwebremoting.spring
A creator that relies on a spring bean factory.
SpringCreator() - Constructor for class org.directwebremoting.spring.SpringCreator
 
squish(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.squish() function.
squish(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.Squish() function.
StartupUtil - Class in org.directwebremoting.impl
Some utilities to help get DWR up and running
StartupUtil() - Constructor for class org.directwebremoting.impl.StartupUtil
 
StaticTimer - Class in org.directwebremoting.util
A Timer can manage many TimerTasks, but each Timer requires a new thread to operate, so it makes more sense to share a Timer amongst man TimerTasks.
StaticTimer() - Constructor for class org.directwebremoting.util.StaticTimer
 
StringConverter - Class in org.directwebremoting.convert
An implementation of Converter for Strings.
StringConverter() - Constructor for class org.directwebremoting.convert.StringConverter
 
stripBlankLines(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Remove all blank lines from a string.
stripMultiLineComments(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Remove all the multi-line comments from a block of text
stripNewlines(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Remove all newline characters from a string.
stripSingleLineComments(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Remove all the single-line comments from a block of text
StrutsCreator - Class in org.directwebremoting.struts
StrutsCreator
StrutsCreator() - Constructor for class org.directwebremoting.struts.StrutsCreator
 
supportsStreaming() - Method in interface org.directwebremoting.extend.ServerLoadMonitor
If the server is not going to be streaming then we need to tell browsers to just use XHR rather than anything fancier.
supportsStreaming() - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
supportsStreaming() - Method in class org.directwebremoting.impl.PollingServerLoadMonitor
 
supportsStreaming() - Method in class org.directwebremoting.impl.SmallSiteServerLoadMonitor
 
supportsStreaming() - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
suspend(long) - Method in class org.directwebremoting.util.Continuation
Suspend the thread for a maximum of sleepTime milliseconds
suspendMethod - Static variable in class org.directwebremoting.util.Continuation
How we suspend the continuation
SwallowingHttpServletResponse - Class in org.directwebremoting.util
Used by ExecutionContext to forward results back via javascript.
SwallowingHttpServletResponse(HttpServletResponse, Writer, String) - Constructor for class org.directwebremoting.util.SwallowingHttpServletResponse
Create a new HttpServletResponse that allows you to catch the body
switchOff(String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.switchOff() function.
switchOff(String, String) - Method in class org.directwebremoting.proxy.scriptaculous.Effect
Call the script.aculo.us Effect.SwitchOff() function.

T

task - Variable in class org.directwebremoting.dwrp.OutputAlarm
The task that causes the alarm to go off
TestHandler - Class in org.directwebremoting.servlet
A handler for requests to create a class debug page
TestHandler() - Constructor for class org.directwebremoting.servlet.TestHandler
 
testHandlerUrl - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
The URL for the UtilHandler
testHandlerUrl - Variable in class org.directwebremoting.servlet.TestHandler
What URL is this handler available on?
ThreadDroppingServerLoadMonitor - Class in org.directwebremoting.impl
A smart implementation of ServerLoadMonitor, customized for Jetty.
ThreadDroppingServerLoadMonitor() - Constructor for class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
threadOutRoundTripTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
threadWaitEnding(WaitController) - Method in interface org.directwebremoting.extend.ServerLoadMonitor
A thread has just ended a wait period.
threadWaitEnding(WaitController) - Method in class org.directwebremoting.impl.AbstractServerLoadMonitor
 
threadWaitEnding(WaitController) - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
threadWaitEnding(WaitController) - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
ThreadWaitSleeper - Class in org.directwebremoting.dwrp
The simplest type of Sleeper that just uses Object.wait() and Object.notify() to halt a Thread and restart it.
ThreadWaitSleeper() - Constructor for class org.directwebremoting.dwrp.ThreadWaitSleeper
 
threadWaitStarting(WaitController) - Method in interface org.directwebremoting.extend.ServerLoadMonitor
A thread is about to begin a wait period.
threadWaitStarting(WaitController) - Method in class org.directwebremoting.impl.AbstractServerLoadMonitor
 
threadWaitStarting(WaitController) - Method in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
threadWaitStarting(WaitController) - Method in class org.directwebremoting.impl.ThreadDroppingServerLoadMonitor
 
TimedAlarm - Class in org.directwebremoting.dwrp
An Alarm that goes off after a certain length of time.
TimedAlarm(long) - Constructor for class org.directwebremoting.dwrp.TimedAlarm
 
timer - Static variable in class org.directwebremoting.util.StaticTimer
The shared Timer
toggleClassName(String, String) - Method in class org.directwebremoting.proxy.dwr.Util
$(ele).className |= "X", that we can call from Java easily.
toString() - Method in class org.directwebremoting.create.AbstractCreator
 
toString() - Method in class org.directwebremoting.dwrp.ArrayOutboundVariable
 
toString() - Method in class org.directwebremoting.dwrp.ErrorOutboundVariable
 
toString() - Method in class org.directwebremoting.dwrp.ObjectOutboundVariable
 
toString() - Method in class org.directwebremoting.dwrp.PollBatch
 
toString() - Method in class org.directwebremoting.dwrp.ReferenceOutboundVariable
 
toString() - Method in class org.directwebremoting.dwrp.SimpleOutboundVariable
 
toString() - Method in class org.directwebremoting.extend.InboundContext.Conversion
 
toString() - Method in class org.directwebremoting.extend.InboundContext
 
toString() - Method in class org.directwebremoting.extend.InboundVariable
 
toString() - Method in class org.directwebremoting.extend.OutboundContext
 
toString() - Method in class org.directwebremoting.extend.ScriptConduit
 
toString() - Method in class org.directwebremoting.extend.TypeHintContext
 
toString() - Method in class org.directwebremoting.impl.ContainerMap
 
toString() - Method in class org.directwebremoting.impl.DefaultScriptSession
 
toString() - Method in class org.directwebremoting.impl.DwrXmlConfigurator
 
toString() - Method in class org.directwebremoting.ScriptBuffer.StringWrapper
 
toString() - Method in class org.directwebremoting.ScriptBuffer
 
toString() - Method in class org.directwebremoting.util.IdGenerator
 
toString() - Method in class org.directwebremoting.webwork.ActionDefinition
 
toString() - Method in class org.directwebremoting.webwork.DefaultAjaxTextResult
 
toStringDefinitionHint() - Method in class org.directwebremoting.dwrp.AbstractOutboundVariable
A helper to children get have definition info in Object.toString()
trimLines(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Remove any leading or trailing spaces from a line of code.
TYPE_REFERENCE - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The name for reference types from javascript
TYPE_STRING - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The name for string types from javascript
TypeHintContext - Class in org.directwebremoting.extend
Something to hold the method, paramNo and index together as an object that can be a key in a Map.
TypeHintContext(ConverterManager, Method, int) - Constructor for class org.directwebremoting.extend.TypeHintContext
External setup this object

U

uk.ltd.getahead.dwr - package uk.ltd.getahead.dwr
 
uk.ltd.getahead.dwr.compat - package uk.ltd.getahead.dwr.compat
 
unescapeHtml(String) - Static method in class org.directwebremoting.Security
Perform the following replacements: &amp; to & &lt; to < &gt; to > &apos; to ' &quot; to " These replacements are useful to reverse the effects of Security.escapeHtml(String).
unescapeJavaScript(String) - Static method in class org.directwebremoting.util.JavascriptUtil
Unescapes any JavaScript literals found in the String.
unset() - Method in class org.directwebremoting.impl.DefaultWebContextBuilder
 
unset() - Method in interface org.directwebremoting.WebContextFactory.WebContextBuilder
Unset the current ExecutionContext This method is only for use internally to DWR.
unsetExecutionContext() - Static method in class org.directwebremoting.util.ServletLoggingOutput
Remove the servlet from this thread for logging purposes
updateLastAccessedTime() - Method in class org.directwebremoting.impl.DefaultScriptSession
Called whenever a browser accesses this data using DWR
URL_PREFIX - Static variable in class org.directwebremoting.servlet.PathConstants
When we prime the Container with URLs for Handlers we use a prefix so the UrlProcessor knows that this is a URL and not some other property
URLConverter - Class in org.directwebremoting.convert
An implementation of Converter for Strings.
URLConverter() - Constructor for class org.directwebremoting.convert.URLConverter
 
UrlProcessor - Class in org.directwebremoting.servlet
This is the main servlet that handles all the requests to DWR.
UrlProcessor() - Constructor for class org.directwebremoting.servlet.UrlProcessor
 
USAGE_DIGG - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
The system is very heavily used, polling only.
USAGE_HIGH - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
This system can't cope with everyone on comet, we are in mixed mode.
USAGE_LOW - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
The system is under-utilized.
USAGE_NAMES - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
Some Strings to help us give some debug output
usageDiggConnectedTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
usageDiggMinDisconnectedTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
usageHighDisconnectedTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
usageHighFinalConnectedTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
usageHighInitialConnectedTime - Static variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
 
Util - Class in org.directwebremoting.proxy.dwr
Util is a server-side proxy that allows Java programmers to call client side Javascript from Java.
Util() - Constructor for class org.directwebremoting.proxy.dwr.Util
Http thread constructor, that affects no browsers.
Util(ScriptSession) - Constructor for class org.directwebremoting.proxy.dwr.Util
Http thread constructor that alters a single browser
Util(Collection) - Constructor for class org.directwebremoting.proxy.dwr.Util
Http thread constructor that alters a number of browsers
UtilHandler - Class in org.directwebremoting.servlet
A Handler that supports requests for util.js
UtilHandler() - Constructor for class org.directwebremoting.servlet.UtilHandler
Setup the FileHandler defaults
utilHandlerUrl - Variable in class org.directwebremoting.impl.DefaultDebugPageGenerator
The URL for the UtilHandler

V

values() - Method in class org.directwebremoting.impl.ContainerMap
 
VersionUtil - Class in org.directwebremoting.util
Interface to the system version info file
VersionUtil() - Constructor for class org.directwebremoting.util.VersionUtil
 

W

WaitController - Interface in org.directwebremoting.extend
A WaitController allows the ServerLoadMonitor to know what is waiting and enables it to tell them to stop waiting.
waitControllers - Variable in class org.directwebremoting.impl.AbstractServerLoadMonitor
The known wait controllers
waitingThreads - Variable in class org.directwebremoting.impl.DefaultServerLoadMonitor
How many sleepers are there?
waitTime - Variable in class org.directwebremoting.dwrp.TimedAlarm
How long do we wait for?
wakeUp() - Method in class org.directwebremoting.dwrp.JettyContinuationSleeper
 
wakeUp() - Method in class org.directwebremoting.dwrp.ThreadWaitSleeper
 
warn(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
warn(String, Throwable) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
warn(String) - Method in class org.directwebremoting.util.Logger
Logger a warning message
warn(String, Throwable) - Method in class org.directwebremoting.util.Logger
Logger a warning message
warn(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a warning message
warn(String, Throwable) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a warning message
warn(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
warn(String, Throwable) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
warning(SAXParseException) - Method in class org.directwebremoting.util.LogErrorHandler
 
WebContext - Interface in org.directwebremoting
Class to enable us to access servlet parameters.
WebContext - Interface in uk.ltd.getahead.dwr
Class to enable us to access servlet parameters.
webContextBuilder - Variable in class org.directwebremoting.spring.DwrController
The builder for the WebContext that keeps http objects local to a thread
webContextBuilder - Variable in class org.directwebremoting.spring.DwrSpringServlet
The WebContext that keeps http objects local to a thread
WebContextFactory - Class in org.directwebremoting
Accessor for the current WebContext.
WebContextFactory() - Constructor for class org.directwebremoting.WebContextFactory
 
WebContextFactory - Class in uk.ltd.getahead.dwr
Deprecated. Use org.directwebremoting.WebContextFactory
WebContextFactory() - Constructor for class uk.ltd.getahead.dwr.WebContextFactory
Deprecated.  
WebContextFactory.WebContextBuilder - Interface in org.directwebremoting
Class to enable us to access servlet parameters.
WebworkUtilHandler - Class in org.directwebremoting.servlet
A Handler that supports requests for DWRActionUtil.js
WebworkUtilHandler() - Constructor for class org.directwebremoting.servlet.WebworkUtilHandler
Setup the FileHandler defaults
welcomeFiles - Variable in class org.directwebremoting.impl.DefaultPageNormalizer
The list of filename components to strip to normalize a filename
withAuth(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add an authorization rule to a Creator This should be used during a FluentConfigurator.withCreator(String, String) call.
withConverter(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Use a Converter to instansiate a class
withConverterType(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a new Converter definition.
withCreator(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Use a Creator to instansiate a class
withCreatorType(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a new Creator definition.
withFilter(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
 
withSignature() - Method in class org.directwebremoting.fluent.FluentConfigurator
Add lines to a signature.
write(int) - Method in class org.directwebremoting.util.DelegatingServletOutputStream
 
write(byte[]) - Method in class org.directwebremoting.util.WriterOutputStream
 
write(byte[], int, int) - Method in class org.directwebremoting.util.WriterOutputStream
 
write(int) - Method in class org.directwebremoting.util.WriterOutputStream
 
WriterOutputStream - Class in org.directwebremoting.util
This is not the evil hack you are looking for.
WriterOutputStream(Writer) - Constructor for class org.directwebremoting.util.WriterOutputStream
ctor using platform default encoding
WriterOutputStream(Writer, String) - Constructor for class org.directwebremoting.util.WriterOutputStream
ctor that allows us to specify how strings are created
writeScripts(ScriptConduit) - Method in interface org.directwebremoting.extend.RealScriptSession
We might need to send a script directly to a conduit without adding the conduit to the "open" list and then removing it directly.
writeScripts(ScriptConduit) - Method in class org.directwebremoting.impl.DefaultScriptSession
 

X

XMLHttpRequest - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
xmlStringToJavascriptDom(String) - Static method in class org.directwebremoting.extend.EnginePrivate
Take an XML string, and convert it into some Javascript that when executed will return a DOM object that represents the same XML object
XOMConverter - Class in org.directwebremoting.convert
An implementation of Converter for DOM objects.
XOMConverter() - Constructor for class org.directwebremoting.convert.XOMConverter
 

Y

YES - Static variable in class org.directwebremoting.dwrp.PartialResponse
The client can handle partial responses

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