Uses of Class
javax.enterprise.inject.spi.InterceptionType
-
-
Uses of InterceptionType in javax.enterprise.inject.spi
Methods in javax.enterprise.inject.spi that return InterceptionType Modifier and Type Method Description static InterceptionTypeInterceptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static InterceptionType[]InterceptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.enterprise.inject.spi with parameters of type InterceptionType Modifier and Type Method Description ObjectInterceptor. 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.booleanInterceptor. 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 Jakarta EE component from whose JNDI environment namespace the BeanManager was obtained. -
Uses of InterceptionType in org.jboss.weld.bean
Methods in org.jboss.weld.bean with parameters of type InterceptionType Modifier and Type Method Description ObjectInterceptorImpl. intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)booleanInterceptorImpl. intercepts(InterceptionType type) -
Uses of InterceptionType in org.jboss.weld.bean.builtin
Methods in org.jboss.weld.bean.builtin with parameters of type InterceptionType Modifier and Type Method Description List<Interceptor<?>>BeanManagerProxy. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings) -
Uses of InterceptionType in org.jboss.weld.bean.interceptor
Methods in org.jboss.weld.bean.interceptor with parameters of type InterceptionType Modifier and Type Method Description List<Interceptor<?>>InterceptorBindingsAdapter. getLifecycleInterceptors(InterceptionType interceptionType)List<Interceptor<?>>InterceptorBindingsAdapter. getMethodInterceptors(InterceptionType interceptionType, Method method) -
Uses of InterceptionType in org.jboss.weld.bootstrap.event
Methods in org.jboss.weld.bootstrap.event with parameters of type InterceptionType Modifier and Type Method Description InterceptorConfiguratorInterceptorConfigurator. intercept(InterceptionType interceptionType, Function<javax.interceptor.InvocationContext,Object> interceptorFunction)InterceptorConfiguratorInterceptorConfigurator. interceptWithMetadata(InterceptionType interceptionType, BiFunction<javax.interceptor.InvocationContext,Bean<?>,Object> interceptorFunction) -
Uses of InterceptionType in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events with parameters of type InterceptionType Modifier and Type Method Description InterceptorConfiguratorInterceptorConfiguratorImpl. intercept(InterceptionType interceptionType, Function<javax.interceptor.InvocationContext,Object> interceptorFunction)InterceptorConfiguratorInterceptorConfiguratorImpl. interceptWithMetadata(InterceptionType interceptionType, BiFunction<javax.interceptor.InvocationContext,Bean<?>,Object> interceptorFunction) -
Uses of InterceptionType in org.jboss.weld.interceptor.builder
Methods in org.jboss.weld.interceptor.builder with parameters of type InterceptionType Modifier and Type Method Description voidInterceptionModelBuilder. interceptGlobal(InterceptionType interceptionType, Constructor<?> constructor, Collection<InterceptorClassMetadata<?>> interceptors, Set<Annotation> interceptorBindings)voidInterceptionModelBuilder. interceptMethod(InterceptionType interceptionType, Method method, Collection<InterceptorClassMetadata<?>> interceptors, Set<Annotation> interceptorBindings) -
Uses of InterceptionType in org.jboss.weld.interceptor.proxy
Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionType Constructor Description CustomInterceptorInvocation(Interceptor<T> interceptorBeanInstance, T interceptorInstance, InterceptionType interceptionType) -
Uses of InterceptionType in org.jboss.weld.interceptor.spi.model
Methods in org.jboss.weld.interceptor.spi.model with parameters of type InterceptionType Modifier and Type Method Description static InterceptionTypeInterceptionType. valueOf(InterceptionType interceptionType)Returns the enum constant of this type with the specified name. -
Uses of InterceptionType in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type InterceptionType Modifier and Type Method Description 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. -
Uses of InterceptionType in org.jboss.weld.resolution
Methods in org.jboss.weld.resolution that return InterceptionType Modifier and Type Method Description InterceptionTypeInterceptorResolvable. getInterceptionType()Methods in org.jboss.weld.resolution with parameters of type InterceptionType Modifier and Type Method Description InterceptorResolvableBuilderInterceptorResolvableBuilder. setInterceptionType(InterceptionType interceptionType) -
Uses of InterceptionType in org.jboss.weld.util
Methods in org.jboss.weld.util with parameters of type InterceptionType Modifier and Type Method Description List<Interceptor<?>>ForwardingBeanManager. resolveInterceptors(InterceptionType type, Annotation... interceptorBindings) -
Uses of InterceptionType in org.jboss.weld.util.bean
Methods in org.jboss.weld.util.bean with parameters of type InterceptionType Modifier and Type Method Description ObjectIsolatedForwardingInterceptor. intercept(InterceptionType type, T instance, javax.interceptor.InvocationContext ctx)booleanIsolatedForwardingInterceptor. intercepts(InterceptionType type)
-