Uses of Interface
javax.enterprise.inject.spi.InterceptionFactory
-
Packages that use InterceptionFactory Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean.builtin org.jboss.weld.injection org.jboss.weld.manager org.jboss.weld.util -
-
Uses of InterceptionFactory in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InterceptionFactory Modifier and Type Method Description <T> InterceptionFactory<T>BeanManager. createInterceptionFactory(CreationalContext<T> ctx, Class<T> clazz)Create anInterceptionFactoryfor the givenCreationalContextand type.InterceptionFactory<T>InterceptionFactory. ignoreFinalMethods()Instructs the container to ignore all non-static, final methods with public, protected or default visibility declared by any class in the type hierarchy of the intercepted instance during invocation ofcreateInterceptedInstance(Object). -
Uses of InterceptionFactory in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return InterceptionFactory Modifier and Type Method Description protected InterceptionFactory<?>InterceptionFactoryBean. newInstance(InjectionPoint ip, CreationalContext<InterceptionFactory<?>> creationalContext)Method parameters in org.jboss.weld.bean.builtin with type arguments of type InterceptionFactory Modifier and Type Method Description protected InterceptionFactory<?>InterceptionFactoryBean. newInstance(InjectionPoint ip, CreationalContext<InterceptionFactory<?>> creationalContext) -
Uses of InterceptionFactory in org.jboss.weld.injection
Classes in org.jboss.weld.injection that implement InterceptionFactory Modifier and Type Class Description classInterceptionFactoryImpl<T>Instances of this class are not suitable for sharing between threads.Methods in org.jboss.weld.injection that return InterceptionFactory Modifier and Type Method Description InterceptionFactory<T>InterceptionFactoryImpl. ignoreFinalMethods() -
Uses of InterceptionFactory in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return InterceptionFactory Modifier and Type Method Description <T> InterceptionFactory<T>BeanManagerImpl. createInterceptionFactory(CreationalContext<T> ctx, Class<T> clazz) -
Uses of InterceptionFactory in org.jboss.weld.util
Methods in org.jboss.weld.util that return InterceptionFactory Modifier and Type Method Description <T> InterceptionFactory<T>ForwardingBeanManager. createInterceptionFactory(CreationalContext<T> ctx, Class<T> clazz)
-