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

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.
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 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.
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
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.
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
 
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() - 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.
SESSION - Static variable in class org.directwebremoting.guice.DwrScopes
HTTP session scope.
SessionScoped - Annotation Type in org.directwebremoting.guice
Marks classes for which there should be one instance per HTTP session.
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
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
 
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
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.guice.InternalConverterManager
 
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.guice.InternalCreatorManager
 
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?
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.guice.InternalCreatorManager
 
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
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
 
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.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
 
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
 
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
setNormalizeIncludesQueryString(boolean) - Method in class org.directwebremoting.impl.DefaultPageNormalizer
Does the page normalizer include query strings in it's definition of pages?
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 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
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
 
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.
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
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.

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