Uses of Interface
org.hippoecm.hst.configuration.hosting.Mount

Packages that use Mount
org.hippoecm.hst.component.support.bean   
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
org.hippoecm.hst.configuration.internal   
org.hippoecm.hst.configuration.site The org.hippoecm.hst.configuration.site package defines the API for the HST Configuration 
org.hippoecm.hst.configuration.sitemap The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration 
org.hippoecm.hst.content.rewriter The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters 
org.hippoecm.hst.content.rewriter.impl   
org.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Container 
org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Container 
org.hippoecm.hst.core.linking The org.hippoecm.hst.core.linking package defines the API for the HST Core Linking 
org.hippoecm.hst.core.linking.resolvers   
org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request 
org.hippoecm.hst.mock.core.linking   
org.hippoecm.hst.mock.core.request   
org.hippoecm.hst.pagecomposer.jaxrs.model   
org.hippoecm.hst.pagecomposer.jaxrs.services   
org.hippoecm.hst.site.request   
org.hippoecm.hst.tag   
org.hippoecm.hst.util The org.hippoecm.hst.content.util package defines the API for the HST Util 
 

Uses of Mount in org.hippoecm.hst.component.support.bean
 

Methods in org.hippoecm.hst.component.support.bean that return Mount
 Mount BaseHstComponent.getMount(HstRequest request)
           
 

Uses of Mount in org.hippoecm.hst.configuration.hosting
 

Subinterfaces of Mount in org.hippoecm.hst.configuration.hosting
 interface MutableMount
          Mount extension that decouples channel info retrieval from the mount service construction.
 

Classes in org.hippoecm.hst.configuration.hosting that implement Mount
 class MountService
           
 

Methods in org.hippoecm.hst.configuration.hosting that return Mount
 Mount MountService.getChildMount(String name)
           
 Mount Mount.getChildMount(String name)
           
 Mount VirtualHostsService.getMountByGroupAliasAndType(String hostGroupName, String alias, String type)
           
 Mount VirtualHosts.getMountByGroupAliasAndType(String hostGroupName, String alias, String type)
          Returns the Mount for this hostGroupName, alias and type having getType() equal to type.
 Mount VirtualHostsService.getMountByIdentifier(String uuid)
           
 Mount VirtualHosts.getMountByIdentifier(String uuid)
           
 Mount MountService.getParent()
           
 Mount Mount.getParent()
           
 Mount PortMountService.getRootMount()
           
 Mount PortMount.getRootMount()
          A PortMount has to have at least a root Mount, otherwise it is not a valid PortNumber and cannot be used.
 

Methods in org.hippoecm.hst.configuration.hosting that return types with arguments of type Mount
 List<Mount> MountService.getChildMounts()
           
 List<Mount> Mount.getChildMounts()
           
 List<Mount> VirtualHostsService.getMountsByHostGroup(String hostGroupName)
           
 List<Mount> VirtualHosts.getMountsByHostGroup(String hostGroupName)
           
 

Methods in org.hippoecm.hst.configuration.hosting with parameters of type Mount
 void VirtualHostsService.addMount(Mount mount)
          Add this mount for lookup through VirtualHostsService.getMountByGroupAliasAndType(String, String, String)
 void MutableVirtualHosts.addMount(Mount mount)
          Add this mount for lookup through VirtualHosts.getMountByGroupAliasAndType(String, String, String)
 

Constructors in org.hippoecm.hst.configuration.hosting with parameters of type Mount
MountService(HstNode mount, Mount parent, VirtualHost virtualHost, HstManagerImpl hstManager, int port)
           
PortMountService(Mount rootMount, VirtualHost virtualHost)
           
 

Uses of Mount in org.hippoecm.hst.configuration.internal
 

Subinterfaces of Mount in org.hippoecm.hst.configuration.internal
 interface ContextualizableMount
          internal only api for being able to decorate a Mount to a preview Mount
 

Uses of Mount in org.hippoecm.hst.configuration.site
 

Methods in org.hippoecm.hst.configuration.site that return Mount
 Mount HstSiteService.getMount()
          Deprecated.  
 Mount HstSite.getMount()
          Deprecated. Through the HstRequestContext#getResolvedMount()#getMount() the Mount should be accessed
 

Uses of Mount in org.hippoecm.hst.configuration.sitemap
 

