Class ContextWrapper

java.lang.Object
org.apache.struts.chain.contexts.ContextWrapper
All Implemented Interfaces:
Map<String,Object>, Context
Direct Known Subclasses:
ActionContextBase

public class ContextWrapper extends Object implements Context
Provide a base class for any Context Implementation which is primarily intended for use in a subchain.

Classes which extend ContextWrapper may implement typesafe property methods which also leave their values in the underlying context.