Uses of Class
org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler
Packages that use CombinedInterceptorAndDecoratorStackMethodHandler
-
Uses of CombinedInterceptorAndDecoratorStackMethodHandler in org.jboss.weld.bean.proxy
Fields in org.jboss.weld.bean.proxy declared as CombinedInterceptorAndDecoratorStackMethodHandlerModifier and TypeFieldDescriptionstatic final CombinedInterceptorAndDecoratorStackMethodHandlerCombinedInterceptorAndDecoratorStackMethodHandler.NULL_INSTANCEMethods in org.jboss.weld.bean.proxy that return CombinedInterceptorAndDecoratorStackMethodHandlerModifier and TypeMethodDescriptionInterceptionDecorationContext.peek()Peeks the current top of the stack.InterceptionDecorationContext.Stack.peek()InterceptionDecorationContext.peekIfNotEmpty()Peeks the current top of the stack or returns null if the stack is emptyMethods in org.jboss.weld.bean.proxy with parameters of type CombinedInterceptorAndDecoratorStackMethodHandlerModifier and TypeMethodDescriptionbooleanInterceptionDecorationContext.Stack.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context) Pushes the given context to the stack if the given context is not on top of the stack already.InterceptionDecorationContext.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context) Pushes the given context to the stack if the given context is not on top of the stack already. -
Uses of CombinedInterceptorAndDecoratorStackMethodHandler in org.jboss.weld.interceptor.proxy
Constructors in org.jboss.weld.interceptor.proxy with parameters of type CombinedInterceptorAndDecoratorStackMethodHandlerModifierConstructorDescriptionWeldInvocationContextImpl(jakarta.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, CombinedInterceptorAndDecoratorStackMethodHandler currentHandler)