org.apache.beehive.netui.pageflow.scoping.internal |
|
Java Source File Name | Type | Comment |
AttributeContainer.java | Class | |
ParseUtils.java | Class | |
ScopedAttributeContainer.java | Class | Base class for wrapper objects that keep their own scoped attributes, ignoring the attributes
of the wrapped objects. |
ScopedRequestDispatcher.java | Class | 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.java | Class | A wrapper around HttpServletRequest, associated with a given scope-key. |
ScopedResponseImpl.java | Class | A wrapper around HttpServletResponse, associated with a given scope-key. |
ScopedServletConfig.java | Class | A wrapper around ServletConfig, associated with a given scope-key. |
ScopedSession.java | Class | A wrapper around HttpSession, associated with a given scope-key. |