Constructors in org.hippoecm.hst.configuration.sitemap with parameters of type Mount
HstSiteMapItemService(HstNode node, Mount mount, HstSiteMapItemHandlersConfiguration siteMapItemHandlersConfiguration, HstSiteMapItem parentItem, HstSiteMap hstSiteMap, int depth)
           
HstSiteMapService(HstSite hstSite, HstNode siteMapNode, Mount mount, HstSiteMapItemHandlersConfiguration siteMapItemHandlersConfiguration)
           
 

Uses of Mount in org.hippoecm.hst.content.rewriter
 

Methods in org.hippoecm.hst.content.rewriter with parameters of type Mount
 T ContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, Mount targetMount)
          Rewrites the content of the content node.
 

Uses of Mount in org.hippoecm.hst.content.rewriter.impl
 

Methods in org.hippoecm.hst.content.rewriter.impl with parameters of type Mount
protected  HstLink SimpleContentRewriter.getBinaryLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getDocumentLink(String path, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
protected  HstLink SimpleContentRewriter.getLink(String path, javax.jcr.Node node, HstRequestContext reqContext, Mount targetMount)
           
 String SimpleContentRewriter.rewrite(String html, javax.jcr.Node node, HstRequestContext requestContext, Mount targetMount)
           
 T AbstractContentRewriter.rewrite(T content, javax.jcr.Node contentNode, HstRequestContext requestContext, Mount targetMount)
           
 

Uses of Mount in org.hippoecm.hst.core.container
 

Methods in org.hippoecm.hst.core.container with parameters of type Mount
 HstContainerURL HstContainerURLProviderImpl.createURL(Mount mount, HstContainerURL baseContainerURL, String pathInfo)
           
 HstContainerURL HstContainerURLProvider.createURL(Mount mount, HstContainerURL baseURL, String path)
          Creates an HstContainerURL instance for a new pathInfo (without query parameters) based on the Mount and the base HstContainerURL instance.
 HstComponent HstComponentFactoryImpl.getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
           
 HstComponent HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig, HstComponentConfiguration compConfig, Mount mount)
          Returns the HstComponent instance from the HstComponent context.
 

Uses of Mount in org.hippoecm.hst.core.internal
 

Methods in org.hippoecm.hst.core.internal with parameters of type Mount
 void MutableResolvedMount.setMount(Mount mount)
          Sets the backing Mount behind the ResolvedMount to the new mount.
 

Uses of Mount in org.hippoecm.hst.core.linking
 

Methods in org.hippoecm.hst.core.linking that return Mount
 Mount HstLinkImpl.getMount()
           
 Mount HstLink.getMount()
           
 

Methods in org.hippoecm.hst.core.linking with parameters of type Mount
 HstLink DefaultHstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
           
 HstLink HstLinkCreator.create(HstSiteMapItem toHstSiteMapItem, Mount mount)
          Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.
 HstLink DefaultHstLinkCreator.create(javax.jcr.Node node, Mount mount)
           
 HstLink HstLinkCreator.create(javax.jcr.Node node, Mount mount)
          Expert: Rewrite a jcr node to a HstLink with respect to the mount.
 HstLink DefaultHstLinkCreator.create(String path, Mount mount)
           
 HstLink HstLinkCreator.create(String path, Mount mount)
          Regardless the current context, create a HstLink for the path and mount
 HstLink DefaultHstLinkCreator.create(String path, Mount mount, boolean containerResource)
           
 HstLink HstLinkCreator.create(String path, Mount mount, boolean containerResource)
          Regardless the current context, create a HstLink to the path that you use as argument.
 HstLink DefaultHstLinkCreator.createByRefId(String siteMapItemRefId, Mount mount)
           
 HstLink HstLinkCreator.createByRefId(String siteMapItemRefId, Mount mount)
          Regardless the current context, create a HstLink to the HstSiteMapItem for Mount mount that has HstSiteMapItem.getRefId() equal to siteMapItemRefId.
 HstLink LocationResolver.resolve(javax.jcr.Node node, Mount mount)
          Implementations should here do their logic, possibly linkrewriting.
 String AbstractResourceContainer.resolveToPathInfo(javax.jcr.Node resourceContainerNode, javax.jcr.Node resourceNode, Mount mount)
           
 String ResourceContainer.resolveToPathInfo(javax.jcr.Node resourceContainerNode, javax.jcr.Node resourceNode, Mount mount)
          Implementations should here do their logic, possibly linkrewriting.
 

