Uses of Class
org.directwebremoting.extend.RealRawData

Packages that use RealRawData
org.directwebremoting.event   
org.directwebremoting.export   
org.directwebremoting.impl   
 

Uses of RealRawData in org.directwebremoting.event
 

Constructors in org.directwebremoting.event with parameters of type RealRawData
DefaultMessageEvent(Hub hub, ConverterManager converterManager, RealRawData rawData)
          Constructor for use with client-side originated messages
 

Uses of RealRawData in org.directwebremoting.export
 

Methods in org.directwebremoting.export with parameters of type RealRawData
 void System.activateCallback(java.lang.String key, RealRawData data)
          Used by reverse ajax proxies to send data back to the server
 void System.publish(java.lang.String topic, RealRawData data)
          Something has published to the client side 'hub' and we're getting to know about it.
 

Uses of RealRawData in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl with parameters of type RealRawData
static
<T> void
DefaultCallbackHelper.executeCallback(java.lang.String key, RealRawData data)
          The reverse of CallbackHelper.saveCallback(Callback, Class) which executes a Callback which has been called by the browser
 


Copyright ยจ 2008