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

S

sanitizeErrorMessage(String) - Static method in class org.directwebremoting.dwrp.ErrorOutboundVariable
 
saveCallback(Callback<T>, Class<T>) - Static method in class org.directwebremoting.extend.CallbackHelper
Used by the many proxy classes to record a callback for later calling
scope(Key<T>, Provider<T>) - Method in class org.directwebremoting.guice.AbstractContextScope
 
scope(Key<T>, Provider<T>) - Method in interface org.directwebremoting.guice.ContextScope
Returns a provider that finds the instance registry corresponding to the current context and returns the object registered with the given key, creating it if it doesn't exist in the registry.
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 - Static variable in class org.directwebremoting.guice.DwrScopes
DWR script session scope.
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 'eval'able script block
SCRIPT_START_MARKER - Static variable in interface org.directwebremoting.dwrp.ProtocolConstants
The marker to indicate the start of a 'eval'able 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.
ScriptBufferUtil - Class in org.directwebremoting.extend
A simple utility class to extract a String from a ScriptBuffer.
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<ScriptSession>) - Constructor for class org.directwebremoting.proxy.ScriptProxy
Non-http thread constructor
ScriptScope - Enum in org.directwebremoting.annotations
A scripting scope.
ScriptSession - Interface in org.directwebremoting
Script scope is like session scope except that it is managed using a Javascript variable.
ScriptSessionEvent - Class in org.directwebremoting.event
This is the class representing event notifications for changes to script sessions within a web application.
ScriptSessionEvent(ScriptSession) - Constructor for class org.directwebremoting.event.ScriptSessionEvent
Construct a session event from the given source.
ScriptSessionListener - Interface in org.directwebremoting.event
Implementations of this interface are notified of changes to the list of active sessions in a web application.
ScriptSessionManager - Interface in org.directwebremoting.extend
A ScriptSessionManager looks after a number of sessions (keyed using a Javascript variable)
ScriptSessionScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per script session.
ScriptTag - Static variable in class org.directwebremoting.proxy.dwr.Engine
XHR remoting type constant.
Security - Class in org.directwebremoting
Some simple replacement utilities to help people protect themselves from XSS attacks.
Security() - Constructor for class org.directwebremoting.Security
 
send(Message) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
send(Destination, Message) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
send(Message, int, int, long) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
send(Destination, Message, int, int, long) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
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
 
