Uses of Class
org.opencms.site.CmsAlternativeSiteRootMapping
Packages that use CmsAlternativeSiteRootMapping
-
Uses of CmsAlternativeSiteRootMapping in org.opencms.site
Methods in org.opencms.site that return types with arguments of type CmsAlternativeSiteRootMappingModifier and TypeMethodDescriptionCmsSite.getAlternativeSiteRootMapping()
Gets the (optional) alternative site root mapping.Method parameters in org.opencms.site with type arguments of type CmsAlternativeSiteRootMappingModifier and TypeMethodDescriptionvoid
CmsSiteManagerImpl.addSite
(String server, String uri, String title, String position, String errorPage, String webserver, String sslMode, String secureServer, String exclusive, String error, String usePermanentRedirects, String subsiteSelection, SortedMap<String, String> params, List<CmsSiteMatcher> aliases, Optional<CmsAlternativeSiteRootMapping> alternativeSiteRootMapping) Adds a new CmsSite to the list of configured sites, this is only allowed during configuration.void
CmsSiteManagerImpl.addSiteInternally
(String server, String uri, String title, String position, String errorPage, String webserver, String sslMode, String secureServer, String exclusive, String error, String usePermanentRedirects, String subsiteSelection, SortedMap<String, String> params, List<CmsSiteMatcher> aliases, Optional<CmsAlternativeSiteRootMapping> alternativeSiteRoot) Adds a new CmsSite to the list of configured sites, this is only allowed during configuration.void
CmsSite.setAlternativeSiteRootMapping
(Optional<CmsAlternativeSiteRootMapping> alternativeSiteRootMapping) Sets the alternative site root mapping.