Uses of Class
org.jboss.weld.interceptor.proxy.InterceptionContext
Packages that use InterceptionContext
Package
Description
-
Uses of InterceptionContext in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return InterceptionContextMethods in org.jboss.weld.contexts with parameters of type InterceptionContextModifier and TypeMethodDescriptionvoidCreationalContextImpl.setAroundConstructInterceptionContext(InterceptionContext aroundConstructInterceptionContext) -
Uses of InterceptionContext in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer with parameters of type InterceptionContextModifier and TypeMethodDescriptionprotected TInterceptorApplyingInstantiator.applyInterceptors(T instance, InterceptionContext interceptionContext) -
Uses of InterceptionContext in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return InterceptionContextModifier and TypeMethodDescriptionstatic InterceptionContextInterceptionContext.forConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) The context returned by this method may be later reused for other interception types.static InterceptionContextInterceptionContext.forNonConstructorInterception(InterceptionModel interceptionModel, jakarta.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type) Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionContext