Uses of Class
org.opencms.site.CmsSiteManagerImpl
Package
Description
Reads and writes the XML based OpenCms configuration files.
Classes related to the LetsEncrypt docker integration.
Provides the main OpenCms "operating system".
-
Uses of CmsSiteManagerImpl in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSitesConfiguration.getSiteManager()
Returns the site manager.Modifier and TypeMethodDescriptionvoid
CmsSitesConfiguration.setSiteManager
(CmsSiteManagerImpl siteManager) Sets the site manager. -
Uses of CmsSiteManagerImpl in org.opencms.letsencrypt
Modifier and TypeMethodDescriptionboolean
CmsSiteConfigToLetsEncryptConfigConverter.run
(I_CmsReport report, CmsSiteManagerImpl siteManager) Runs the certificate configuration update for the sites configured in a site manager. -
Uses of CmsSiteManagerImpl in org.opencms.main
Modifier and TypeMethodDescriptionstatic CmsSiteManagerImpl
OpenCms.getSiteManager()
Returns the initialized site manager, which contains information about all configured sites.protected CmsSiteManagerImpl
OpenCmsCore.getSiteManager()
Returns the initialized site manager, which contains information about all configured sites.