This package provides the classes used to access OpenCms resources
by a servlet (or the OpenCms shell).
There are currently 2 main ways to acess resources in an OpenCms System:
- Using the OpenCmsHttpServlet. This is the default usage of the OpenCms system.
- Using the CmsShell. This is done for specific reasons, usually related to system configuration or setup.
The other classes in this package are utility classes used for wrapping the request context
(usually of a HttpServletRequest) and some interfaces.
@see com.opencms.core.A_OpenCms
@see com.opencms.core.OpenCms
@see com.opencms.core.OpenCmsHttpServlet
@see com.opencms.core.CmsShell