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.


Method Summary
 HstSiteMapItemHandler getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig, HstSiteMapItemHandlerConfiguration handlerConfig)
          Returns the HstSiteMapItemHandler instance.
 

Method Detail

getSiteMapItemHandlerInstance

HstSiteMapItemHandler getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
                                                    HstSiteMapItemHandlerConfiguration handlerConfig)
                                                    throws HstSiteMapItemHandlerException
Returns the HstSiteMapItemHandler instance.

Parameters:
requestContainerConfig - the HstContainer configuration
handlerConfig - the HstSiteMapItemHandlerConfiguration configuration
Returns:
the instance of the HstSiteMapItemHandler
Throws:
HstSiteMapItemHandlerException


Copyright © 2008-2012 Hippo. All Rights Reserved.