|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstSiteMapItemHandlerConfiguration | |
---|---|
org.hippoecm.hst.configuration.sitemap | The org.hippoecm.hst.configuration.sitemap package defines the API for the HST SiteMap Configuration |
org.hippoecm.hst.configuration.sitemapitemhandler | |
org.hippoecm.hst.configuration.sitemapitemhandlers | |
org.hippoecm.hst.core.sitemapitemhandler | |
org.hippoecm.hst.site.request |
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.configuration.sitemap |
---|
Methods in org.hippoecm.hst.configuration.sitemap that return HstSiteMapItemHandlerConfiguration | |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItemService.getSiteMapItemHandlerConfiguration(String handlerId)
|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItem.getSiteMapItemHandlerConfiguration(String handlerId)
|
Methods in org.hippoecm.hst.configuration.sitemap that return types with arguments of type HstSiteMapItemHandlerConfiguration | |
---|---|
List<HstSiteMapItemHandlerConfiguration> |
HstSiteMapItemService.getSiteMapItemHandlerConfigurations()
|
List<HstSiteMapItemHandlerConfiguration> |
HstSiteMapItem.getSiteMapItemHandlerConfigurations()
The List of HstSiteMapItemHandlerConfiguration s and an empty list if this SiteMapItem does not contain HstSiteMapItemHandlerConfiguration s. |
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.configuration.sitemapitemhandler |
---|
Classes in org.hippoecm.hst.configuration.sitemapitemhandler that implement HstSiteMapItemHandlerConfiguration | |
---|---|
class |
HstSiteMapItemHandlerConfigurationService
|
Methods in org.hippoecm.hst.configuration.sitemapitemhandler that return HstSiteMapItemHandlerConfiguration | |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItemHandlersConfigurationService.getSiteMapItemHandlerConfiguration(String id)
|
Methods in org.hippoecm.hst.configuration.sitemapitemhandler that return types with arguments of type HstSiteMapItemHandlerConfiguration | |
---|---|
Map<String,HstSiteMapItemHandlerConfiguration> |
HstSiteMapItemHandlersConfigurationService.getSiteMapItemHandlerConfigurations()
|
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.configuration.sitemapitemhandlers |
---|
Methods in org.hippoecm.hst.configuration.sitemapitemhandlers that return HstSiteMapItemHandlerConfiguration | |
---|---|
HstSiteMapItemHandlerConfiguration |
HstSiteMapItemHandlersConfiguration.getSiteMapItemHandlerConfiguration(String id)
|
Methods in org.hippoecm.hst.configuration.sitemapitemhandlers that return types with arguments of type HstSiteMapItemHandlerConfiguration | |
---|---|
Map<String,HstSiteMapItemHandlerConfiguration> |
HstSiteMapItemHandlersConfiguration.getSiteMapItemHandlerConfigurations()
Return the map of all HstSiteMapItemHandlerConfiguration 's where the keys are the the HstSiteMapItemHandlerConfiguration 's
(getId() ). |
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.core.sitemapitemhandler |
---|
Methods in org.hippoecm.hst.core.sitemapitemhandler with parameters of type HstSiteMapItemHandlerConfiguration | |
---|---|
HstSiteMapItemHandler |
HstSiteMapItemHandlerFactoryImpl.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
HstSiteMapItemHandlerConfiguration handlerConfig)
|
HstSiteMapItemHandler |
HstSiteMapItemHandlerFactory.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
HstSiteMapItemHandlerConfiguration handlerConfig)
Returns the HstSiteMapItemHandler instance. |
Uses of HstSiteMapItemHandlerConfiguration in org.hippoecm.hst.site.request |
---|
Fields in org.hippoecm.hst.site.request declared as HstSiteMapItemHandlerConfiguration | |
---|---|
HstSiteMapItemHandlerConfiguration |
SiteMapItemHandlerConfigurationImpl.handlerConfig
|
Constructors in org.hippoecm.hst.site.request with parameters of type HstSiteMapItemHandlerConfiguration | |
---|---|
SiteMapItemHandlerConfigurationImpl(HstSiteMapItemHandlerConfiguration handlerConfig)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |