Uses of Interface
org.hippoecm.hst.configuration.hosting.Mount
Packages that use 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
Subinterfaces of Mount in org.hippoecm.hst.configuration.hostingModifier and TypeInterfaceDescriptioninterface
Mount extension that decouples channel info retrieval from the mount service construction.Methods in org.hippoecm.hst.configuration.hosting that return MountModifier and TypeMethodDescriptionMount.getChildMount
(String name) VirtualHosts.getMountByGroupAliasAndType
(String hostGroupName, String alias, String type) VirtualHosts.getMountByIdentifier
(String uuid) Mount.getParent()
PortMount.getRootMount()
Methods in org.hippoecm.hst.configuration.hosting that return types with arguments of type MountModifier and TypeMethodDescriptionMount.getChildMounts()
VirtualHosts.getMountsByHostGroup
(String hostGroupName) Methods in org.hippoecm.hst.configuration.hosting with parameters of type MountModifier and TypeMethodDescriptionvoid
Add this mount for lookup throughVirtualHosts.getMountByGroupAliasAndType(String, String, String)
-
Uses of Mount in org.hippoecm.hst.configuration.internal
Subinterfaces of Mount in org.hippoecm.hst.configuration.internalModifier and TypeInterfaceDescriptioninterface
-
Uses of Mount in org.hippoecm.hst.content.rewriter
Methods in org.hippoecm.hst.content.rewriter with parameters of type Mount -
Uses of Mount in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type MountModifier 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
Methods in org.hippoecm.hst.core.internal that return MountModifier and TypeMethodDescriptionPreviewDecorator.decorateMountAsPreview
(Mount mount) This method decorates themount
to a previewMount
.Methods in org.hippoecm.hst.core.internal with parameters of type MountModifier and TypeMethodDescriptionPreviewDecorator.decorateMountAsPreview
(Mount mount) This method decorates themount
to a previewMount
.void
-
Uses of Mount in org.hippoecm.hst.core.linking
Methods in org.hippoecm.hst.core.linking that return MountMethods in org.hippoecm.hst.core.linking with parameters of type MountModifier 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.Constructors in org.hippoecm.hst.core.linking with parameters of type MountModifierConstructorDescriptionRewriteContext
(String path, Mount mount, boolean canonical, boolean navigationStateful) -
Uses of Mount in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return MountModifier 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
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return MountModifier and TypeMethodDescriptionChannelEvent.getEditingMount()
PageActionContext.getEditingMount()
PageCopyContext.getTargetMount()
Methods in org.hippoecm.hst.pagecomposer.jaxrs.api that return types with arguments of type Mount