Uses of Enum Class
javax.enterprise.inject.spi.InterceptionType
Packages that use InterceptionType
-
Uses of InterceptionType in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InterceptionTypeModifier and TypeMethodDescriptionstatic InterceptionType
Returns the enum constant of this class with the specified name.static InterceptionType[]
InterceptionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in javax.enterprise.inject.spi with parameters of type InterceptionTypeModifier and TypeMethodDescriptionInterceptor.intercept
(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx) Invokes the specified kind of lifecycle callback or method invocation interception upon the given interceptor instance.boolean
Interceptor.intercepts
(InterceptionType type) Determines if the interceptor intercepts the specified kind of lifecycle callback or method invocation.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 Java EE component from whose JNDI environment namespace the BeanManager was obtained.