|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistryImpl
public class HstSiteMapItemHandlerRegistryImpl
HstSiteMapItemHandlerRegistryImpl
Field Summary | |
---|---|
protected Map<HstContainerConfig,Map<String,org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistryImpl.HstSiteMapItemHandlerHolder>> |
servletConfigSiteMapItemHandlersMap
|
Constructor Summary | |
---|---|
HstSiteMapItemHandlerRegistryImpl()
|
Method Summary | |
---|---|
protected Map<String,org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistryImpl.HstSiteMapItemHandlerHolder> |
getServletConfigSiteMapItemHandlersMap(HstContainerConfig requestContainerConfig,
boolean create)
|
HstSiteMapItemHandler |
getSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String handlerId)
Returns the registered HstSiteMapItemHandler. |
void |
registerSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String handlerId,
HstSiteMapItemHandler hstSiteMapItemHandler)
Registers the HstSiteMapItemHandler. |
void |
unregisterAllSiteMapItemHandlers()
Unregisters all the SiteMapItemHandlers. |
void |
unregisterSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String handlerId)
Unregister the HstSiteMapItemHandler. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Map<HstContainerConfig,Map<String,org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistryImpl.HstSiteMapItemHandlerHolder>> servletConfigSiteMapItemHandlersMap
Constructor Detail |
---|
public HstSiteMapItemHandlerRegistryImpl()
Method Detail |
---|
public HstSiteMapItemHandler getSiteMapItemHandler(HstContainerConfig requestContainerConfig, String handlerId)
HstSiteMapItemHandlerRegistry
getSiteMapItemHandler
in interface HstSiteMapItemHandlerRegistry
requestContainerConfig
- the container configurationhandlerId
- the siteMapItemHandler ID
public void registerSiteMapItemHandler(HstContainerConfig requestContainerConfig, String handlerId, HstSiteMapItemHandler hstSiteMapItemHandler)
HstSiteMapItemHandlerRegistry
registerSiteMapItemHandler
in interface HstSiteMapItemHandlerRegistry
requestContainerConfig
- the container configurationhandlerId
- the siteMapItemHandler IDpublic void unregisterSiteMapItemHandler(HstContainerConfig requestContainerConfig, String handlerId)
HstSiteMapItemHandlerRegistry
unregisterSiteMapItemHandler
in interface HstSiteMapItemHandlerRegistry
requestContainerConfig
- the container configurationhandlerId
- the handle IDpublic void unregisterAllSiteMapItemHandlers()
HstSiteMapItemHandlerRegistry
unregisterAllSiteMapItemHandlers
in interface HstSiteMapItemHandlerRegistry
protected Map<String,org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistryImpl.HstSiteMapItemHandlerHolder> getServletConfigSiteMapItemHandlersMap(HstContainerConfig requestContainerConfig, boolean create)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |