@Vetoed
Package org.jboss.weld.module.web.servlet
-
Class Summary 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.HttpContextLifecycle Takes care of setting up and tearing down CDI contexts around an HTTP request and dispatching context lifecycle events.ServletApiAbstraction ServletContextService Simple holder forServletContexts that associates a ServletContext with the TCCL.SessionHolder Holds the session associated with the current request.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 WeldInitialListenerWeldTerminalListener 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).