| Class | Description |
|---|---|
| ImplicitServletObjectsProducer |
Produces an application-scoped
ServletContext bean. |
| ServletExtension |
Generates producers to map to the type at an HTTP parameter injection point.
|
| ServletExtension.TypedParamProducerBlueprint | |
| ServletRequestContext |
Encapsulates the
ServletRequest and ServletResponse for the current request and dually provides access to the
ServletContext, which is accessed from the HttpServletRequest object. |
| WebApplication |
Information about the current web application.
|
| Annotation Type | Description |
|---|---|
| ServerInfo |
Qualifies the server info string.
|
| WebRequest |
A qualifier used to distinguish resources (such as exception handlers) that are appropriate for an HTTP request not handled
by a more specific Servlet (such as JAX-RS or JSF).
|
Copyright © 2008-2013 Seam Framework. All Rights Reserved.