Uses of Interface
org.hippoecm.hst.configuration.hosting.Mount
Package
Description
The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting
The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container
The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of Mount in org.hippoecm.hst.configuration.hosting
Modifier and TypeInterfaceDescriptioninterface
Mount extension that decouples channel info retrieval from the mount service construction.Modifier and TypeMethodDescriptionMount.getChildMount
(String name) VirtualHosts.getMountByGroupAliasAndType
(String hostGroupName, String alias, String type) VirtualHosts.getMountByIdentifier
(String uuid) Mount.getParent()
PortMount.getRootMount()
Modifier and TypeMethodDescriptionMount.getChildMounts()
VirtualHosts.getMountsByHostGroup
(String hostGroupName) Modifier and TypeMethodDescriptionvoid
Add this mount for lookup throughVirtualHosts.getMountByGroupAliasAndType(String, String, String)
-
Uses of Mount in org.hippoecm.hst.configuration.internal
Modifier and TypeInterfaceDescriptioninterface
-
Uses of Mount in org.hippoecm.hst.content.rewriter
-
Uses of Mount in org.hippoecm.hst.core.container
Modifier and TypeMethodDescriptionHstContainerURLProvider.createURL
(Mount mount, HstContainerURL baseURL, String path) Creates anHstContainerURL
instance for a new pathInfo (without query parameters) based on theMount
and the baseHstContainerURL
instance.HstComponentFactory.getComponentInstance
(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount) Returns the HstComponent instance from the HstComponent context.HstComponentFactory.getComponentMetadata
(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount) Returns the metadata of the HstComponent from the HstComponent context. -
Uses of Mount in org.hippoecm.hst.core.internal
Modifier and TypeMethodDescriptionPreviewDecorator.decorateMountAsPreview
(Mount mount) This method decorates themount
to a previewMount
.Modifier and TypeMethodDescriptionPreviewDecorator.decorateMountAsPreview
(Mount mount) This method decorates themount
to a previewMount
.void
-
Uses of Mount in org.hippoecm.hst.core.linking
Modifier and TypeMethodDescriptionCreates an HstLink for thepath
andmount
.Creates an HstLink for thepath
andmount
.HstLinkCreator.create
(Node node, Mount mount, HstSiteMapItem preferredItem, boolean fallback) HstLinkCreator.create
(HstSiteMapItem toHstSiteMapItem, Mount mount) Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.HstLinkCreator.createAll
(Node node, Mount mount, String hostGroupName, String type, boolean crossMount) Rewrite a jcr Node to a List ofHstLink
sHstLinkCreator.createAllAvailableCanonicals
(Node node, Mount mount, String type, String hostGroupName) Expert: Creates aList
of all available canonical links fornode
, within the hostgrouphostGroupName
and where where the backingMount
of theHstLink
has at least onegetTypes()
equal totype
HstLinkCreator.createByRefId
(String siteMapItemRefId, Mount mount) Regardless the current context, create a HstLink to theHstSiteMapItem
forMount
mount
that hasHstSiteMapItem.getRefId()
equal tositeMapItemRefId
.HstLinkCreator.createPageNotFoundLink
(Mount mount) LocationResolver.resolve
(Node node, Mount mount, LocationMapTree locationMapTree) Implementations should here do their logic, possibly linkrewriting.RewriteContextResolver.resolve
(Node node, Mount mount, HstRequestContext context, boolean canonical, boolean navigationStateful) In general, the returnedRewriteContext.getPath()
with which the link creation is tried is justItem.getPath()
and the returnedRewriteContext.getMount()
just the mount for the currentHstRequestContext
, however, if required differently by an end project, it can be done by implementing a customRewriteContextResolver
and set this onHstLinkCreator
implementationResourceContainer.resolveToPathInfo
(Node resourceContainerNode, Node resourceNode, Mount mount) Implementations should here do their logic, possibly linkrewriting.ModifierConstructorDescriptionRewriteContext
(String path, Mount mount, boolean canonical, boolean navigationStateful) -
Uses of Mount in org.hippoecm.hst.core.request
Modifier and TypeMethodDescriptiona mount withgetAlias()
equal toalias
and at least one common type with the mount from the current request.ResolvedMount.getMount()
-
Uses of Mount in org.hippoecm.hst.pagecomposer.jaxrs.api
Modifier and TypeMethodDescriptionChannelEvent.getEditingMount()
PageActionContext.getEditingMount()
PageCopyContext.getTargetMount()