public interface MutableVirtualHosts extends VirtualHosts
DEFAULT_SCHEME
Modifier and Type | Method and Description |
---|---|
void |
addMount(Mount mount)
Add this mount for lookup through
VirtualHosts.getMountByGroupAliasAndType(String, String, String) |
void |
addVirtualHost(MutableVirtualHost virtualHost)
Adds the
virtualHost as child to this MutableVirtualHosts |
Map<String,Map<String,MutableVirtualHost>> |
getRootVirtualHostsByGroup()
The root virtualhosts are the first segment of a host.
|
getChannelManagerHostGroupName, getChannelManagerSitesName, getCmsPreviewPrefix, getDefaultContextPath, getDefaultHostName, getDefaultResourceBundleId, getDefaultResourceBundleIds, getHostGroupNames, getHstManager, getLocale, getMountByGroupAliasAndType, getMountByIdentifier, getMountsByHostGroup, isChannelMngrSiteAuthenticationSkipped, isContextPathInUrl, isDiagnosticsEnabled, isExcluded, isPortInUrl, matchMount, matchSiteMapItem, matchVirtualHost
void addMount(Mount mount) throws ServiceException
VirtualHosts.getMountByGroupAliasAndType(String, String, String)
mount
- ServiceException
void addVirtualHost(MutableVirtualHost virtualHost) throws IllegalArgumentException
virtualHost
as child to this MutableVirtualHosts
virtualHost
- the MutableVirtualHost
to addIllegalArgumentException
- if the virtualHost
could not be addedMap<String,Map<String,MutableVirtualHost>> getRootVirtualHostsByGroup()
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.