org.apache.webbeans.container
Class InterceptorInjectionTargetFactory<T>

java.lang.Object
  extended by org.apache.webbeans.container.InjectionTargetFactoryImpl<T>
      extended by org.apache.webbeans.container.InterceptorInjectionTargetFactory<T>
All Implemented Interfaces:
javax.enterprise.inject.spi.InjectionTargetFactory<T>

public class InterceptorInjectionTargetFactory<T>
extends InjectionTargetFactoryImpl<T>


Constructor Summary
InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType, WebBeansContext webBeansContext)
           
 
Method Summary
protected  List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
           
protected  List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
           
 
Methods inherited from class org.apache.webbeans.container.InjectionTargetFactoryImpl
createInjectionPoints, createInjectionTarget, createInjectionTarget, getAnnotatedType, getWebBeansContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorInjectionTargetFactory

public InterceptorInjectionTargetFactory(javax.enterprise.inject.spi.AnnotatedType<T> annotatedType,
                                         WebBeansContext webBeansContext)
Method Detail

getPostConstructMethods

protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPostConstructMethods()
Overrides:
getPostConstructMethods in class InjectionTargetFactoryImpl<T>

getPreDestroyMethods

protected List<javax.enterprise.inject.spi.AnnotatedMethod<?>> getPreDestroyMethods()
Overrides:
getPreDestroyMethods in class InjectionTargetFactoryImpl<T>


Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.