Uses of Class
org.hippoecm.hst.configuration.hosting.MatchException

Packages that use MatchException
org.hippoecm.hst.configuration.hosting The org.hippoecm.hst.core.hosting package defines the API for the HST Core Hosting 
org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request 
org.hippoecm.hst.site.request   
org.hippoecm.hst.sitemapitemhandler   
 

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

Subclasses of MatchException in org.hippoecm.hst.configuration.hosting
 class NotFoundException
          When a request fails to match for example a HstSiteMapItem because the request path can match the sitemap tree, this exception should be thrown.
 

Methods in org.hippoecm.hst.configuration.hosting that throw MatchException
 ResolvedMount VirtualHostsService.matchMount(String hostName, String contextPath, String requestPath)
           
 ResolvedMount VirtualHosts.matchMount(String hostName, String contextPath, String requestPath)
          This method tries to match a hostName, contextPath and requestPath to a flyweight ResolvedMount.
 ResolvedSiteMapItem VirtualHostsService.matchSiteMapItem(HstContainerURL hstContainerURL)
           
 ResolvedSiteMapItem VirtualHosts.matchSiteMapItem(HstContainerURL hstContainerURL)
          This method tries to match a hstContainerURL to a flyweight ResolvedSiteMapItem.
 ResolvedVirtualHost VirtualHostsService.matchVirtualHost(String hostName)
           
 ResolvedVirtualHost VirtualHosts.matchVirtualHost(String hostName)
           This method tries to match a request to a flyweight ResolvedVirtualHost
 

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

Methods in org.hippoecm.hst.core.request that throw MatchException
 ResolvedMount ResolvedVirtualHost.matchMount(String contextPath, String requestPath)
          matches the current requestPath and resolved virtual host to a ResolvedMount item.
 ResolvedSiteMapItem ResolvedMount.matchSiteMapItem(String siteMapPathInfo)
          matches a pathInfo to a ResolvedSiteMapItem item or throws a MatchException or NotFoundException when cannot resolve to a sitemap item
 

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

Methods in org.hippoecm.hst.site.request that throw MatchException
 ResolvedMount ResolvedVirtualHostImpl.matchMount(String contextPath, String requestPath)
           
 ResolvedSiteMapItem ResolvedMountImpl.matchSiteMapItem(String siteMapPathInfo)
           
 

Uses of MatchException in org.hippoecm.hst.sitemapitemhandler
 

Methods in org.hippoecm.hst.sitemapitemhandler that throw MatchException
 ResolvedSiteMapItem AbstractHstSiteMapHandler.matchSiteMapItem(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ResolvedSiteMapItem currentResolvedSiteMapItem, String pathInfo)
          Resolves with the help of the current resolvedSiteMapItem to a new sitemap item with path pathInfo
 



Copyright © 2008-2012 Hippo. All Rights Reserved.