org.hippoecm.hst.configuration.internal
Interface ContextualizableMount

All Superinterfaces:
Mount, MutableMount
All Known Implementing Classes:
MountService

public interface ContextualizableMount
extends MutableMount

internal only api for being able to decorate a Mount to a preview Mount


Field Summary
 
Fields inherited from interface org.hippoecm.hst.configuration.hosting.Mount
LIVE_NAME, PREVIEW_NAME, PROPERTY_NAME_MOUNT_PREFIX
 
Method Summary
 String getPreviewCanonicalContentPath()
          internal only : not api
 String getPreviewContentPath()
          internal only : not api
 HstSite getPreviewHstSite()
          internal only : not api
 String getPreviewMountPoint()
          internal only : not api
 
Methods inherited from interface org.hippoecm.hst.configuration.hosting.MutableMount
addMount, getCmsLocation, getLockedBy, getLockedOn, setChannelInfo, setLockedBy, setLockedOn
 
Methods inherited from interface org.hippoecm.hst.configuration.hosting.Mount
getAlias, getCanonicalContentPath, getChannelInfo, getChannelPath, getChildMount, getChildMounts, getContentPath, getDefaultSiteMapItemHandlerIds, getEmbeddedMountPath, getFormLoginPage, getHomePage, getHstSite, getHstSiteMapMatcher, getIdentifier, getLocale, getMountPath, getMountPoint, getMountProperties, getName, getNamedPipeline, getPageNotFound, getParent, getPort, getProperty, getRoles, getScheme, getType, getTypes, getUsers, getVirtualHost, isAuthenticated, isContextPathInUrl, isMapped, isOfType, isPortInUrl, isPreview, isSessionStateful, isSite, isSubjectBasedSession, isVersionInPreviewHeader, onlyForContextPath
 

Method Detail

getPreviewContentPath

String getPreviewContentPath()
internal only : not api

Returns:
the preview content path of this mount. If there cannot be created a preview or this mount is already a preview, this returns the same as Mount.getContentPath()

getPreviewCanonicalContentPath

String getPreviewCanonicalContentPath()
internal only : not api

Returns:
the preview canonical content path of this mount. If there cannot be created a preview or this mount is already a preview, this returns the same as Mount.getCanonicalContentPath()

getPreviewMountPoint

String getPreviewMountPoint()
internal only : not api

Returns:
the preview mount point of this mount. If this mount is already a preview mount, the same is returned as Mount.getMountPoint()

getPreviewHstSite

HstSite getPreviewHstSite()
internal only : not api

Returns:
the preview hstSite of this mount. If this mount is already a preview mount, the same is returned as Mount.getHstSite()


Copyright © 2008-2012 Hippo. All Rights Reserved.