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() |
getBaseURL, getChildHost, getChildHosts, getDefaultResourceBundleId, getDefaultResourceBundleIds, getHomePage, getHostGroupName, getHostName, getLocale, getName, getPageNotFound, getPortMount, getScheme, getSchemeNotMatchingResponseCode, getVirtualHosts, isCacheable, isContextPathInUrl, 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 addedString getCmsLocation()
null
if not configuredCopyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.