project35.system
Class Context

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by project35.system.Context
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map
Direct Known Subclasses:
Project35ApplicationContext, Project35DocumentContext, Project35FormContext

public class Context
extends java.util.HashMap

holds environment variables that can be accessed throughout the Project35 application. A context is a HashMap, but here the methods have been renamed to make them more readable. Project35 makes use of three context: