| AbstractInvocationContext<T> |
|
| ApplicationScopedBeanInterceptorHandler |
This is a Provider especially
made for @ApplicationScoped beans.
|
| ConstructorInterceptorInvocationContext<T> |
|
| 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.
|
| RequestScopedBeanInterceptorHandler |
This is a Provider especially
made for @RequestScoped beans used in web applications.
|
| SessionScopedBeanInterceptorHandler |
This is a Provider especially
made for @SessionScoped beans used in web applications.
|