| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.interceptor.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
InterceptedProxyMethodHandler |
| Modifier and Type | Field and Description |
|---|---|
static CombinedInterceptorAndDecoratorStackMethodHandler |
CombinedInterceptorAndDecoratorStackMethodHandler.NULL_INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
static CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.peek()
Peeks the current top of the stack.
|
CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.Stack.peek() |
static CombinedInterceptorAndDecoratorStackMethodHandler |
InterceptionDecorationContext.peekIfNotEmpty()
Peeks the current top of the stack or returns null if the stack is empty
|
| Modifier and Type | Method and Description |
|---|---|
static InterceptionDecorationContext.Stack |
InterceptionDecorationContext.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
Pushes the given context to the stack if the given context is not on top of the stack already.
|
boolean |
InterceptionDecorationContext.Stack.startIfNotOnTop(CombinedInterceptorAndDecoratorStackMethodHandler context)
Pushes the given context to the stack if the given context is not on top of the stack already.
|
| Constructor and Description |
|---|
WeldInvocationContextImpl(javax.interceptor.InvocationContext delegate,
List<InterceptorMethodInvocation> chain,
Set<Annotation> interceptorBindings,
CombinedInterceptorAndDecoratorStackMethodHandler currentHandler) |
Copyright © 2017. All rights reserved.