|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreationalContextImpl | |
|---|---|
| org.apache.webbeans.decorator | |
| org.apache.webbeans.intercept | |
| Uses of CreationalContextImpl in org.apache.webbeans.decorator |
|---|
| Methods in org.apache.webbeans.decorator with parameters of type CreationalContextImpl | |
|---|---|
static List<Object> |
WebBeansDecoratorConfig.getDecoratorStack(InjectionTargetBean<?> component,
Object instance,
Object delegate,
CreationalContextImpl<?> ownerCreationalContext)
|
| Uses of CreationalContextImpl in org.apache.webbeans.intercept |
|---|
| Methods in org.apache.webbeans.intercept with parameters of type CreationalContextImpl | |
|---|---|
static Object |
InterceptorUtil.callAroundInvokes(InjectionTargetBean<?> bean,
Object instance,
CreationalContextImpl<?> creationalContext,
Method proceed,
Object[] arguments,
List<InterceptorData> stack,
InvocationContext ejbInvocationContext,
Object altKey)
|
Object |
InterceptorData.createNewInstance(Object ownerInstance,
CreationalContextImpl<?> creationalContext)
Creates and returns a new interceptor instance. |
Object |
InterceptorDataImpl.createNewInstance(Object ownerInstance,
CreationalContextImpl<?> ownerCreationalContext)
|
Object |
InterceptorHandler.invoke(Object instance,
Method method,
Method proceed,
Object[] arguments,
CreationalContextImpl<?> ownerCreationalContext)
Calls decorators and interceptors and actual bean method. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||