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 |
getAllowedOrigins, getBaseURL, getCdnHost, getChildHost, getChildHosts, getContextPath, getDefaultResourceBundleIds, getHomePage, getHostGroupName, getHostName, getHstLinkUrlPrefix, getLocale, getName, getPageNotFound, getPortMount, getResponseHeaders, getScheme, getSchemeNotMatchingResponseCode, getVirtualHosts, isCacheable, isContextPathInUrl, isCustomHttpsSupported, isPortInUrl, isSchemeAgnostic, isVersionInPreviewHeader
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 addedCopyright © 2008–2020 Hippo B.V. (http://www.onehippo.com). All rights reserved.