This interface contains all the constants used throughout
the Turbine code base.
author: Jason van Zyl author: Henning P. Schmiedehausen author: Scott Eade version: $Id: TurbineConstants.java 543168 2007-05-31 15:42:24Z seade $
The prefix used to denote the namespace reserved for and
used by Turbine-specific configuration parameters (such as
those passed in via servlet container's config file
(server.xml), or the web app deployment descriptor
(web.xml).
For example, a parameter in the Turbine namespace would be
org.apache.turbine.loggingRoot.
DEFAULT_CONTEXT_PATH_KEY
final static String DEFAULT_CONTEXT_PATH_KEY(Code)
This is the key used in the Turbine.properties to access resources
relative to the Web Application root. It might differ from the
Application root, but the normal case is, that the webapp root
and the application root point to the same path.