All Classes and Interfaces
Class
Description
Base class providing an HttpSession backed, bound bean store.
An EL-resolver against the named beans
This component takes care of activation/deactivation of the conversation context for a servlet request.
Filter that handles conversation context activation if mapped by the application.
A BeanStore that uses a HTTP session as backing storage.
Takes care of setting up and tearing down CDI contexts around an HTTP request and dispatching context lifecycle events.
Built-in bean exposing
HttpServletRequest.Built-in bean exposing
HttpSession.This special http session context is necessary because HttpSessionListeners that are called when a session
is being destroyed outside the scope of a HTTP request, need to be able to access the session context.
An implementation of
HttpConversationContext that is capable of lazy initialization.
A BeanStore that uses a HTTP session as backing storage.
A namespace for bean names
A BeanStore that uses a HTTP request as backing storage.
Built-in bean exposing
ServletContext.Simple holder for
ServletContexts that associates a ServletContext with the TCCL.Error messages relating to Servlet integration
Message ids: 000700 - 000799
Warning this class consists of generated code.
Utilities for working with Servlet API.
Holds the session associated with the current request.
Responsible for pushing the CreationalContext stack into the ELContext which
is later populated by our expression wrappers
The initial Weld listener.
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).
Weld module that provides Servlet and EL integration.