public interface MutableVirtualHost extends VirtualHost
Modifier and Type | Method and Description |
---|---|
void |
addPortMount(MutablePortMount portMount)
Add the
portMount to this MutableVirtualHost |
void |
addVirtualHost(MutableVirtualHost virtualHost)
Adds the
virtualHost as child to this MutableVirtualHost |
String |
getCmsLocation()
Deprecated.
since 7.9.1 : Use
getCmsLocations() instead |
List<String> |
getCmsLocations() |
getBaseURL, getCdnHost, getChildHost, getChildHosts, getContextPath, getDefaultResourceBundleId, getDefaultResourceBundleIds, getHomePage, getHostGroupName, getHostName, getLocale, getName, getPageNotFound, getPortMount, getScheme, getSchemeNotMatchingResponseCode, getVirtualHosts, isCacheable, isContextPathInUrl, isCustomHttpsSupported, isPortInUrl, isSchemeAgnostic, isVersionInPreviewHeader, onlyForContextPath
void addVirtualHost(MutableVirtualHost virtualHost) throws IllegalArgumentException
virtualHost
as child to this MutableVirtualHost
virtualHost
- the MutableVirtualHost
to addIllegalArgumentException
- if the virtualHost
could not be addedvoid addPortMount(MutablePortMount portMount) throws IllegalArgumentException
portMount
to this MutableVirtualHost
portMount
- the MutablePortMount
to addIllegalArgumentException
- if the portMount
could not be added@Deprecated String getCmsLocation()
getCmsLocations()
insteadnull
if not configuredCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.