|
Class Summary |
| AttributeContainer |
|
| ScopedAttributeContainer |
Base class for wrapper objects that keep their own scoped attributes, ignoring the attributes
of the wrapped objects. |
| ScopedRequestDispatcher |
A request dispatcher that doesn't actually forward (but keeps track of the attempted
forward), and which does some extra work to do server includes into our ScopedRequest
and ScopedResponse. |
| ScopedRequestImpl |
A wrapper around HttpServletRequest, associated with a given scope-key. |
| ScopedResponseImpl |
A wrapper around HttpServletResponse, associated with a given scope-key. |
| ScopedServletConfig |
A wrapper around ServletConfig, associated with a given scope-key. |
| ScopedSession |
A wrapper around HttpSession, associated with a given scope-key. |