org.directwebremoting.proxy.openajax |
|
Java Source File Name | Type | Comment |
OpenAjax.java | Class | Util is a server-side proxy that allows Java programmers to call client
side Javascript from Java.
Each Util object is associated with a list of ScriptSessions and the
proxy code is creates will be dynamically forwarded to all those browsers.
Currently this class contains only the write-only DOM manipulation functions
from Util. |
OpenAjaxSynchronizer.java | Class | This class is designed for export by DWR to enable the OpenAjax hub to
exchange publish/subscribe data with the server. |
OpenAjaxSynchronizingPublishListener.java | Class | OpenAjaxSynchronizingPublishListener is responsible for taking events
from a server-side
PubSubHub and passing them on to a client side
OpenAjax hub. |
OpenAjaxSynchronizingSubscriptionListener.java | Class | A SubscriptionListener to ensure that remote hubs stay in sync with the
server-side
PubSubHub . |
PubSubHub.java | Class | |