Uses of Interface
javax.enterprise.inject.spi.Interceptor
-
Packages that use Interceptor Package Description javax.enterprise.inject.spi The portable extension integration SPI. -
-
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 java.util.List<Interceptor<?>>
BeanManager. resolveInterceptors(InterceptionType type, java.lang.annotation.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 Java EE component from whose JNDI environment namespace the BeanManager was obtained.
-