Interface MutableVirtualHosts
-
- All Superinterfaces:
VirtualHosts
public interface MutableVirtualHosts extends VirtualHosts
-
-
Field Summary
-
Fields inherited from interface org.hippoecm.hst.configuration.hosting.VirtualHosts
DEFAULT_SCHEME
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMount(Mount mount)
Add this mount for lookup throughVirtualHosts.getMountByGroupAliasAndType(String, String, String)
Map<String,Map<String,VirtualHost>>
getRootVirtualHostsByGroup()
The root virtualhosts are the first segment of a host.-
Methods inherited from interface org.hippoecm.hst.configuration.hosting.VirtualHosts
getBlueprint, getBlueprints, getChannelById, getChannelByJcrPath, getChannelInfo, getChannelInfoClass, getChannelInfoClass, getChannelInfoMixins, getChannelInfoMixins, getChannelManagerSitesName, getChannels, getChannels, getCmsPreviewPrefix, getComponentRegistry, getContextPath, getDefaultResourceBundleIds, getDiagnosticsDepth, getDiagnosticsThresholdMillis, getDiagnosticsUnitThresholdMillis, getHostGroupNames, getLocale, getMountByGroupAliasAndType, getMountByIdentifier, getMountsByHostGroup, getPropertyDefinitions, getPropertyDefinitions, getResourceBundle, isChannelMngrSiteAuthenticationSkipped, isContextPathInUrl, isDiagnosticsEnabled, isHstFilterExcludedPath, isPortInUrl, matchMount, matchMount, matchVirtualHost
-
-
-
-
Method Detail
-
addMount
void addMount(Mount mount)
Add this mount for lookup throughVirtualHosts.getMountByGroupAliasAndType(String, String, String)
- Parameters:
mount
-
-
getRootVirtualHostsByGroup
Map<String,Map<String,VirtualHost>> getRootVirtualHostsByGroup()
The root virtualhosts are the first segment of a host. For example just 'com', or just 'org'. In case of an IP adres, for for example the hostName 127.0.0.1, the root virtualhost will be '1' . A root virtualhost is also allowed to be www.example.com which is typically the case when it is runtime added- Returns:
- all the root virtualhosts by hostgroup
-
-