| Place to put global state, specialized by application dependent state. This
is independent from WServlet so that it can be accessed from test cases etc.
Global state is generally a very bad idea, but works well for the menus for
which all other alternatives are messy.
All global state should only be referenced via WPageStructure.get* so that the
state could be localized or made ThreadLocal later. But for now we prefer to
keep it simple and move on.
|