| Class | Description |
|---|---|
| AbstractInvocationContext<T> | |
| ApplicationScopedBeanInterceptorHandler |
This is a
Provider especially
made for @ApplicationScoped beans. |
| DecoratorHandler |
InterceptorHandler which handles all the Decorators on the InjectionTarget.
|
| DefaultInterceptorHandler<T> | |
| InterceptorComparator<T> | |
| InterceptorInvocationContext<T> |
InvocationContext for business method interceptors
|
| InterceptorResolutionService |
Class to calculate interceptor resolution information.
|
| InterceptorResolutionService.BeanInterceptorInfo |
static information about interceptors and decorators for a
single bean.
|
| InterceptorResolutionService.BusinessMethodInterceptorInfo |
We track per method which Interceptors to invoke
|
| InterceptorResolutionService.LifecycleMethodInfo | |
| InterceptorsManager |
This class keeps all the enabled interceptor classes information of a certain BeanManager.
|
| InterceptorUtil | |
| LifecycleInterceptorInvocationContext<T> |
InvocationContext for lifecycle methods like @PostConstruct, etc.
|
| NormalScopedBeanInterceptorHandler |
A Provider which handles all NormalScoped proxying.
|
Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.