Uses of Class
org.jboss.weld.interceptor.proxy.InterceptionContext
-
Packages that use InterceptionContext Package Description org.jboss.weld.contexts org.jboss.weld.injection.producer org.jboss.weld.interceptor.proxy -
-
Uses of InterceptionContext in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return InterceptionContext Modifier and Type Method Description InterceptionContextCreationalContextImpl. getAroundConstructInterceptionContext()Methods in org.jboss.weld.contexts with parameters of type InterceptionContext Modifier and Type Method Description voidCreationalContextImpl. setAroundConstructInterceptionContext(InterceptionContext aroundConstructInterceptionContext) -
Uses of InterceptionContext in org.jboss.weld.injection.producer
Methods in org.jboss.weld.injection.producer with parameters of type InterceptionContext Modifier and Type Method Description protected TInterceptorApplyingInstantiator. applyInterceptors(T instance, InterceptionContext interceptionContext) -
Uses of InterceptionContext in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy that return InterceptionContext Modifier and Type Method Description static InterceptionContextInterceptionContext. forConstructorInterception(InterceptionModel interceptionModel, 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, CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type)Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionContext Constructor Description InterceptorMethodHandler(InterceptionContext ctx)
-