|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MutableVirtualHost
Method Summary | |
---|---|
void |
addPortMount(MutablePortMount portMount)
Add the portMount to this MutableVirtualHost |
void |
addVirtualHost(MutableVirtualHost virtualHost)
Adds the virtualHost as child to this MutableVirtualHost |
String |
getCmsLocation()
|
Methods inherited from interface org.hippoecm.hst.configuration.hosting.VirtualHost |
---|
getBaseURL, getChildHost, getChildHosts, getHomePage, getHostGroupName, getHostName, getLocale, getName, getPageNotFound, getPortMount, getScheme, getVirtualHosts, isContextPathInUrl, isPortInUrl, isVersionInPreviewHeader, onlyForContextPath |
Method Detail |
---|
void addVirtualHost(MutableVirtualHost virtualHost) throws IllegalArgumentException
virtualHost
as child to this MutableVirtualHost
virtualHost
- the MutableVirtualHost
to add
IllegalArgumentException
- if the virtualHost
could not be addedvoid addPortMount(MutablePortMount portMount) throws IllegalArgumentException
portMount
to this MutableVirtualHost
portMount
- the MutablePortMount
to add
IllegalArgumentException
- if the portMount
could not be addedString getCmsLocation()
null
if not configured
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |