Class AbstractActivateRequestContextInterceptor
- java.lang.Object
-
- org.jboss.weld.contexts.activator.AbstractActivateRequestContextInterceptor
-
- Direct Known Subclasses:
ActivateRequestContextInterceptor,CdiRequestContextActivatorInterceptor
public abstract class AbstractActivateRequestContextInterceptor extends Object
Base class for Request Context activation via interceptor. Can be activated using binding from Weld API (since 2.4) and also via CDI API binding (since 2.0).- Author:
- Matej Novotny
-
-
Field Summary
Fields Modifier and Type Field Description protected BeanManagerImplbeanManagerprotected FastEvent<Object>fastEventBeforeDestroyedprotected FastEvent<Object>fastEventDestroyedprotected FastEvent<Object>fastEventInitprotected RequestContextrequestContext
-
Constructor Summary
Constructors Constructor Description AbstractActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)
-
-
-
Field Detail
-
beanManager
protected final BeanManagerImpl beanManager
-
requestContext
protected final RequestContext requestContext
-
-
Constructor Detail
-
AbstractActivateRequestContextInterceptor
public AbstractActivateRequestContextInterceptor(RequestContext requestContext, BeanManagerImpl beanManager)
-
-