Package | Description |
---|---|
org.jboss.solder.servlet.event | |
org.jboss.solder.servlet.exception |
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
ServletEventBridgeFilter
Propagates the
ServletResponse lifecycle events to the CDI event bus, complementing the ServletEventBridgeListener,
which handles the other lifecycle events. |
class |
ServletEventBridgeListener
Propagates Servlet lifecycle events to the CDI event bus.
|
class |
ServletEventBridgeServlet
Leverages the lifecycle of a Servlet to generate a CDI when the web application has been fully deployed and when it is
undeployed.
|
Modifier and Type | Class and Description |
---|---|
class |
CatchExceptionFilter
A bridge that forwards unhandled exceptions to the Solder exception handling facility (Solder Catch).
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.