Modifier and Type | Class and Description |
---|---|
class |
ImplicitServletObjectsProducer
Produces an application-scoped
ServletContext bean. |
class |
ServletExtension
Generates producers to map to the type at an HTTP parameter injection point.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContextAttributeProvider
A BeanManager provider for the Servlet Context attribute "javax.enterprise.inject.spi.BeanManager"
|
Modifier and Type | Class and Description |
---|---|
class |
CharacterEncodingConfig |
Modifier and Type | Class and Description |
---|---|
class |
ImplicitServletObjectsHolder
A manager for tracking the contextual Servlet objects, specifically the
ServletContext , HttpServletRequest
and HttpServletResponse . |
interface |
Initialized
Qualifies observer method parameters to select events that fire when HTTP artifacts are being initialized.
|
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).
|
Modifier and Type | Class and Description |
---|---|
class |
CookieParamProducer
A producer for a String bean qualified @
CookieParam . |
class |
HeaderParamProducer
A producer for a String bean qualified @
HeaderParam . |
class |
HttpSessionStatusImpl
A helper bean that can be injected to check the status of the HttpSession and acquiring it
|
class |
ImplicitHttpServletObjectsProducer
A producer for implicit HTTP Servlet objects, specifically the
HttpServletRequest , HttpServletResponse and
HttpSession . |
class |
RedirectBuilderImpl |
class |
RequestParamProducer
A producer for a String bean qualified @
RequestParam . |
Modifier and Type | Interface and Description |
---|---|
interface |
ServletLogger
Type-safe log messages for the Solder Servlet module
|
Copyright © 2008–2013 Seam Framework. All rights reserved.