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 TypeMethodDescriptionvoidCmsSiteManagerImpl.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.voidCmsSiteManagerImpl.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.voidCmsSite.setAlternativeSiteRootMapping(Optional<CmsAlternativeSiteRootMapping> alternativeSiteRootMapping) Sets the alternative site root mapping.