sendRedirect(String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
sendRedirect(String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
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 - Interface in org.directwebremoting.extend
Polling or Comet style interactive web applications require something to monitor high levels of server load to ensure that
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(Class<?>) - Constructor for class org.directwebremoting.util.ServletLoggingOutput
 
ServletSpecContainerAbstraction - Class in org.directwebremoting.impl
An abstraction of the servlet container that just follows the standards
ServletSpecContainerAbstraction() - Constructor for class org.directwebremoting.impl.ServletSpecContainerAbstraction
 
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.
SESSION - Static variable in class org.directwebremoting.guice.DwrScopes
HTTP session scope.
sessionCreated(ScriptSessionEvent) - Method in interface org.directwebremoting.event.ScriptSessionListener
Notification that a session was created.
sessionDestroyed(ScriptSessionEvent) - Method in interface org.directwebremoting.event.ScriptSessionListener
Notification that a session is about to be invalidated.
SessionProgressListener - Class in org.directwebremoting.event
Progress listener that stores results in the user session.
SessionProgressListener(HttpSession) - Constructor for class org.directwebremoting.event.SessionProgressListener
 
SessionScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per HTTP session.
set(ServletContext) - Method in interface org.directwebremoting.HubFactory.HubBuilder
Make the current webapp know what the current config/context is.
set(ServletContext) - Method in class org.directwebremoting.impl.DefaultHubBuilder
 
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(int, JsonValue) - Method in class org.directwebremoting.json.JsonArray
 
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 interface org.directwebremoting.extend.Alarm
Alarms need something to do when they go off.
setAlarmAction(Sleeper) - Method in class org.directwebremoting.impl.BasicAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.impl.OutputAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.impl.ShutdownAlarm
 
setAlarmAction(Sleeper) - Method in class org.directwebremoting.impl.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.EngineHandler
 
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?
setApplicationContext(ApplicationContext) - Method in class org.directwebremoting.spring.DwrSpringServlet
Use provided application context rather than the default.
setAssignCode(String) - Method in class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable
 
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.
setBaseBuildCode(String) - Method in class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable
 
setBaseDeclareCode(String) - Method in class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable
 
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).
setBoolean(String, boolean) - Method in class org.directwebremoting.jms.DwrMessage
 
setBooleanProperty(String, boolean) - Method in class org.directwebremoting.jms.DwrMessage
 
setBufferSize(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setBufferSize(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setByte(String, byte) - Method in class org.directwebremoting.jms.DwrMessage
 
setByteProperty(String, byte) - Method in class org.directwebremoting.jms.DwrMessage
 
setBytes(String, byte[]) - Method in class org.directwebremoting.jms.DwrMessage
 
setBytes(String, byte[], int, int) - Method in class org.directwebremoting.jms.DwrMessage
 
setCacheable(boolean) - Method in class org.directwebremoting.create.AbstractCreator
 
setCallId(String) - Method in class org.directwebremoting.extend.Call
 
setChar(String, char) - Method in class org.directwebremoting.jms.DwrMessage
 
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<OutboundVariable>) - Method in class org.directwebremoting.dwrp.ArrayJsonOutboundVariable
 
setChildren(Collection<OutboundVariable>) - Method in interface org.directwebremoting.dwrp.CollectionOutboundVariable
Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.
setChildren(Map<String, OutboundVariable>) - Method in interface org.directwebremoting.dwrp.MapOutboundVariable
Recursive OutboundVariable need to be given their children after construction because we need to check for potentially recursive conditions.
setChildren(Collection<OutboundVariable>) - Method in class org.directwebremoting.dwrp.NonJsonNestedOutboundVariable
When we create buildCode and declareCode, what do we need to add?
setChildren(Map<String, OutboundVariable>) - Method in class org.directwebremoting.dwrp.ObjectJsonOutboundVariable
 
setChildren(Map<String, OutboundVariable>) - Method in class org.directwebremoting.dwrp.ObjectNonJsonOutboundVariable
Generate an map declaration for a map of Outbound variables
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.guice.GuiceCreator
Specified via @RemoteProxy or via a parameter in XML configuration.
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
setClientID(String) - Method in class org.directwebremoting.jms.DwrConnection
 
setCommitted(boolean) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setCompressionLevel(int) - Method in class org.directwebremoting.servlet.JavaScriptHandler
 
setConfig(CreatorConfig) - Method in class org.directwebremoting.spring.BeanCreator
Sets the configuration for this creator.
setConfigParams(Map<String, String>) - Method in class org.directwebremoting.spring.DwrController
Additional parameters such as pollAndCometEnabled.
setConfigurators(List<Configurator>) - Method in class org.directwebremoting.spring.DwrController
Sets the configurators to apply to this controller.
setConfigurators(List<Configurator>) - 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.
setContainerAbstraction(ContainerAbstraction) - Method in class org.directwebremoting.dwrp.PollHandler
 
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.bayeux.BayeuxClient
 
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<String, Converter>) - Method in class org.directwebremoting.dwrp.DefaultConverterManager
 
setConverters(Map<String, Converter>) - Method in interface org.directwebremoting.extend.ConverterManager
Sets the converters for this converter manager.
setConverters(Map<String, Converter>) - Method in class org.directwebremoting.guice.InternalConverterManager
 
setConverters(Map<String, ConverterConfig>) - Method in class org.directwebremoting.spring.SpringConfigurator
Setter for the map of real Converter
setConverterTypes(Map<String, String>) - 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<String, Creator>) - Method in interface org.directwebremoting.extend.CreatorManager
Sets the creators for this creator manager.
setCreators(Map<String, Creator>) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
setCreators(Map<String, Creator>) - Method in class org.directwebremoting.impl.DefaultCreatorManager
 
setCreators(Map<String, CreatorConfig>) - 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<String, String>) - 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?
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.guice.InternalCreatorManager
 
