Uses of Interface
org.directwebremoting.extend.CallbackHelper

Packages that use CallbackHelper
org.directwebremoting.extend This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

Uses of CallbackHelper in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return CallbackHelper
static CallbackHelper CallbackHelperFactory.attach(Container container)
          Internal method to allow us to get the Builder from which we will get CallbackHelper objects.
static CallbackHelper CallbackHelperFactory.get()
          Accessor for the current CallbackHelper.
static CallbackHelper CallbackHelperFactory.get(ServerContext ctx)
          Accessor for the current CallbackHelper in more complex setups.
 

Uses of CallbackHelper in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement CallbackHelper
 class DefaultCallbackHelper
          The default implementation of CallbackHelper
 


Copyright ยจ 2008