| Interface | Description |
|---|---|
| AtmosphereConfigAware | |
| CDIProducer |
A simple marker interface for for the CDI extension.
|
| Injectable<T> |
An Injectable class allow the
InjectableObjectFactory to assign a value to a field annotated with the
Inject annotation. |
| InjectIntrospector<T> |
An Injectable class allow the
InjectableObjectFactory to inspect fields and methods before they get injected or executed. |
| InjectionListener |
| Class | Description |
|---|---|
| AtmosphereConfigInjectable | |
| AtmosphereFrameworkInjectable | |
| AtmosphereProducers |
Atmosphere Internal Object Injection for DI supporting JSR 330
|
| AtmosphereRequestIntrospector |
AtmosphereResource} injection implementation support.
|
| AtmosphereResourceEventIntrospector |
AtmosphereResource} injection implementation support.
|
| AtmosphereResourceFactoryInjectable | |
| AtmosphereResourceIntrospector |
AtmosphereResource} injection implementation support.
|
| AtmosphereResourceSessionFactoryInjectable | |
| AtmosphereResponseIntrospector |
AtmosphereResource} injection implementation support.
|
| BroadcasterFactoryInjectable | |
| BroadcasterIntrospector |
Broadcaster and Named injection support. |
| 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 |
| InjectIntrospectorAdapter<T> |
Adapter class for
InjectIntrospector |
| MetaBroadcasterInjectable | |
| PathParamIntrospector |
PathParam injection support. |
| PostConstructIntrospector |
PostConstruct implementation support.
|
| WebSocketFactoryInjectable |
| Enum | Description |
|---|---|
| InjectIntrospector.WHEN |
Copyright © 2016. All rights reserved.