setDebug(boolean) - Method in class org.directwebremoting.impl.DefaultCreatorManager
Set the debug status
setDebug(boolean) - Method in class org.directwebremoting.impl.DefaultRemoter
Set the debug status
setDebug(boolean) - Method in class org.directwebremoting.servlet.MonitorHandler
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
setDebugScriptOutput(boolean) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
Do we debug all the scripts that we output?
setDebugScriptOutput(boolean) - Method in class org.directwebremoting.dwrp.BaseScriptConduit
Do we debug all the scripts that we output?
setDefaultImplementation(Class<? extends LoggingOutput>) - Static method in class org.directwebremoting.util.Logger
 
setDelay(long) - Method in class org.directwebremoting.filter.ExtraLatencyAjaxFilter
 
setDeliveryMode(int) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
setDisableMessageID(boolean) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
setDisableMessageTimestamp(boolean) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
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
setDouble(String, double) - Method in class org.directwebremoting.jms.DwrMessage
 
setDoubleProperty(String, double) - Method in class org.directwebremoting.jms.DwrMessage
 
setDownloadFileCacheDir(String) - Method in class org.directwebremoting.impl.FileStoreDownloadManager
Set the directory to which we write the downloaded file cache
setDownloadHandlerUrl(String) - Method in class org.directwebremoting.impl.PurgingDownloadManager
The URL part which we attach to the downloads.
setDownloadHandlerUrl(String) - Method in class org.directwebremoting.servlet.DownloadHandler
The URL part which we attach to the downloads.
setDownloadManager(DownloadManager) - Method in class org.directwebremoting.servlet.DownloadHandler
 
setEngineHandlerUrl(String) - Method in class org.directwebremoting.impl.DefaultDebugPageGenerator
 
setException(Throwable) - Method in class org.directwebremoting.extend.Call
 
setException(Exception) - Method in class org.directwebremoting.servlet.ExceptionHandler
 
setExceptionListener(ExceptionListener) - Method in class org.directwebremoting.jms.DwrConnection
 
