| The Interface for creating the ContextResource class. A ContextResource is
responsible for storing objects in our session. Never use the methods of a
HttpSession Object like HttpSession.setAttribute(String name, Object value)
and getAttribute().
author: Ralf Rapude version: $Id: ContextDemoText.java 1380 2004-08-06 15:02:52Z mlhartme $ |