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

W

WaitController - Interface in org.directwebremoting.extend
A WaitController allows the ServerLoadMonitor to know what is waiting and enables it to tell them to stop waiting.
wakeUpForData() - Method in interface org.directwebremoting.extend.Sleeper
Wake up to handle new data that arrived in the associated ScriptSession.
wakeUpForData() - Method in class org.directwebremoting.impl.BaseSleeper
 
wakeUpToClose() - Method in interface org.directwebremoting.extend.Sleeper
Wake up to close down the Sleeper and free any resources held by it.
wakeUpToClose() - Method in class org.directwebremoting.impl.BaseSleeper
 
warn(String) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
warn(String, Throwable) - Method in class org.directwebremoting.util.CommonsLoggingOutput
 
warn(String) - Method in class org.directwebremoting.util.Logger
Logger a warning message
warn(String, Throwable) - Method in class org.directwebremoting.util.Logger
Logger a warning message
warn(String) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a warning message
warn(String, Throwable) - Method in interface org.directwebremoting.util.LoggingOutput
Logger a warning message
warn(String) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
warn(String, Throwable) - Method in class org.directwebremoting.util.ServletLoggingOutput
 
warn(String) - Method in class org.directwebremoting.util.SystemOutLoggingOutput
 
warn(String, Throwable) - Method in class org.directwebremoting.util.SystemOutLoggingOutput
 
warning(SAXParseException) - Method in class org.directwebremoting.util.LogErrorHandler
 
WebApplicationContextLoader - Class in org.directwebremoting.guice.spring
A BeanFactory loader that loads a WebApplicationContext given a servlet context.
WebApplicationContextLoader(ServletContext) - Constructor for class org.directwebremoting.guice.spring.WebApplicationContextLoader
 
WebContext - Interface in org.directwebremoting
Class to enable us to access servlet parameters.
WebContextFactory - Class in org.directwebremoting
Accessor for the current WebContext.
WebContextFactory() - Constructor for class org.directwebremoting.WebContextFactory
 
WebContextFactory.WebContextBuilder - Interface in org.directwebremoting
Class to enable us to access servlet parameters.
WebworkUtilHandler - Class in org.directwebremoting.webwork
A Handler that supports requests for DWRActionUtil.js
WebworkUtilHandler() - Constructor for class org.directwebremoting.webwork.WebworkUtilHandler
Setup the default values
width(int) - Method in class org.directwebremoting.ui.browser.Window.OptionBuilder
Specifies the width of the content area, viewing area of the new secondary window in pixels.
Window - Class in org.directwebremoting.ui.browser
A copy of some of the functions from the Window DOM object on the server
Window() - Constructor for class org.directwebremoting.ui.browser.Window
 
Window.OptionBuilder - Class in org.directwebremoting.ui.browser
Aide to building windowFeatures strings.
Window.OptionBuilder() - Constructor for class org.directwebremoting.ui.browser.Window.OptionBuilder
 
withAllSessions(Runnable) - Static method in class org.directwebremoting.Browser
Execute some task (represented by a Runnable) and aim the output at all browser window open at all pages in this web application.
withAllSessions(ServerContext, Runnable) - Static method in class org.directwebremoting.Browser
As Browser.withAllSessions(Runnable), but for use when there is more than one copy of DWR in the ServletContext.
withAllSessionsFiltered(ScriptSessionFilter, Runnable) - Static method in class org.directwebremoting.Browser
Execute a task an send the output to a subset of the total list of users.
withAllSessionsFiltered(ServerContext, ScriptSessionFilter, Runnable) - Static method in class org.directwebremoting.Browser
As Browser.withAllSessionsFiltered(ScriptSessionFilter, Runnable), but for use when there is more than one copy of DWR in the ServletContext.
withAuth(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add an authorization rule to a Creator This should be used during a FluentConfigurator.withCreator(String, String) call.
withConverter(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Use a Converter to instantiate a class
withConverterType(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a new Converter definition.
withCreator(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Use a Creator to instantiate a class
withCreatorType(String, String) - Method in class org.directwebremoting.fluent.FluentConfigurator
Add a new Creator definition.
withCurrentPage(Runnable) - Static method in class org.directwebremoting.Browser
Execute a task and aim the output at all the browser windows open at the same page as the current request.
withCurrentPageFiltered(ScriptSessionFilter, Runnable) - Static method in class org.directwebremoting.Browser
Execute a task and aim the output at a subset of the browser windows open at the same page as the current request.
withFilter(String) - Method in class org.directwebremoting.fluent.FluentConfigurator
 
withPage(String, Runnable) - Static method in class org.directwebremoting.Browser
Execute a task and aim the output at all the browser windows open at a given page in this web application.
withPage(ServerContext, String, Runnable) - Static method in class org.directwebremoting.Browser
As Browser.withPage(String, Runnable), but for use when there is more than one copy of DWR in the ServletContext.
withPageFiltered(String, ScriptSessionFilter, Runnable) - Static method in class org.directwebremoting.Browser
Execute a task and aim the output at a subset of the users on a page.
withPageFiltered(ServerContext, String, ScriptSessionFilter, Runnable) - Static method in class org.directwebremoting.Browser
As Browser.withPageFiltered(java.lang.String, org.directwebremoting.ScriptSessionFilter, java.lang.Runnable), but for use when there is more than one copy of DWR in a ServletContext.
withServletContext(ServletContext, Runnable) - Static method in class org.directwebremoting.guice.DwrGuiceUtil
Executes the given Runnable with the thread-locally stashed servlet context set to the given value.
withServletContext(ServletContext, Callable<T>) - Static method in class org.directwebremoting.guice.DwrGuiceUtil
Executes the given Callable with the thread-locally stashed servlet context set to the given value, and returns the result.
withSession(String, Runnable) - Static method in class org.directwebremoting.Browser
Execute a task and aim the output at a specific script session.
withSession(ServerContext, String, Runnable) - Static method in class org.directwebremoting.Browser
As Browser.withSession(String, Runnable), but for use when there is more than one copy of DWR in a ServletContext.
withSignature() - Method in class org.directwebremoting.fluent.FluentConfigurator
Add lines to a signature.
wrap(MethodInterceptor) - Method in interface org.directwebremoting.guice.util.MethodInterceptorWrapper
 
write(int) - Method in class org.directwebremoting.util.DelegatingServletOutputStream
 
write(byte[]) - Method in class org.directwebremoting.util.WriterOutputStream
 
write(byte[], int, int) - Method in class org.directwebremoting.util.WriterOutputStream
 
write(int) - Method in class org.directwebremoting.util.WriterOutputStream
 
writeData(PrintWriter, Object, String) - Method in class org.directwebremoting.jsonp.JsonpCallHandler
Create output for some data and write it to the given stream.
WriterOutputStream - Class in org.directwebremoting.util
This is not the evil hack you are looking for.
WriterOutputStream(Writer) - Constructor for class org.directwebremoting.util.WriterOutputStream
ctor using platform default encoding
WriterOutputStream(Writer, String) - Constructor for class org.directwebremoting.util.WriterOutputStream
ctor that allows us to specify how strings are created

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