org.hippoecm.hst.core.sitemapitemhandler
Interface HstSiteMapItemHandlerFactory
- All Known Implementing Classes:
- HstSiteMapItemHandlerFactoryImpl
public interface HstSiteMapItemHandlerFactory
The factory interface which is responsible for creating HstSiteMapItemHandler instances.
getSiteMapItemHandlerInstance
HstSiteMapItemHandler getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
HstSiteMapItemHandlerConfiguration handlerConfig)
throws HstSiteMapItemHandlerException
- Returns the HstSiteMapItemHandler instance.
- Parameters:
requestContainerConfig
- the HstContainer configurationhandlerConfig
- the HstSiteMapItemHandlerConfiguration configuration
- Returns:
- the instance of the HstSiteMapItemHandler
- Throws:
HstSiteMapItemHandlerException
Copyright © 2008-2012 Hippo. All Rights Reserved.