public interface MutableMount extends Mount
LIVE_NAME, PREVIEW_NAME, PROPERTY_NAME_MOUNT_PREFIX
Modifier and Type | Method and Description |
---|---|
void |
addMount(MutableMount mount) |
void |
setChannel(Channel channel,
Channel previewChannel)
|
void |
setChannelInfo(ChannelInfo info,
ChannelInfo previewInfo)
Set the channel info for the mount.
|
containsMultipleSchemes, getAlias, getCanonicalContentPath, getChannel, getChannelInfo, getChannelPath, getChildMount, getChildMounts, getCmsLocation, getCmsLocations, getContentPath, getContextPath, getDefaultResourceBundleId, getDefaultResourceBundleIds, getDefaultSiteMapItemHandlerIds, getFormLoginPage, getHomePage, getHstSite, getHstSiteMapMatcher, getIdentifier, getLocale, getMountPath, getMountPoint, getMountProperties, getName, getNamedPipeline, getPageNotFound, getParameter, getParameters, getParent, getPort, getProperty, getPropertyNames, getRoles, getScheme, getSchemeNotMatchingResponseCode, getType, getTypes, getUsers, getVirtualHost, isAuthenticated, isCacheable, isContextPathInUrl, isMapped, isOfType, isPortInUrl, isPreview, isSchemeAgnostic, isSessionStateful, isSite, isSubjectBasedSession, isVersionInPreviewHeader, onlyForContextPath
void setChannelInfo(ChannelInfo info, ChannelInfo previewInfo)
void setChannel(Channel channel, Channel previewChannel) throws UnsupportedOperationException
Channel
info for this Mount
. If the Mount
impl does not support
setChannel(Channel, Channel)
, it can
throw an UnsupportedOperationException
channel
- the channel to set, not allowed to be null
previewChannel
- the channel to set, not allowed to be null
. if there is no preview, the
previewChannel
is the same as channel
{@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
mount
- the MutableMount
to addIllegalArgumentException
- if the mount
could not be addedCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.