Uses of Interface
org.atmosphere.cpr.AtmosphereObjectFactory

Packages that use AtmosphereObjectFactory
org.atmosphere.cpr   
org.atmosphere.inject   
 

Uses of AtmosphereObjectFactory in org.atmosphere.cpr
 

Classes in org.atmosphere.cpr that implement AtmosphereObjectFactory
static class AtmosphereFramework.DefaultAtmosphereObjectFactory
           
 

Fields in org.atmosphere.cpr declared as AtmosphereObjectFactory
protected  AtmosphereObjectFactory<?> AtmosphereFramework.objectFactory
           
 

Methods in org.atmosphere.cpr that return AtmosphereObjectFactory
 AtmosphereObjectFactory AtmosphereFramework.DefaultAtmosphereObjectFactory.allowInjectionOf(Object o)
           
 AtmosphereObjectFactory AtmosphereObjectFactory.allowInjectionOf(Z z)
          Pass information to the underlying Dependency Injection Implementation
protected  AtmosphereObjectFactory AtmosphereFramework.lookupDefaultObjectFactoryType()
           
 AtmosphereObjectFactory AtmosphereFramework.objectFactory()
           
 

Methods in org.atmosphere.cpr with parameters of type AtmosphereObjectFactory
 void AtmosphereFramework.objectFactory(AtmosphereObjectFactory objectFactory)
          Set an object used for class instantiation.
 

Uses of AtmosphereObjectFactory in org.atmosphere.inject
 

Classes in org.atmosphere.inject that implement AtmosphereObjectFactory
 class InjectableObjectFactory
          Support injection of Atmosphere's Internal object using AtmosphereConfig,AtmosphereFramework,{@link AtmosphereFramework,{@link org.atmosphere.cpr.BroadcasterFactory, {@link org.atmosphere.cpr.AtmosphereResourceFactory } ,{@link org.atmosphere.cpr.DefaultMetaBroadcaster } and {@link org.atmosphere.cpr.AtmosphereResourceSessionFactory }
 

Methods in org.atmosphere.inject that return AtmosphereObjectFactory
 AtmosphereObjectFactory InjectableObjectFactory.allowInjectionOf(Injectable<?> injectable)
           
 



Copyright © 2015. All Rights Reserved.