|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstSite
The HstSite
object is the object representing a site. It contains a reference to the site content base
path returned by #getContentPath()
, to the site's components configuration returned by
and the site's sitemap, returned by getComponentsConfiguration()
and the site's
getSiteMap()
return by LocationMapTree
getLocationMapTree()
Method Summary | |
---|---|
String |
getCanonicalIdentifier()
Returns the identifier of the backing canonical configuration node of the HstSite. |
HstComponentsConfiguration |
getComponentsConfiguration()
|
String |
getConfigurationPath()
|
LocationMapTree |
getLocationMapTree()
The location map is an inverted version from the HstSiteMap : Instead of mapping for URL s to
relativecontentpath 's, the location map is a mapping from relativecontentpath s to URL s |
Mount |
getMount()
Deprecated. Through the HstRequestContext#getResolvedMount()#getMount() the Mount should be accessed |
String |
getName()
Each contained HstSite within its HstSites container has a unique name. |
HstSiteMap |
getSiteMap()
|
HstSiteMapItemHandlersConfiguration |
getSiteMapItemHandlersConfiguration()
|
HstSiteMenusConfiguration |
getSiteMenusConfiguration()
Returns the configured HstSiteMenusConfiguration for this HstSite or null if this HstSite does
not make use of a HstSiteMenusConfiguration |
Method Detail |
---|
String getName()
HstSite
within its HstSites
container has a unique name. getName()
returns this unique name.
HstSite
within its HstSites
container.String getCanonicalIdentifier()
HstSiteMapItemHandlersConfiguration getSiteMapItemHandlersConfiguration()
HstSite
HstComponentsConfiguration getComponentsConfiguration()
HstSite
HstSiteMap getSiteMap()
HstSite
LocationMapTree getLocationMapTree()
HstSiteMap
: Instead of mapping for URL
s to
relativecontentpath
's, the location map is a mapping from relativecontentpath
s to URL
s
HstSite
HstSiteMenusConfiguration getSiteMenusConfiguration()
HstSiteMenusConfiguration
for this HstSite or null
if this HstSite
does
not make use of a HstSiteMenusConfiguration
HstSiteMenusConfiguration
for this HstSite or null
@Deprecated Mount getMount()
HstRequestContext#getResolvedMount()#getMount()
the Mount
should be accessed
Mount
object through which this hstSite
is accessibleString getConfigurationPath()
HstSite
is stored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |