|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HstSiteMapItemHandler
TODO A HstSiteMapItemHandler can be invoked by ....
Method Summary | |
---|---|
void |
destroy()
Allows the sitemap handler to destroy itself |
javax.servlet.ServletContext |
getServletContext()
|
SiteMapItemHandlerConfiguration |
getSiteMapItemHandlerConfiguration()
Through the SiteMapItemHandlerConfiguration all (resolved) configuration properties can be accessed. |
void |
init(javax.servlet.ServletContext servletContext,
SiteMapItemHandlerConfiguration handlerConfig)
Allows the HstSiteMapItemHandler to initialize itself |
ResolvedSiteMapItem |
process(ResolvedSiteMapItem resolvedSiteMapItem,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Method Detail |
---|
void init(javax.servlet.ServletContext servletContext, SiteMapItemHandlerConfiguration handlerConfig) throws HstSiteMapItemHandlerException
servletConfig
- the servletConfig of the HST container servlethandlerConfig
- the componentConfigBean configuration
HstSiteMapItemHandlerException
ResolvedSiteMapItem process(ResolvedSiteMapItem resolvedSiteMapItem, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws HstSiteMapItemHandlerException
resolvedSiteMapItem
- request
- response
-
ResolvedSiteMapItem
, or null
when the handler did for example already write the entire response
and request processing can be stopped
HstSiteMapItemHandlerException
SiteMapItemHandlerConfiguration getSiteMapItemHandlerConfiguration()
SiteMapItemHandlerConfiguration
all (resolved) configuration properties can be accessed.
javax.servlet.ServletContext getServletContext()
void destroy() throws HstSiteMapItemHandlerException
HstSiteMapItemHandlerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |