Uses of Interface
org.directwebremoting.HubFactory.HubBuilder

Packages that use HubFactory.HubBuilder
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
org.directwebremoting.impl   
 

Uses of HubFactory.HubBuilder in org.directwebremoting
 

Methods in org.directwebremoting with parameters of type HubFactory.HubBuilder
static void HubFactory.setHubBuilder(HubFactory.HubBuilder builder)
          Internal method to allow us to get the HubBuilder from which we will get Hub objects.
 

Uses of HubFactory.HubBuilder in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement HubFactory.HubBuilder
 class DefaultHubBuilder
          A HubBuilder that creates DefaultHubs.
 

Methods in org.directwebremoting.impl that return HubFactory.HubBuilder
static HubFactory.HubBuilder StartupUtil.initHub(javax.servlet.ServletContext servletContext, Container container)
          Deprecated. Use StartupUtil.initContainerBeans(ServletConfig, ServletContext, Container)
 


Copyright ¬ 2005