org.directwebremoting |
This package contains all the classes that are interesting to DWR users going
about normal DWR business. |
Java Source File Name | Type | Comment |
AjaxFilter.java | Interface | A filter is a way to insert procesing tasks at various points during the
processing of an Ajax call. |
AjaxFilterChain.java | Interface | An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass
the request on for invocation. |
Container.java | Interface | A very basic IoC container. |
Hub.java | Interface | A server-side hub that can publish data across reverse ajax and sync with
a number of other hubs, including: JMS, the OpenAjax Alliance hub, and
potentially others. |
HubFactory.java | Class | |
package-info.java | | |
ScriptBuffer.java | Class | A ScriptBuffer is like a StringBuffer except that it is used to create
Javascript commands. |
ScriptSession.java | Interface | Script scope is like session scope except that it is managed using a
Javascript variable. |
Security.java | Class | Some simple replacement utilities to help people protect themselves from
XSS attacks.
This class represents some simple filters which may protect from
simple attacks in low risk environments. |
ServerContext.java | Interface | |
ServerContextFactory.java | Class | Accessor for the current ServerContext. |
WebContext.java | Interface | Class to enable us to access servlet parameters. |
WebContextFactory.java | Class | Accessor for the current WebContext. |