Class | Description |
---|---|
AbstractServletEventBridge |
An abstract class that handles sending events to the CDI event bus with support for environments where injection into the
Servlet component is not available.
|
ImplicitServletObjectsHolder |
A manager for tracking the contextual Servlet objects, specifically the
ServletContext , HttpServletRequest
and HttpServletResponse . |
ServletEventBridgeFilter |
Propagates the
ServletResponse lifecycle events to the CDI event bus, complementing the ServletEventBridgeListener,
which handles the other lifecycle events. |
ServletEventBridgeListener |
Propagates Servlet lifecycle events to the CDI event bus.
|
ServletEventBridgeServlet |
Leverages the lifecycle of a Servlet to generate a CDI when the web application has been fully deployed and when it is
undeployed.
|
Annotation Type | Description |
---|---|
Destroyed |
Qualifies observer method parameters to select events that fire when HTTP artifacts are being destroyed.
|
DidActivate |
Qualifies observer method parameters to select events that fire when HTTP sessions are activated.
|
HttpMethod |
Qualifies observer methods to select HTTP lifecycle events for a particular HTTP method.
|
Initialized |
Qualifies observer method parameters to select events that fire when HTTP artifacts are being initialized.
|
Path |
Qualifies observer methods to select HTTP lifecycle events for a particular Servlet path.
|
Started |
Qualifies observer method parameters to select the event fired when the web application has started.
|
WillPassivate |
Qualifies observer method parameters to select events that fire when HTTP sessions are passivated.
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.