project35.system
Class Context
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
project35.system.Context
- All Implemented Interfaces:
- Serializable, Cloneable, Map
- Direct Known Subclasses:
- Project35ApplicationContext, Project35DocumentContext, Project35FormContext
public class Context
- extends 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:
public Context()
getProperty
public Object getProperty(String propertyName)
getRegisteredPropertyNames
public String[] getRegisteredPropertyNames()
setProperty
public void setProperty(String propertyName,
Object propertyValue)