Uses of Class
org.opencms.site.CmsSiteManagerImpl
Packages that use 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
Methods in org.opencms.configuration that return CmsSiteManagerImplModifier and TypeMethodDescriptionCmsSitesConfiguration.getSiteManager()
Returns the site manager.Methods in org.opencms.configuration with parameters of type CmsSiteManagerImplModifier and TypeMethodDescriptionvoid
CmsSitesConfiguration.setSiteManager
(CmsSiteManagerImpl siteManager) Sets the site manager. -
Uses of CmsSiteManagerImpl in org.opencms.letsencrypt
Methods in org.opencms.letsencrypt with parameters of type CmsSiteManagerImplModifier 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
Methods in org.opencms.main that return CmsSiteManagerImplModifier 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.