Uses of Interface
jakarta.enterprise.inject.spi.Interceptor
Package
Description
The portable extension integration SPI.
-
Uses of Interceptor in com.sun.faces.util
Modifier and TypeMethodDescriptionList
<Interceptor<?>> ELAwareBeanManagerWrapper.resolveInterceptors
(InterceptionType type, Annotation... interceptorBindings) -
Uses of Interceptor in jakarta.enterprise.inject.spi
Modifier and TypeMethodDescriptionList
<Interceptor<?>> BeanContainer.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 theBeanManager
/BeanContainer
was injected or, in the Jakarta EE environment, the Jakarta EE component from whose JNDI environment namespace theBeanManager
/BeanContainer
was obtained.