public class InterceptorInjectionTargetFactory<T> extends InjectionTargetFactoryImpl<T>
| Constructor and Description |
|---|
InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
WebBeansContext webBeansContext) |
| Modifier and Type | Method and Description |
|---|---|
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPostConstructMethods() |
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> |
getPreDestroyMethods() |
createInjectionPoints, createInjectionTarget, createInjectionTarget, getAnnotatedType, getWebBeansContextpublic InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
getPostConstructMethods in class InjectionTargetFactoryImpl<T>protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
getPreDestroyMethods in class InjectionTargetFactoryImpl<T>Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.