setExclude(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
Set a list of properties excluded from conversion
setExcludes(List<String>) - Method in class org.directwebremoting.spring.AbstractConfig
Sets the list of method names to exclude for this creator.
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.
setExtraTypeInfo(TypeHintContext, Class<?>) - Method in class org.directwebremoting.guice.InternalConverterManager
 
setFactoryMethod(String) - Method in class org.directwebremoting.create.SingletonCreator
 
setFilters(List<Object>) - Method in class org.directwebremoting.spring.CreatorConfig
Sets the list of all filters for this creator.
setFloat(String, float) - Method in class org.directwebremoting.jms.DwrMessage
 
setFloatProperty(String, float) - Method in class org.directwebremoting.jms.DwrMessage
 
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
 
setHtmlCallHandlerUrl(String) - Method in class org.directwebremoting.servlet.EngineHandler
 
setHtmlCallMarshaller(HtmlCallMarshaller) - Method in class org.directwebremoting.servlet.HtmlCallHandler
Setter for the HTML Javascript Marshaller
setHtmlPollHandlerUrl(String) - Method in class org.directwebremoting.servlet.EngineHandler
 
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".
setHubBuilder(HubFactory.HubBuilder) - Static method in class org.directwebremoting.HubFactory
Internal method to allow us to get the HubBuilder from which we will get Hub objects.
setIgnoreLastModified(boolean) - Method in class org.directwebremoting.servlet.CachingFileHandler
 
setImplementation(String) - Method in class org.directwebremoting.convert.BasicObjectConverter
 
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?
setIncludes(List<String>) - Method in class org.directwebremoting.spring.AbstractConfig
Sets the list of method names to include for this creator.
setIndexHandlerUrl(String) - Method in class org.directwebremoting.servlet.UrlProcessor
The URL for the IndexHandler
setInitApplicationScopeCreatorsAtStartup(boolean) - Method in class org.directwebremoting.guice.InternalCreatorManager
 
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
 
setInt(String, int) - Method in class org.directwebremoting.jms.DwrMessage
 
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
 
setIntProperty(String, int) - Method in class org.directwebremoting.jms.DwrMessage
 
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
 
setJMSCorrelationID(String) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSCorrelationIDAsBytes(byte[]) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSDeliveryMode(int) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSDestination(Destination) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSExpiration(long) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSMessageID(String) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSPriority(int) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSRedelivered(boolean) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSReplyTo(Destination) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSTimestamp(long) - Method in class org.directwebremoting.jms.DwrMessage
 
setJMSType(String) - Method in class org.directwebremoting.jms.DwrMessage
 
setJsonOutput(boolean) - Method in class org.directwebremoting.dwrp.BaseCallMarshaller
 
setJsonOutput(boolean) - Method in class org.directwebremoting.dwrp.PollHandler
 
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
 
setLevel(String) - Static method in class org.directwebremoting.util.SystemOutLoggingOutput
String version of setLevel.
setLevel(int) - Static method in class org.directwebremoting.util.SystemOutLoggingOutput
 
setLocale(Locale) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setLocale(Locale) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setLong(String, long) - Method in class org.directwebremoting.jms.DwrMessage
 
setLongProperty(String, long) - Method in class org.directwebremoting.jms.DwrMessage
 
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.EngineHandler
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
 
setMessageListener(MessageListener) - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
setMessageListener(MessageListener) - Method in class org.directwebremoting.jms.DwrSession
 
setMessageSelector(String) - Method in class org.directwebremoting.jms.DwrMessageConsumer
 
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.CachingFileHandler
The mime type to send the output under
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(String, Object) - Method in class org.directwebremoting.jms.DwrMessage
 
setObject(Serializable) - Method in class org.directwebremoting.jms.DwrMessage
 
setObject(Object) - Method in class org.directwebremoting.util.Continuation
Accessor for the object associated with this continuation
setObjectProperty(String, Object) - Method in class org.directwebremoting.jms.DwrMessage
 
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.EngineHandler
If we need to override the default path
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
Accessor 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(Map<String, String>) - Method in class org.directwebremoting.spring.AbstractConfig
The set of key/value pairs to provide further configuration.
Note that these params are only used when setting the creator type and not when setting the creator directly.
setParams(Object, Map<String, ?>, List<String>) - 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
setPlainCallHandlerUrl(String) - Method in class org.directwebremoting.servlet.EngineHandler
 
setPlainCallMarshaller(PlainCallMarshaller) - Method in class org.directwebremoting.bayeux.BayeuxClient
 
setPlainCallMarshaller(PlainCallMarshaller) - Method in class org.directwebremoting.servlet.PlainCallHandler
Setter for the Plain Javascript Marshaller
setPlainPollHandlerUrl(String) - Method in class org.directwebremoting.servlet.EngineHandler
 
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)
setPreferDataUrlSchema(boolean) - Method in class org.directwebremoting.convert.FileConverter
Do we use a data: URL when we know it will work
setPrefix(String) - Method in class org.directwebremoting.util.DebuggingPrintWriter
How to we prefix all the debugging lines?
setPriority(int) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
setProperties(Map<String, String>) - Method in class org.directwebremoting.create.AbstractCreator
 
setProperties(Map<String, String>) - Method in interface org.directwebremoting.extend.Creator
DefaultConfiguration is done via access to the DOM Element.
setProperties(Map<String, String>) - 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
setPurgeDownloadsAfter(long) - Method in class org.directwebremoting.impl.PurgingDownloadManager
 
setReloadable(boolean) - Method in class org.directwebremoting.create.ScriptedCreator
 
setRemoter(Remoter) - Method in class org.directwebremoting.bayeux.BayeuxClient
 
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.JavaScriptHandler
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
 
setScriptSessionManager(ScriptSessionManager) - Method in class org.directwebremoting.dwrp.PollHandler
 
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.EngineHandler
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
setServerLoadMonitor(ServerLoadMonitor) - Method in class org.directwebremoting.servlet.EngineHandler
Are we supporting streaming?
setServletContext(ServletContext) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
 
setServletContext(ServletContext) - Method in class org.directwebremoting.jms.DwrConnection
 
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.servlet.EngineHandler
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 Session.
setShort(String, short) - Method in class org.directwebremoting.jms.DwrMessage
 
setShortProperty(String, short) - Method in class org.directwebremoting.jms.DwrMessage
 
setSignatures(String) - Method in class org.directwebremoting.spring.SpringConfigurator
 
setStatus(int) - Method in class org.directwebremoting.util.FakeHttpServletResponse
 
