There are 3 main ways to access resources in an OpenCms System:
{@link org.opencms.main.OpenCmsServlet}
. This is the default usage of the OpenCms system.{@link org.opencms.main.CmsShell}
. This is done for specific reasons, usually related to system configuration or setup.{@link org.opencms.main.OpenCms#initCmsObject(String)}
from an application to obtain an initialized OpenCms user context.{@link org.opencms.file.CmsObject}
.@version $Revision: 1.9 $ @since 6.0.0 @see org.opencms.main.OpenCmsServlet @see org.opencms.main.CmsShell @see org.opencms.main.OpenCms