public class SpringWebObjectFactory
extends org.atmosphere.inject.InjectableObjectFactory
AtmosphereObjectFactory for Spring to be used in Servlet Base Java Apps.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
preventSpringInjection |
| Constructor and Description |
|---|
SpringWebObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.AtmosphereObjectFactory |
allowInjectionOf(org.atmosphere.inject.Injectable<?> injectable) |
void |
configure(org.atmosphere.cpr.AtmosphereConfig config) |
<T,U extends T> |
newClassInstance(java.lang.Class<T> classType,
java.lang.Class<U> classToInstantiate) |
java.lang.String |
toString() |
allowInjectionOf, applyMethods, fieldInjectionException, getInjectable, inject, injectFields, injectInjectable, injectionFailed, listener, methodInjectionException, needRequestScoped, nullFieldInjectionFor, postFieldInjection, postMethodInjection, preFieldInjection, preMethodInjection, requestScoped, requestScoped, retryInjectionpublic <T,U extends T> U newClassInstance(java.lang.Class<T> classType,
java.lang.Class<U> classToInstantiate)
throws java.lang.InstantiationException,
java.lang.IllegalAccessException
newClassInstance in interface org.atmosphere.cpr.AtmosphereObjectFactory<org.atmosphere.inject.Injectable<?>>newClassInstance in class org.atmosphere.inject.InjectableObjectFactoryjava.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic org.atmosphere.cpr.AtmosphereObjectFactory allowInjectionOf(org.atmosphere.inject.Injectable<?> injectable)
allowInjectionOf in interface org.atmosphere.cpr.AtmosphereObjectFactory<org.atmosphere.inject.Injectable<?>>allowInjectionOf in class org.atmosphere.inject.InjectableObjectFactorypublic java.lang.String toString()
toString in class org.atmosphere.inject.InjectableObjectFactorypublic void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.inject.AtmosphereConfigAwareconfigure in class org.atmosphere.inject.InjectableObjectFactoryCopyright © 2018. All Rights Reserved.