public static class CdiEjbBean.EjbInjectionTargetFactory<T>
extends org.apache.webbeans.container.InjectionTargetFactoryImpl<T>
| Constructor and Description |
|---|
CdiEjbBean.EjbInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
org.apache.webbeans.config.WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<javax.enterprise.inject.spi.InjectionPoint> |
createInjectionPoints(javax.enterprise.inject.spi.Bean<T> bean) |
javax.enterprise.inject.spi.InjectionTarget<T> |
createInjectionTarget(javax.enterprise.inject.spi.Bean<T> bean) |
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPostConstructMethods() |
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPreDestroyMethods() |
public CdiEjbBean.EjbInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, org.apache.webbeans.config.WebBeansContext webBeansContext)
public javax.enterprise.inject.spi.InjectionTarget<T> createInjectionTarget(javax.enterprise.inject.spi.Bean<T> bean)
protected Set<javax.enterprise.inject.spi.InjectionPoint> createInjectionPoints(javax.enterprise.inject.spi.Bean<T> bean)
createInjectionPoints in class org.apache.webbeans.container.InjectionTargetFactoryImpl<T>protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
getPostConstructMethods in class org.apache.webbeans.container.InjectionTargetFactoryImpl<T>Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.