Uses of Interface
org.atmosphere.inject.Injectable
-
Packages that use Injectable Package Description org.atmosphere.inject -
-
Uses of Injectable in org.atmosphere.inject
Subinterfaces of Injectable in org.atmosphere.inject Modifier and Type Interface Description interfaceInjectIntrospector<T>An Injectable class allow theInjectableObjectFactoryto inspect fields and methods before they get injected or executed.Classes in org.atmosphere.inject that implement Injectable Modifier and Type Class Description classAtmosphereConfigInjectableclassAtmosphereFrameworkInjectableclassAtmosphereRequestIntrospectorAtmosphereResource} injection implementation support.classAtmosphereResourceEventIntrospectorAtmosphereResource} injection implementation support.classAtmosphereResourceFactoryInjectableclassAtmosphereResourceIntrospectorAtmosphereResource} injection implementation support.classAtmosphereResourceSessionFactoryInjectableclassAtmosphereResponseIntrospectorAtmosphereResource} injection implementation support.classBroadcasterFactoryInjectableclassBroadcasterIntrospectorBroadcasterandNamedinjection support.classInjectIntrospectorAdapter<T>Adapter class forInjectIntrospectorclassMetaBroadcasterInjectableclassPathParamIntrospectorPathParaminjection support.classPostConstructIntrospectorPostConstruct implementation support.classWebSocketFactoryInjectableMethods in org.atmosphere.inject with parameters of type Injectable Modifier and Type Method Description AtmosphereObjectFactoryInjectableObjectFactory. allowInjectionOf(Injectable<?> injectable)AtmosphereObjectFactoryInjectableObjectFactory. allowInjectionOf(Injectable<?> injectable, boolean first)Method parameters in org.atmosphere.inject with type arguments of type Injectable Modifier and Type Method Description <U> voidInjectableObjectFactory. injectFields(java.util.Set<java.lang.reflect.Field> fields, U instance, AtmosphereFramework framework, java.util.LinkedList<Injectable<?>> injectable)
-