public interface HstManager
Modifier and Type | Method and Description |
---|---|
String |
getContextPath() |
List<HstConfigurationAugmenter> |
getHstConfigurationAugmenters() |
String |
getPathSuffixDelimiter()
Returns the request path suffix delimiter.
|
HstSiteMapItemHandlerFactory |
getSiteMapItemHandlerFactory()
Deprecated.
Since CMS 10.0, HST 2.30.00. No use case any more. If required, the
HstSiteMapItemHandlerFactory
can be fetched through the HST Spring Component Manager |
HstSiteMapMatcher |
getSiteMapMatcher()
a HstSitesManager must contain a reference to the
HstSiteMapMatcher that is being used. |
HstURLFactory |
getUrlFactory()
Deprecated.
Since CMS 10.0, HST 2.30.00. No use case any more. If required, the
HstSiteMapItemHandlerFactory
can be fetched through the HST Spring Component Manager |
VirtualHosts |
getVirtualHosts() |
VirtualHosts |
getVirtualHosts(boolean allowStale)
|
boolean |
isExcludedByHstFilterInitParameter(String pathInfo)
Deprecated.
since CMS 10.0, HST 2.30.00. Use
isHstFilterExcludedPath(String) instead |
boolean |
isHstFilterExcludedPath(String pathInfo)
Some paths should not be handled by the hst framework request processing, eg /ping/
When a path must be excluded, this method return true.
|
void |
markStale()
marks that the hst model is dirty
|
VirtualHosts getVirtualHosts() throws ContainerException
VirtualHosts
, aka the HST model.ContainerException
VirtualHosts getVirtualHosts(boolean allowStale) throws ContainerException
allowStale
is true
a stale VirtualHosts
might be returned. This might be favoured
over getVirtualHosts()
when the model is very large and thus might take longer to reload.VirtualHosts
object and possibly a stale version of it when allowStale
is
true
ContainerException
@Deprecated HstURLFactory getUrlFactory()
HstSiteMapItemHandlerFactory
can be fetched through the HST Spring Component ManagerHstSiteMapMatcher getSiteMapMatcher()
HstSiteMapMatcher
that is being used. You can inject your own
HstSiteMapMatcher
implementation if needed@Deprecated HstSiteMapItemHandlerFactory getSiteMapItemHandlerFactory()
HstSiteMapItemHandlerFactory
can be fetched through the HST Spring Component ManagerHstSiteMapItemHandler
instances@Deprecated boolean isExcludedByHstFilterInitParameter(String pathInfo)
isHstFilterExcludedPath(String)
insteadboolean isHstFilterExcludedPath(String pathInfo)
pathInfo
- String getPathSuffixDelimiter()
String getContextPath()
List<HstConfigurationAugmenter> getHstConfigurationAugmenters()
List
of HstConfigurationAugmenter
s and empty list if no providers available.void markStale()
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.