Uses of Class
org.jboss.weld.interceptor.proxy.InterceptionContext
-
Packages that use InterceptionContext Package Description org.jboss.weld.context JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.injection.producer JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.interceptor.proxy JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of InterceptionContext in org.jboss.weld.context
Methods in org.jboss.weld.context that return InterceptionContext Modifier and Type Method Description InterceptionContextCreationalContextImpl. getAroundConstructInterceptionContext()Methods in org.jboss.weld.context 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, javax.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, javax.enterprise.context.spi.CreationalContext<?> ctx, BeanManagerImpl manager, SlimAnnotatedType<?> type)Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionContext Constructor Description InterceptorMethodHandler(InterceptionContext ctx)
-