Uses of Class
org.jboss.weld.bean.proxy.InterceptionDecorationContext.Stack
-
Packages that use InterceptionDecorationContext.Stack Package Description org.jboss.weld.bean.proxy org.jboss.weld.interceptor.proxy -
-
Uses of InterceptionDecorationContext.Stack in org.jboss.weld.bean.proxy
Methods in org.jboss.weld.bean.proxy that return InterceptionDecorationContext.Stack Modifier and Type Method Description static InterceptionDecorationContext.StackInterceptionDecorationContext. getStack()Gets the current Stack.static InterceptionDecorationContext.StackInterceptionDecorationContext. startIfNotEmpty()This is called by client proxies.static InterceptionDecorationContext.StackInterceptionDecorationContext. 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.Stack Modifier and Type Method Description ObjectCombinedInterceptorAndDecoratorStackMethodHandler. invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args)ObjectCombinedInterceptorAndDecoratorStackMethodHandler. invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args, boolean intercept, boolean popStack)ObjectInterceptedProxyMethodHandler. invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args)ObjectStackAwareMethodHandler. 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.Stack Modifier and Type Method Description protected 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)ObjectInterceptorMethodHandler. invoke(InterceptionDecorationContext.Stack stack, Object self, Method thisMethod, Method proceed, Object[] args)Constructors in org.jboss.weld.interceptor.proxy with parameters of type InterceptionDecorationContext.Stack Constructor Description WeldInvocationContextImpl(Object target, Method targetMethod, Method proceed, Object[] parameters, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, InterceptionDecorationContext.Stack stack)
-