Uses of Class
org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException

Packages that use HstSiteMapItemHandlerException
org.hippoecm.hst.core.sitemapitemhandler   
org.hippoecm.hst.sitemapitemhandler   
 

Uses of HstSiteMapItemHandlerException in org.hippoecm.hst.core.sitemapitemhandler
 

Methods in org.hippoecm.hst.core.sitemapitemhandler that throw HstSiteMapItemHandlerException
 void HstSiteMapItemHandler.destroy()
          Allows the sitemap handler to destroy itself
 HstSiteMapItemHandler HstSiteMapItemHandlerFactoryImpl.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig, HstSiteMapItemHandlerConfiguration handlerConfig)
           
 HstSiteMapItemHandler HstSiteMapItemHandlerFactory.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig, HstSiteMapItemHandlerConfiguration handlerConfig)
          Returns the HstSiteMapItemHandler instance.
 void HstSiteMapItemHandler.init(javax.servlet.ServletContext servletContext, SiteMapItemHandlerConfiguration handlerConfig)
          Allows the HstSiteMapItemHandler to initialize itself
 ResolvedSiteMapItem HstSiteMapItemHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of HstSiteMapItemHandlerException in org.hippoecm.hst.sitemapitemhandler
 

Methods in org.hippoecm.hst.sitemapitemhandler that throw HstSiteMapItemHandlerException
 void AbstractHstSiteMapHandler.destroy()
          Override this method when the destroy of this HstSiteMapItemHandler should invoke some processing, for example clear a cache
 void AbstractHstSiteMapHandler.init(javax.servlet.ServletContext servletContext, SiteMapItemHandlerConfiguration handlerConfig)
           
 ResolvedSiteMapItem AbstractHstSiteMapHandler.process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Override this method when you are implementing your own real HstSiteMapHandler.
 



Copyright © 2008-2012 Hippo. All Rights Reserved.