setStatus(int, String) - Method in class org.directwebremoting.util.FakeHttpServletResponse
Deprecated. 
setStatus(int) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
 
setStatus(int, String) - Method in class org.directwebremoting.util.SwallowingHttpServletResponse
Deprecated.  
setString(String, String) - Method in class org.directwebremoting.jms.DwrMessage
 
setStringProperty(String, String) - Method in class org.directwebremoting.jms.DwrMessage
 
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.jms.DwrMessage
 
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.
setTimeToLive(long) - Method in class org.directwebremoting.jms.DwrMessageProducer
 
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) - 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
Deprecated. Since version 2.1 DWR does not use Servlet 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
 
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.
setWelcomeFileList(List<String>) - 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
setWindowName(String) - Method in interface org.directwebremoting.extend.RealScriptSession
If the global parameter avoid2ConnectionLimitWithWindowName == true then we need to keep a track of the names of the windows that connect to us
setWindowName(String) - Method in class org.directwebremoting.impl.DefaultScriptSession
 
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.
SharedObjects - Class in org.directwebremoting.util
DWR has some singleton objects (well 1 to be exact) that is JDK defined
SharedObjects() - Constructor for class org.directwebremoting.util.SharedObjects
 
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.impl
An Alarm that allows the system to close all connections when it is shutting down.
ShutdownAlarm(ServerLoadMonitor) - Constructor for class org.directwebremoting.impl.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<Container>, 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<T>) - 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.
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
 
size() - Method in class org.directwebremoting.json.JsonArray
 
size() - Method in class org.directwebremoting.json.JsonObject
 
Sleeper - Interface in org.directwebremoting.extend
A Sleeper allows the request to halt and cease execution for some time, while still allowing output.
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
 
SpringModule - Class in org.directwebremoting.guice.spring
Ties SpringIntegration.fromSpring providers to a BeanFactory whose provider is a Closeable in global application scope, which means that it will be destroyed when the servlet context is destroyed.
SpringModule(BeanFactoryLoader) - Constructor for class org.directwebremoting.guice.spring.SpringModule
 
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.
start() - Method in class org.directwebremoting.jms.DwrConnection
 
StartupUtil - Class in org.directwebremoting.impl
Some utilities to help get DWR up and running
StartupUtil() - Constructor for class org.directwebremoting.impl.StartupUtil
 
State - Enum in org.directwebremoting.jms
The available states of this some resource
stop() - Method in class org.directwebremoting.jms.DwrConnection
 
StringConverter - Class in org.directwebremoting.convert
An implementation of Converter for Strings.
StringConverter() - Constructor for class org.directwebremoting.convert.StringConverter
 
StringEnumAbstractBaseConverter - Class in org.directwebremoting.convert
 
StringEnumAbstractBaseConverter() - Constructor for class org.directwebremoting.convert.StringEnumAbstractBaseConverter
 
StringWrapper - Class in org.directwebremoting.io
A wrapper around a string to distinguish a string entered into this buffer as code and a string entered as data
StringWrapper(String) - Constructor for class org.directwebremoting.io.StringWrapper
 
StringWrapperConverter - Class in org.directwebremoting.convert
An implementation of Converter for Strings.
StringWrapperConverter() - Constructor for class org.directwebremoting.convert.StringWrapperConverter
 
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
 
subList(int, int) - Method in class org.directwebremoting.json.JsonArray
 
subscribe(String, String) - Method in class org.directwebremoting.export.System
Ensure that the clients know about server publishes
subscribe(String, MessageListener) - Method in interface org.directwebremoting.Hub
Called to create a subscription so that future publishes to a similarly named topic alert the MessageListener that a publish has happened.
subscribe(String, MessageListener) - Method in class org.directwebremoting.impl.DefaultHub
 
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
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.
System - Class in org.directwebremoting.export
Various functions exported by DWR to help us with various book-keeping duties.
System() - Constructor for class org.directwebremoting.export.System
 
SystemOutLoggingOutput - Class in org.directwebremoting.util
An implementation of LoggingOutput that sends stuff to System.out
SystemOutLoggingOutput(Class<?>) - Constructor for class org.directwebremoting.util.SystemOutLoggingOutput
 

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