| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.interceptor.proxy |
| Modifier and Type | Method and Description |
|---|---|
static InterceptionDecorationContext.Stack |
InterceptionDecorationContext.getStack()
Gets the current Stack.
|
static InterceptionDecorationContext.Stack |
InterceptionDecorationContext.startIfNotEmpty()
This is called by client proxies.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
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.
|
Object |
InterceptedProxyMethodHandler.invoke(InterceptionDecorationContext.Stack stack,
Object self,
Method thisMethod,
Method proceed,
Object[] args) |
Object |
CombinedInterceptorAndDecoratorStackMethodHandler.invoke(InterceptionDecorationContext.Stack stack,
Object self,
Method thisMethod,
Method proceed,
Object[] args) |
Object |
CombinedInterceptorAndDecoratorStackMethodHandler.invoke(InterceptionDecorationContext.Stack stack,
Object self,
Method thisMethod,
Method proceed,
Object[] args,
boolean intercept,
boolean popStack) |
boolean |
CombinedInterceptorAndDecoratorStackMethodHandler.isDisabledHandler(InterceptionDecorationContext.Stack stack) |
| Constructor and Description |
|---|
WeldInvocationContextImpl(Object target,
Method targetMethod,
Method proceed,
Object[] parameters,
List<InterceptorMethodInvocation> chain,
Set<Annotation> interceptorBindings,
InterceptionDecorationContext.Stack stack) |
Copyright © 2017. All rights reserved.