Class | Description |
---|---|
ConversationContextActivator |
This component takes care of activation/deactivation of the conversation context for a servlet request.
|
ConversationFilter |
Filter that handles conversation context activation if mapped by the application.
|
ConversationPropagationFilter | Deprecated
See also WELD-1262 and JBPAPP6-1664
|
HttpContextLifecycle |
Takes care of setting up and tearing down CDI contexts around an HTTP request and dispatching context lifecycle events.
|
ServletApiAbstraction | |
ServletContextService |
Simple holder for
ServletContext s that associates a ServletContext with the TCCL. |
SessionHolder |
Holds the session associated with the current request.
|
StaticWeldProvider | |
WeldCrossContextFilter |
This class provides support for cross-context dispatching to a web application that's using Weld.
|
WeldInitialListener |
The initial Weld listener.
|
WeldListener | Deprecated
Renamed to WeldInitialListener
|
WeldTerminalListener |
This listener activates the HttpSessionDestructionContext in sessionDestroyed(), but only if HttpSessionContext is not
active at the time (it is active when sessionDestroyed is invoked as a result of session.invalidate() during an
http request, and is not active when sessionDestroyed is invoked when the session times out or when all the sessions
are destroyed because the deployment is being removed).
|
Copyright © 2016. All rights reserved.