Classes in net.sf.morph.context.contexts that implement DelegatingContext |
class |
HttpServletContext
Context for HTTP servlets that evaluates request parameters, request
attributes, session attributes, and application attributes, in that order. |
class |
JspContext
Context for JSP pages that evaluates page context attributes, request
parameters, request attributes, session attributes, and application
attributes, in that order. |
class |
MapContext
A simple Context backed by a Map. |
class |
ReflectorHierarchicalContext
A context that delegates property storage to some delegate and uses
BeanReflector s to manipulate the information in the
delegate. |