Constructors in org.hippoecm.hst.core.linking with parameters of type Mount
HstLinkImpl(String path, Mount mount)
           
HstLinkImpl(String path, Mount mount, boolean containerResource)
           
HstLinkImpl(String path, Mount mount, boolean containerResource, boolean rewriteHomePagePath)
           
 

Uses of Mount in org.hippoecm.hst.core.linking.resolvers
 

Methods in org.hippoecm.hst.core.linking.resolvers with parameters of type Mount
 HstLink HippoResourceLocationResolver.resolve(javax.jcr.Node node, Mount mount)
           
 

Uses of Mount in org.hippoecm.hst.core.request
 

Methods in org.hippoecm.hst.core.request that return Mount
 Mount ResolvedMount.getMount()
           
 Mount HstRequestContext.getMount(String alias)
           a mount with getAlias() equal to alias and at least one common type with the mount from the current request.
 Mount HstRequestContext.getMount(String alias, String type)
           a mount with getAlias() equal to alias and one of its getTypes() equal to type.
 

Uses of Mount in org.hippoecm.hst.mock.core.linking
 

Methods in org.hippoecm.hst.mock.core.linking that return Mount
 Mount MockHstLink.getMount()
           
 

Methods in org.hippoecm.hst.mock.core.linking with parameters of type Mount
 void MockHstLink.setMount(Mount mount)
           
 

Uses of Mount in org.hippoecm.hst.mock.core.request
 

Methods in org.hippoecm.hst.mock.core.request that return Mount
 Mount MockHstRequestContext.getMount(String alias)
           
 Mount MockHstRequestContext.getMount(String type, String alias)
           
 

Methods in org.hippoecm.hst.mock.core.request with parameters of type Mount
 void MockHstRequestContext.addMount(String alias, Mount mount)
           
 void MockHstRequestContext.addMount(String type, String alias, Mount mount)
           
 

Uses of Mount in org.hippoecm.hst.pagecomposer.jaxrs.model
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.model with parameters of type Mount
 ComponentRepresentation ContainerRepresentation.represent(HstComponentConfiguration componentConfiguration, Mount mount)
           
 ComponentRepresentation ComponentRepresentation.represent(HstComponentConfiguration componentConfiguration, Mount mount)
           
 PageModelRepresentation PageModelRepresentation.represent(HstSite site, String rootComponentId, Mount mount)
           
 ToolkitRepresentation ToolkitRepresentation.represent(Mount mount)
          This method returns all the container items for this mount
 

Uses of Mount in org.hippoecm.hst.pagecomposer.jaxrs.services
 

Methods in org.hippoecm.hst.pagecomposer.jaxrs.services that return Mount
protected  Mount AbstractConfigResource.getEditingHstMount(HstRequestContext requestContext)
           
 

Uses of Mount in org.hippoecm.hst.site.request
 

Methods in org.hippoecm.hst.site.request that return Mount
 Mount ResolvedMountImpl.getMount()
           
 Mount HstRequestContextImpl.getMount(String alias)
           
 Mount HstRequestContextImpl.getMount(String alias, String type)
           
 

Methods in org.hippoecm.hst.site.request with parameters of type Mount
 void ResolvedMountImpl.setMount(Mount mount)
           
 

Constructors in org.hippoecm.hst.site.request with parameters of type Mount
ResolvedMountImpl(Mount mount, ResolvedVirtualHost resolvedVirtualHost, String resolvedMountPath, String matchingIgnoredPrefix)
           
 

Uses of Mount in org.hippoecm.hst.tag
 

Methods in org.hippoecm.hst.tag that return Mount
protected  Mount HstTagSupport.getMount(HstRequest request)
          Get the Mount for the current
 

Uses of Mount in org.hippoecm.hst.util
 

Methods in org.hippoecm.hst.util with parameters of type Mount
static String HstSiteMapUtils.getPath(Mount mount, HstSiteMapItem siteMapItem, String refIdOrRelPath)
          Returns string representation of the sitemap item which is specified by either refId or path If refIdOrRelPath doesn't represent a refId, then its return will be equivalent to HstSiteMapUtils.getPath(HstSiteMapItem siteMapItem, String relPath).
static String HstSiteMapUtils.getPath(Mount mount, String refIdOrPath)
          Returns string representation of the sitemap item which is specified by either refId or path.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.