| Package | Description |
|---|---|
| org.atmosphere.cpr | |
| org.atmosphere.inject |
| Modifier and Type | Class and Description |
|---|---|
static class |
AtmosphereFramework.DefaultAtmosphereObjectFactory |
| Modifier and Type | Field and Description |
|---|---|
protected AtmosphereObjectFactory<?> |
AtmosphereFramework.objectFactory |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtmosphereFramework.objectFactory(AtmosphereObjectFactory objectFactory)
Set an object used for class instantiation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InjectableObjectFactory
Support injection of Atmosphere's Internal object using
AtmosphereConfig,AtmosphereFramework,org.atmosphere.cpr.BroadcasterFactory,
{@link org.atmosphere.cpr.AtmosphereResourceFactory } ,{@link org.atmosphere.cpr.DefaultMetaBroadcaster } and
{@link org.atmosphere.cpr.AtmosphereResourceSessionFactory } and classes implementing the {@link Injectable} defined inside
META_INF/services/org.atmosphere.inject.Inject |
| Modifier and Type | Method and Description |
|---|---|
AtmosphereObjectFactory |
InjectableObjectFactory.allowInjectionOf(Injectable<?> injectable) |
AtmosphereObjectFactory |
InjectableObjectFactory.allowInjectionOf(Injectable<?> injectable,
boolean first) |
Copyright © 2016. All rights reserved.