Uses of Interface
org.jboss.weld.injection.producer.LifecycleCallbackInvoker
-
Packages that use LifecycleCallbackInvoker Package Description org.jboss.weld.injection.producer org.jboss.weld.util -
-
Uses of LifecycleCallbackInvoker in org.jboss.weld.injection.producer
Classes in org.jboss.weld.injection.producer that implement LifecycleCallbackInvoker Modifier and Type Class Description classDefaultLifecycleCallbackInvoker<T>If the component is not intercepted this implementation takes care of invoking its lifecycle callback methods.classNoopLifecycleCallbackInvoker<T>This implementation never invokesPostConstruct/PreDestroycallbacks.Methods in org.jboss.weld.injection.producer that return LifecycleCallbackInvoker Modifier and Type Method Description LifecycleCallbackInvoker<T>BasicInjectionTarget. getLifecycleCallbackInvoker()Methods in org.jboss.weld.injection.producer with parameters of type LifecycleCallbackInvoker Modifier and Type Method Description static <T> BasicInjectionTarget<T>BasicInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker)static <T> NonProducibleInjectionTarget<T>NonProducibleInjectionTarget. create(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)Constructors in org.jboss.weld.injection.producer with parameters of type LifecycleCallbackInvoker Constructor Description BasicInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker)BasicInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, Instantiator<T> instantiator)BeanInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, BeanManagerImpl beanManager, Injector<T> injector, LifecycleCallbackInvoker<T> invoker) -
Uses of LifecycleCallbackInvoker in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type LifecycleCallbackInvoker Modifier and Type Method Description static <T> NonProducibleInjectionTarget<T>InjectionTargets. createNonProducibleInjectionTarget(EnhancedAnnotatedType<T> type, Bean<T> bean, Injector<T> injector, LifecycleCallbackInvoker<T> invoker, BeanManagerImpl beanManager)
-