|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.configuration.site.HstSiteService
public class HstSiteService
Constructor Summary | |
---|---|
HstSiteService(HstSiteRootNode site,
ContextualizableMount mount,
HstManagerImpl hstManager)
|
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. |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HstSiteService(HstSiteRootNode site, ContextualizableMount mount, HstManagerImpl hstManager) throws ServiceException
ServiceException
Method Detail |
---|
@Deprecated public Mount getMount()
getMount
in interface HstSite
Mount
object through which this hstSite
is accessiblepublic HstComponentsConfiguration getComponentsConfiguration()
getComponentsConfiguration
in interface HstSite
HstSite
public HstSiteMap getSiteMap()
getSiteMap
in interface HstSite
HstSite
public HstSiteMapItemHandlersConfiguration getSiteMapItemHandlersConfiguration()
getSiteMapItemHandlersConfiguration
in interface HstSite
HstSite
public String getCanonicalIdentifier()
HstSite
getCanonicalIdentifier
in interface HstSite
public String getConfigurationPath()
getConfigurationPath
in interface HstSite
HstSite
is storedpublic String getName()
HstSite
HstSite
within its HstSites
container has a unique name. getName()
returns this unique name.
getName
in interface HstSite
HstSite
within its HstSites
container.public LocationMapTree getLocationMapTree()
HstSite
HstSiteMap
: Instead of mapping for URL
s to
relativecontentpath
's, the location map is a mapping from relativecontentpath
s to URL
s
getLocationMapTree
in interface HstSite
HstSite
public HstSiteMenusConfiguration getSiteMenusConfiguration()
HstSite
HstSiteMenusConfiguration
for this HstSite or null
if this HstSite
does
not make use of a HstSiteMenusConfiguration
getSiteMenusConfiguration
in interface HstSite
HstSiteMenusConfiguration
for this HstSite or null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |