org.hippoecm.hst.core.sitemapitemhandler
Class HstSiteMapItemHandlerFactoryImpl

java.lang.Object
  extended by org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerFactoryImpl
All Implemented Interfaces:
HstSiteMapItemHandlerFactory

public class HstSiteMapItemHandlerFactoryImpl
extends Object
implements HstSiteMapItemHandlerFactory

HstSiteMapItemHandlerFactoryImpl


Field Summary
protected  HstSiteMapItemHandlerRegistry siteMapItemHandlerRegistry
           
 
Constructor Summary
HstSiteMapItemHandlerFactoryImpl(HstSiteMapItemHandlerRegistry siteMapItemHandlerRegistry)
           
 
Method Summary
 HstSiteMapItemHandler getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig, HstSiteMapItemHandlerConfiguration handlerConfig)
          Returns the HstSiteMapItemHandler instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

siteMapItemHandlerRegistry

protected HstSiteMapItemHandlerRegistry siteMapItemHandlerRegistry
Constructor Detail

HstSiteMapItemHandlerFactoryImpl

public HstSiteMapItemHandlerFactoryImpl(HstSiteMapItemHandlerRegistry siteMapItemHandlerRegistry)
Method Detail

getSiteMapItemHandlerInstance

public HstSiteMapItemHandler getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
                                                           HstSiteMapItemHandlerConfiguration handlerConfig)
                                                    throws HstSiteMapItemHandlerException
Description copied from interface: HstSiteMapItemHandlerFactory
Returns the HstSiteMapItemHandler instance.

Specified by:
getSiteMapItemHandlerInstance in interface HstSiteMapItemHandlerFactory
Parameters:
requestContainerConfig - the HstContainer configuration
handlerConfig - the HstSiteMapItemHandlerConfiguration configuration
Returns:
the instance of the HstSiteMapItemHandler
Throws:
HstSiteMapItemHandlerException


Copyright © 2008-2012 Hippo. All Rights Reserved.