Uses of Class
org.jboss.weld.bean.proxy.InterceptionDecorationContext.Stack
Packages that use InterceptionDecorationContext.Stack
-
Uses of InterceptionDecorationContext.Stack in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy that return InterceptionDecorationContext.StackModifier and TypeMethodDescriptionInterceptionDecorationContext.getStack()Gets the current Stack.InterceptionDecorationContext.startIfNotEmpty()This is called by client proxies.InterceptionDecorationContext.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context) Pushes the given context to the stack if the given context is not on top of the stack already.Methods in org.jboss.weld.bean.proxy with parameters of type InterceptionDecorationContext.StackModifier and TypeMethodDescriptionCombinedInterceptorAndDecoratorStackMethodHandler.invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args) CombinedInterceptorAndDecoratorStackMethodHandler.invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args, boolean intercept, boolean popStack) InterceptedProxyMethodHandler.invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args) StackAwareMethodHandler.invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args) Is called when a method is invoked on a proxy instance associated with this handler.booleanCombinedInterceptorAndDecoratorStackMethodHandler.isDisabledHandler(InterceptionDecorationContext.Stack stack) -
Uses of InterceptionDecorationContext.Stack in org.jboss.weld.interceptor.proxy
Methods in org.jboss.weld.interceptor.proxy with parameters of type InterceptionDecorationContext.StackModifier and TypeMethodDescriptionprotected ObjectInterceptorMethodHandler.executeAroundInvoke(Object instance, Method method, Method proceed, Object[] args, org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.CachedInterceptionChain chain, InterceptionDecorationContext.Stack stack) protected ObjectInterceptorMethodHandler.executeInterception(Object instance, Method method, Method proceed, Object[] args, InterceptionType interceptionType, InterceptionDecorationContext.Stack stack) protected ObjectInterceptorMethodHandler.executeLifecycleInterception(Object instance, Method method, Method proceed, Object[] args, org.jboss.weld.interceptor.proxy.InterceptorMethodHandler.CachedInterceptionChain chain, InterceptionDecorationContext.Stack stack) InterceptorMethodHandler.invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args) Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionDecorationContext.StackModifierConstructorDescriptionWeldInvocationContextImpl(Object target, Method targetMethod, Method proceed, Object[] parameters, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, InterceptionDecorationContext.Stack stack)