Package org.directwebremoting

Interface Summary
AjaxFilter A filter is a way to insert procesing tasks at various points during the processing of an Ajax call.
AjaxFilterChain An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation.
Container A very basic IoC container
ScriptSession Script scope is like session scope except that it is managed using a Javascript variable.
ServerContext  
ServerContextFactory.ServerContextBuilder Class to enable us to access servlet parameters.
WebContext Class to enable us to access servlet parameters.
WebContextFactory.WebContextBuilder Class to enable us to access servlet parameters.
 

Class Summary
ScriptBuffer A ScriptBuffer is like a StringBuffer except that it is used to create Javascript commands.
Security Some simple replacement utilities to help people protect themselves from XSS attacks.
ServerContextFactory Accessor for the current ServerContext.
WebContextFactory Accessor for the current WebContext.
 


Copyright ? 2005