public interface MutableMount extends Mount
LIVE_NAME, PREVIEW_NAME, PROPERTY_NAME_MOUNT_PREFIX
Modifier and Type | Method and Description |
---|---|
void |
addMount(MutableMount mount) |
String |
getCmsLocation() |
String |
getLockedBy()
Deprecated.
deprecated since 7.8.4 and will be removed in 7.9.x
|
Calendar |
getLockedOn()
Deprecated.
deprecated since 7.8.4 and will be removed in 7.9.x
|
void |
setChannel(Channel channel)
Sets the info for this
Mount . |
void |
setChannelInfo(ChannelInfo info)
Set the channel info for the mount.
|
void |
setLockedBy(String userId)
Deprecated.
deprecated since 7.8.4 and will be removed in 7.9.x
|
void |
setLockedOn(Calendar lockedOn)
Deprecated.
deprecated since 7.8.4 and will be removed in 7.9.x
|
containsMultipleSchemes, getAlias, getCanonicalContentPath, getChannel, getChannelInfo, getChannelPath, getChildMount, getChildMounts, getContentPath, getDefaultResourceBundleId, getDefaultResourceBundleIds, getDefaultSiteMapItemHandlerIds, getEmbeddedMountPath, getFormLoginPage, getHomePage, getHstSite, getHstSiteMapMatcher, getIdentifier, getLocale, getMountPath, getMountPoint, getMountProperties, getName, getNamedPipeline, getPageNotFound, getParameter, getParameters, getParent, getPort, getProperty, getRoles, getScheme, getSchemeNotMatchingResponseCode, getType, getTypes, getUsers, getVirtualHost, isAuthenticated, isCacheable, isContextPathInUrl, isMapped, isOfType, isPortInUrl, isPreview, isSchemeAgnostic, isSessionStateful, isSite, isSubjectBasedSession, isVersionInPreviewHeader, onlyForContextPath
void setChannelInfo(ChannelInfo info)
info
- void setChannel(Channel channel) throws UnsupportedOperationException
Mount
. If the Mount
impl does not support setChannel(org.hippoecm.hst.configuration.channel.Channel)
, it can
throw an UnsupportedOperationException
channel
- the channel to set, not allowed to be null
{@link
- UnsupportedOperationException} when the implementation does not support to set a Channel
and IllegalArgumentException
when channel
is null
UnsupportedOperationException
void addMount(MutableMount mount) throws IllegalArgumentException, ServiceException
mount
- the MutableMount
to addIllegalArgumentException
- if the mount
could not be addedServiceException
- if the mount
could not be addedString getCmsLocation()
null
if not configured@Deprecated String getLockedBy()
@Deprecated void setLockedBy(String userId)
@Deprecated Calendar getLockedOn()
@Deprecated void setLockedOn(Calendar lockedOn)
lockedOn
- Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.