Uses of Interface
org.directwebremoting.extend.Builder

Packages that use Builder
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
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   
org.directwebremoting.json.parse   
org.directwebremoting.json.parse.javacc   
org.directwebremoting.json.serialize   
org.directwebremoting.json.serialize.local   
 

Uses of Builder in org.directwebremoting
 

Subinterfaces of Builder in org.directwebremoting
static interface HubFactory.HubBuilder
          Hack to get around Generics not being implemented by erasure
static interface ServerContextFactory.ServerContextBuilder
          Hack to get around Generics not being implemented by erasure
 

Uses of Builder in org.directwebremoting.extend
 

Subinterfaces of Builder in org.directwebremoting.extend
static interface CallbackHelperFactory.CallbackHelperBuilder
          Hack to get around Generics not being implemented by erasure
static interface TaskDispatcherFactory.TaskDispatcherBuilder
          Hack to get around Generics not being implemented by erasure
 

Method parameters in org.directwebremoting.extend with type arguments of type Builder
static
<T> Factory<T>
Factory.create(java.lang.Class<? extends Builder<T>> created)
          Make it easy for Factories to create a Factory instance.
 

Constructor parameters in org.directwebremoting.extend with type arguments of type Builder
Factory(java.lang.Class<? extends Builder<T>> created)
          We need to know what type of builder to extract from the Container
 

Uses of Builder in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Builder
 class DefaultBuilder<T>
          A Builder that creates DefaultHubs.
 class DefaultCallbackHelperBuilder
          A Builder that creates DefaultCallbackHelpers.
 class DefaultHubBuilder
          A Builder that creates DefaultHubs.
 class DefaultServerContextBuilder
          A ServerContextBuilder that creates DefaultServerContexts.
 class DefaultTaskDispatcherBuilder
          A Builder that creates DefaultTaskDispatchers.
 

Uses of Builder in org.directwebremoting.json.parse
 

Subinterfaces of Builder in org.directwebremoting.json.parse
static interface JsonParserFactory.JsonParserBuilder
          Hack to get around Generics not being implemented by erasure
 

Uses of Builder in org.directwebremoting.json.parse.javacc
 

Classes in org.directwebremoting.json.parse.javacc that implement Builder
 class JavaccJsonParserBuilder
          A Builder that creates JavaccJsonParsers.
 

Uses of Builder in org.directwebremoting.json.serialize
 

Subinterfaces of Builder in org.directwebremoting.json.serialize
static interface JsonSerializerFactory.JsonSerializerBuilder
          Hack to get around Generics not being implemented by erasure
 

Uses of Builder in org.directwebremoting.json.serialize.local
 

Classes in org.directwebremoting.json.serialize.local that implement Builder
 class LocalJsonSerializerBuilder
          A Builder that creates LocalJsonSerializers.
 


Copyright ยจ 2008