Uses of Interface
javax.enterprise.inject.spi.Interceptor
-
Packages that use Interceptor Package Description javax.enterprise.inject.spi The portable extension integration SPI.org.jboss.weld.bean org.jboss.weld.bean.builtin org.jboss.weld.bean.interceptor org.jboss.weld.bootstrap org.jboss.weld.bootstrap.enablement org.jboss.weld.bootstrap.events org.jboss.weld.interceptor.proxy org.jboss.weld.interceptor.reader org.jboss.weld.manager org.jboss.weld.resolution org.jboss.weld.util org.jboss.weld.util.bean -
-
Uses of Interceptor in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor<?>>BeanManager. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings)Return an ordered list of enabled interceptors for a set of interceptor bindings and a type of interception and which are enabled in the module or library containing the class into which the BeanManager was injected or the Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained. -
Uses of Interceptor in org.jboss.weld.bean
Classes in org.jboss.weld.bean that implement Interceptor Modifier and Type Class Description classForwardingInterceptor<T>Delegating implementation ofInterceptor.classInterceptorImpl<T>Methods in org.jboss.weld.bean that return Interceptor Modifier and Type Method Description abstract Interceptor<T>ForwardingInterceptor. delegate() -
Uses of Interceptor in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin that return Interceptor Modifier and Type Method Description protected Interceptor<?>InterceptorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Interceptor<?>> creationalContext)Methods in org.jboss.weld.bean.builtin that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor<?>>BeanManagerProxy. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings)Method parameters in org.jboss.weld.bean.builtin with type arguments of type Interceptor Modifier and Type Method Description protected Interceptor<?>InterceptorMetadataBean. newInstance(InjectionPoint ip, CreationalContext<Interceptor<?>> creationalContext) -
Uses of Interceptor in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor that return Interceptor Modifier and Type Method Description Interceptor<T>CdiInterceptorFactory. getInterceptor()Methods in org.jboss.weld.bean.interceptor that return types with arguments of type Interceptor Modifier and Type Method Description Collection<Interceptor<?>>InterceptorBindingsAdapter. getAllInterceptors()List<Interceptor<?>>InterceptorBindingsAdapter. getLifecycleInterceptors(InterceptionType interceptionType)List<Interceptor<?>>InterceptorBindingsAdapter. getMethodInterceptors(InterceptionType interceptionType, Method method)Methods in org.jboss.weld.bean.interceptor with parameters of type Interceptor Modifier and Type Method Description static <T> CustomInterceptorMetadata<T>CustomInterceptorMetadata. of(Interceptor<T> interceptor)Constructors in org.jboss.weld.bean.interceptor with parameters of type Interceptor Constructor Description CdiInterceptorFactory(Interceptor<T> interceptor) -
Uses of Interceptor in org.jboss.weld.bootstrap
Methods in org.jboss.weld.bootstrap with parameters of type Interceptor Modifier and Type Method Description protected voidValidator. validateInterceptor(Interceptor<?> interceptor, BeanManagerImpl manager)Method parameters in org.jboss.weld.bootstrap with type arguments of type Interceptor Modifier and Type Method Description voidConcurrentValidator. validateInterceptors(Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager)voidValidator. validateInterceptors(Collection<? extends Interceptor<?>> interceptors, BeanManagerImpl manager) -
Uses of Interceptor in org.jboss.weld.bootstrap.enablement
Methods in org.jboss.weld.bootstrap.enablement that return types with arguments of type Interceptor Modifier and Type Method Description Comparator<Interceptor<?>>ModuleEnablement. getInterceptorComparator() -
Uses of Interceptor in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return Interceptor Modifier and Type Method Description Interceptor<?>InterceptorConfiguratorImpl. build() -
Uses of Interceptor in org.jboss.weld.interceptor.proxy
Constructors in org.jboss.weld.interceptor.proxy with parameters of type Interceptor Constructor Description CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance, T interceptorInstance, InterceptionType interceptionType) -
Uses of Interceptor in org.jboss.weld.interceptor.reader
Methods in org.jboss.weld.interceptor.reader that return types with arguments of type Interceptor Modifier and Type Method Description Function<Interceptor<?>,InterceptorClassMetadata<?>>InterceptorMetadataReader. getInterceptorToInterceptorMetadataFunction()Methods in org.jboss.weld.interceptor.reader with parameters of type Interceptor Modifier and Type Method Description <T> InterceptorClassMetadata<T>InterceptorMetadataReader. getCdiInterceptorMetadata(Interceptor<T> interceptor) -
Uses of Interceptor in org.jboss.weld.manager
Methods in org.jboss.weld.manager that return types with arguments of type Interceptor Modifier and Type Method Description Iterable<Interceptor<?>>BeanManagerImpl. getDynamicAccessibleInterceptors()List<Interceptor<?>>BeanManagerImpl. getInterceptors()List<Interceptor<?>>BeanManagerImpl. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings)Resolves a list of interceptors based on interception type and interceptor bindings.List<Interceptor<?>>BeanManagerImpl. resolveInterceptors(InterceptionType type, Collection<Annotation> interceptorBindings)Resolves a list of interceptors based on interception type and interceptor bindings.Methods in org.jboss.weld.manager with parameters of type Interceptor Modifier and Type Method Description voidBeanManagerImpl. addInterceptor(Interceptor<?> bean) -
Uses of Interceptor in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return types with arguments of type Interceptor Modifier and Type Method Description protected Set<Interceptor<?>>TypeSafeInterceptorResolver. filterResult(Set<Interceptor<?>> matched)protected List<Interceptor<?>>TypeSafeInterceptorResolver. sortResult(Set<Interceptor<?>> matchedInterceptors)Methods in org.jboss.weld.resolution with parameters of type Interceptor Modifier and Type Method Description protected booleanTypeSafeInterceptorResolver. matches(InterceptorResolvable resolvable, Interceptor<?> bean)Method parameters in org.jboss.weld.resolution with type arguments of type Interceptor Modifier and Type Method Description protected Set<Interceptor<?>>TypeSafeInterceptorResolver. filterResult(Set<Interceptor<?>> matched)protected List<Interceptor<?>>TypeSafeInterceptorResolver. sortResult(Set<Interceptor<?>> matchedInterceptors)Constructor parameters in org.jboss.weld.resolution with type arguments of type Interceptor Constructor Description TypeSafeInterceptorResolver(BeanManagerImpl manager, Iterable<Interceptor<?>> interceptors) -
Uses of Interceptor in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type Interceptor Modifier and Type Method Description List<Interceptor<?>>ForwardingBeanManager. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings) -
Uses of Interceptor in org.jboss.weld.util.bean
Classes in org.jboss.weld.util.bean that implement Interceptor Modifier and Type Class Description classIsolatedForwardingInterceptor<T>Delegating implementation ofInterceptor.static classIsolatedForwardingInterceptor.Impl<T>Methods in org.jboss.weld.util.bean that return Interceptor Modifier and Type Method Description abstract Interceptor<T>IsolatedForwardingInterceptor. delegate()Interceptor<T>IsolatedForwardingInterceptor.Impl. delegate()Constructor parameters in org.jboss.weld.util.bean with type arguments of type Interceptor Constructor Description Impl(WrappedBeanHolder<T,Interceptor<T>> cartridge)
-