public class CDIObjectFactory
extends java.lang.Object
implements org.atmosphere.cpr.AtmosphereObjectFactory<java.lang.Object>
| Constructor and Description |
|---|
CDIObjectFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.atmosphere.cpr.AtmosphereObjectFactory |
allowInjectionOf(java.lang.Object o) |
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() |
public <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<java.lang.Object>java.lang.InstantiationExceptionjava.lang.IllegalAccessExceptionpublic org.atmosphere.cpr.AtmosphereObjectFactory allowInjectionOf(java.lang.Object o)
allowInjectionOf in interface org.atmosphere.cpr.AtmosphereObjectFactory<java.lang.Object>public java.lang.String toString()
toString in class java.lang.Objectpublic void configure(org.atmosphere.cpr.AtmosphereConfig config)
configure in interface org.atmosphere.inject.AtmosphereConfigAwareCopyright © 2020. All Rights Reserved.