Uses of Class
org.opencms.loader.CmsResourceManager
-
Packages that use CmsResourceManager Package Description org.opencms.configuration Reads and writes the XML based OpenCms configuration files.org.opencms.main Provides the main OpenCms "operating system". -
-
Uses of CmsResourceManager in org.opencms.configuration
Methods in org.opencms.configuration that return CmsResourceManager Modifier and Type Method Description CmsResourceManagerCmsVfsConfiguration. getResourceManager()Returns the initialized resource manager.Methods in org.opencms.configuration with parameters of type CmsResourceManager Modifier and Type Method Description voidCmsVfsConfiguration. setResourceManager(CmsResourceManager manager)Sets the generated resource manager. -
Uses of CmsResourceManager in org.opencms.main
Methods in org.opencms.main that return CmsResourceManager Modifier and Type Method Description static CmsResourceManagerOpenCms. getResourceManager()Returns the resource manager.protected CmsResourceManagerOpenCmsCore. getResourceManager()Returns the resource manager.
-