Package net.sf.morph.context.contexts

Context implementations.

See:
          Description

Class Summary
BaseContext Convenient base class for Contexts.
BaseHierarchicalContext Convenient base class for hierarchical Contexts.
ContextDecorator Decorates any context so that it implements DecoratedLanguage.
HttpServletContext Context for HTTP servlets that evaluates request parameters, request attributes, session attributes, and application attributes, in that order.
JspContext Context for JSP pages that evaluates page context attributes, request parameters, request attributes, session attributes, and application attributes, in that order.
MapContext A simple Context backed by a Map.
ReflectorHierarchicalContext A context that delegates property storage to some delegate and uses BeanReflectors to manipulate the information in the delegate.
 

Package net.sf.morph.context.contexts Description

Context implementations.



Copyright © 2004-2008.