This is the context manager.
The main purpose of this component is maintaining contexts. Each
application can have one or more session contexts.
A context is a data container that can hold arbitrary information.
The contained information can either be an XML tree or custom
objects.
author: Carsten Ziegeler version: CVS $Id: ContextManager.java 433543 2006-08-22 06:22:54Z crossley $
createContext(String name, String loadURI, String saveURI) Create a new public context in the session.
Create a new public session context for this user.
Create a new public context in the session.
Create a new public session context for this user. If this context
already exists no new context is created and the old one will be used
instead.