Uses of Interface
org.atmosphere.cpr.AtmosphereObjectFactory
-
Packages that use AtmosphereObjectFactory Package Description org.atmosphere.cpr org.atmosphere.inject -
-
Uses of AtmosphereObjectFactory in org.atmosphere.cpr
Classes in org.atmosphere.cpr that implement AtmosphereObjectFactory Modifier and Type Class Description static classAtmosphereFramework.DefaultAtmosphereObjectFactoryFields in org.atmosphere.cpr declared as AtmosphereObjectFactory Modifier and Type Field Description protected AtmosphereObjectFactory<?>AtmosphereFramework. objectFactoryMethods in org.atmosphere.cpr that return AtmosphereObjectFactory Modifier and Type Method Description AtmosphereObjectFactoryAtmosphereFramework.DefaultAtmosphereObjectFactory. allowInjectionOf(java.lang.Object o)AtmosphereObjectFactoryAtmosphereObjectFactory. allowInjectionOf(Z z)Pass information to the underlying Dependency Injection Implementationprotected AtmosphereObjectFactoryAtmosphereFramework. lookupDefaultObjectFactoryType()AtmosphereObjectFactoryAtmosphereFramework. objectFactory()Methods in org.atmosphere.cpr with parameters of type AtmosphereObjectFactory Modifier and Type Method Description voidAtmosphereFramework. 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 Modifier and Type Class Description classInjectableObjectFactorySupport injection of Atmosphere's Internal object usingAtmosphereConfig,AtmosphereFramework,{@link org.atmosphere.cpr.BroadcasterFactory,AtmosphereResourceFactory,DefaultMetaBroadcasterandAtmosphereResourceSessionFactoryand classes implementing theInjectabledefined inside META_INF/services/org.atmosphere.inject.InjectMethods in org.atmosphere.inject that return AtmosphereObjectFactory Modifier and Type Method Description AtmosphereObjectFactoryInjectableObjectFactory. allowInjectionOf(Injectable<?> injectable)AtmosphereObjectFactoryInjectableObjectFactory. allowInjectionOf(Injectable<?> injectable, boolean first)
-