public class CdiResourceInjectionService
extends java.lang.Object
Constructor and Description |
---|
CdiResourceInjectionService(WebBeansContext context) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
<X,T extends java.lang.annotation.Annotation> |
getResourceReference(<any> resourceReference) |
void |
injectJavaEEResources(java.lang.Object managedBeanInstance) |
<T> T |
readExternal(<any> bean,
java.io.ObjectInput out)
delegation of serialization behavior
|
void |
setAppContext(AppContext appModule,
java.util.Collection<BeanContext> ejbs) |
<T> void |
writeExternal(<any> bean,
T actualResource,
java.io.ObjectOutput out)
delegation of serialization behavior
|
public CdiResourceInjectionService(WebBeansContext context)
public void setAppContext(AppContext appModule, java.util.Collection<BeanContext> ejbs)
public <X,T extends java.lang.annotation.Annotation> X getResourceReference(<any> resourceReference)
public void injectJavaEEResources(java.lang.Object managedBeanInstance)
public void clear()
public <T> void writeExternal(<any> bean, T actualResource, java.io.ObjectOutput out) throws java.io.IOException
java.io.IOException
public <T> T readExternal(<any> bean, java.io.ObjectInput out) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException