|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstSiteMapItemHandlerRegistry
The HstSiteMapItemHandlerRegistry registry interface
Method Summary | |
---|---|
HstSiteMapItemHandler |
getSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId)
Returns the registered HstSiteMapItemHandler. |
void |
registerSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId,
HstSiteMapItemHandler siteMapItemHandler)
Registers the HstSiteMapItemHandler. |
void |
unregisterAllSiteMapItemHandlers()
Unregisters all the SiteMapItemHandlers. |
void |
unregisterSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId)
Unregister the HstSiteMapItemHandler. |
Method Detail |
---|
void registerSiteMapItemHandler(HstContainerConfig requestContainerConfig, String siteMapItemHandlerId, HstSiteMapItemHandler siteMapItemHandler)
requestContainerConfig
- the container configurationsiteMapItemHandlerId
- the siteMapItemHandler IDsiteMapItemHandler
- void unregisterSiteMapItemHandler(HstContainerConfig requestContainerConfig, String siteMapItemHandlerId)
requestContainerConfig
- the container configurationsiteMapItemHandlerId
- the handle IDHstSiteMapItemHandler getSiteMapItemHandler(HstContainerConfig requestContainerConfig, String siteMapItemHandlerId)
requestContainerConfig
- the container configurationsiteMapItemHandlerId
- the siteMapItemHandler ID
void unregisterAllSiteMapItemHandlers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |