Package | Description |
---|---|
org.jboss.weld.bean.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
org.jboss.weld.interceptor.proxy |
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc.
|
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 |
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) |
Modifier and Type | Method and Description |
---|---|
protected Object |
InterceptorMethodHandler.executeAroundInvoke(Object instance,
Method method,
Method proceed,
Object[] args,
List<InterceptorMethodInvocation> chain,
InterceptionDecorationContext.Stack stack) |
protected Object |
InterceptorMethodHandler.executeInterception(Object instance,
Method method,
Method proceed,
Object[] args,
InterceptionType interceptionType,
InterceptionDecorationContext.Stack stack) |
protected Object |
InterceptorMethodHandler.executeLifecycleInterception(Object instance,
Method method,
Method proceed,
Object[] args,
List<InterceptorMethodInvocation> chain,
InterceptionDecorationContext.Stack stack) |
Object |
InterceptorMethodHandler.invoke(InterceptionDecorationContext.Stack stack,
Object self,
Method thisMethod,
Method proceed,
Object[] args) |
Constructor and Description |
---|
WeldInvocationContext(Object target,
Method targetMethod,
Method proceed,
Object[] parameters,
List<InterceptorMethodInvocation> chain,
InterceptionDecorationContext.Stack stack) |
Copyright © 2018. All rights reserved.