Uses of Class
org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler
-
Packages that use CombinedInterceptorAndDecoratorStackMethodHandler Package Description org.jboss.weld.bean.proxy org.jboss.weld.interceptor.proxy -
-
Uses of CombinedInterceptorAndDecoratorStackMethodHandler in org.jboss.weld.bean.proxy
Subclasses of CombinedInterceptorAndDecoratorStackMethodHandler in org.jboss.weld.bean.proxy Modifier and Type Class Description classInterceptedProxyMethodHandlerFields in org.jboss.weld.bean.proxy declared as CombinedInterceptorAndDecoratorStackMethodHandler Modifier and Type Field Description static CombinedInterceptorAndDecoratorStackMethodHandlerCombinedInterceptorAndDecoratorStackMethodHandler. NULL_INSTANCEMethods in org.jboss.weld.bean.proxy that return CombinedInterceptorAndDecoratorStackMethodHandler Modifier and Type Method Description static CombinedInterceptorAndDecoratorStackMethodHandlerInterceptionDecorationContext. peek()Peeks the current top of the stack.CombinedInterceptorAndDecoratorStackMethodHandlerInterceptionDecorationContext.Stack. peek()static CombinedInterceptorAndDecoratorStackMethodHandlerInterceptionDecorationContext. 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 CombinedInterceptorAndDecoratorStackMethodHandler Modifier and Type Method Description booleanInterceptionDecorationContext.Stack. startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)Pushes the given context to the stack if the given context is not on top of the stack already.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. -
Uses of CombinedInterceptorAndDecoratorStackMethodHandler in org.jboss.weld.interceptor.proxy
Constructors in org.jboss.weld.interceptor.proxy with parameters of type CombinedInterceptorAndDecoratorStackMethodHandler Constructor Description WeldInvocationContextImpl(javax.interceptor.InvocationContext delegate, List<InterceptorMethodInvocation> chain, Set<Annotation> interceptorBindings, CombinedInterceptorAndDecoratorStackMethodHandler currentHandler)
-