| Package | Description |
|---|---|
| org.apache.webbeans.decorator | |
| org.apache.webbeans.intercept |
| Modifier and Type | Method and Description |
|---|---|
static List<Object> |
WebBeansDecoratorConfig.getDecoratorStack(InjectionTargetBean<?> component,
Object instance,
Object delegate,
CreationalContextImpl<?> ownerCreationalContext) |
| Modifier and Type | Method and Description |
|---|---|
Object |
InterceptorUtil.callAroundInvokes(WebBeansContext webBeansContext,
InjectionTargetBean<?> bean,
Object instance,
CreationalContextImpl<?> creationalContext,
Method proceed,
Object[] arguments,
List<InterceptorData> stack,
javax.interceptor.InvocationContext ejbInvocationContext,
Object altKey) |
Object |
InterceptorDataImpl.createNewInstance(Object ownerInstance,
CreationalContextImpl<?> ownerCreationalContext) |
Object |
InterceptorData.createNewInstance(Object ownerInstance,
CreationalContextImpl<?> creationalContext)
Creates and returns a new interceptor instance.
|
Object |
InterceptorHandler.invoke(Object instance,
Method method,
Method proceed,
Object[] arguments,
CreationalContextImpl<?> ownerCreationalContext)
Calls decorators and interceptors and actual
bean method.
|
Object |
InterceptorHandler.invoke(Object instance,
Method method,
Object[] arguments,
CreationalContextImpl<?> ownerCreationalContext) |
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.