@Vetoed
Package org.jboss.weld.servlet
JBoss, Home of Professional Open Source
Copyright 2015, Red Hat, Inc. and/or its affiliates, and individual
contributors by the @authors tag. See the copyright.txt in the
distribution for a full listing of individual contributors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
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.ConversationPropagationFilter Deprecated. See also WELD-1262 and JBPAPP6-1664HttpContextLifecycle 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.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 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).