Package | Description |
---|---|
org.hippoecm.hst.container |
The org.hippoecm.hst.container package defines the API for the HST Container
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.core.sitemapitemhandler | |
org.hippoecm.hst.mock.core.component |
Modifier and Type | Class and Description |
---|---|
class |
HstContainerConfigImpl |
Modifier and Type | Method and Description |
---|---|
HstContainerConfig |
HstRequestProcessor.getCurrentHstContainerConfig()
Returns the current request container config object used in the current request processing context.
|
HstContainerConfig |
ValveContext.getRequestContainerConfig()
Returns the HstComponent container configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.cleanup(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Does post-processing step for the request processing.
|
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory)
Creates a
HstComponentWindow instance. |
HstComponentWindow |
HstComponentWindowFactory.create(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
HstComponentConfiguration compConfig,
HstComponentFactory compFactory,
HstComponentWindow parentWindow)
Creates a
HstComponentWindow instance as a child window of the parentWindow. |
HstComponent |
HstComponentRegistry.getComponent(HstContainerConfig requestContainerConfig,
String componentId)
Returns the registered HstComponent.
|
HstComponent |
HstComponentFactory.getComponentInstance(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the HstComponent instance from the HstComponent context.
|
HstComponentMetadata |
HstComponentFactory.getComponentMetadata(HstContainerConfig requestContainerConfig,
HstComponentConfiguration compConfig,
Mount mount)
Returns the metadata of the HstComponent from the HstComponent context.
|
HstComponentMetadata |
HstComponentRegistry.getComponentMetadata(HstContainerConfig requestContainerConfig,
String componentId)
Returns the metadata of the registered HstComponent.
|
<T> T |
HstComponentFactory.getObjectInstance(HstContainerConfig requestContainerConfig,
String className)
Returns arbitrary object instance from the HstComponent context.
|
void |
Pipeline.invoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Invokes the request processing, aka the initialization and rendering valves
|
void |
HstComponentInvoker.invokeAction(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Invokes the
HstComponent.doAction(org.hippoecm.hst.core.component.HstRequest, HstResponse) method. |
void |
HstComponentInvoker.invokeBeforeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeBeforeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Dispatches to the
renderpath of the HstComponent . |
void |
HstComponentInvoker.invokeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Dispatches to the
serveresourcepath of the HstComponent . |
void |
HstRequestProcessor.processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
processes request
|
void |
HstComponentRegistry.registerComponent(HstContainerConfig requestContainerConfig,
String componentId,
HstComponent component)
Registers the HstComponent.
|
void |
HstComponentRegistry.unregisterComponent(HstContainerConfig requestContainerConfig,
String componentId)
Unregister the HstComponent.
|
Modifier and Type | Method and Description |
---|---|
HstSiteMapItemHandler |
HstSiteMapItemHandlerRegistry.getSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId)
Returns the registered HstSiteMapItemHandler.
|
HstSiteMapItemHandler |
HstSiteMapItemHandlerFactory.getSiteMapItemHandlerInstance(HstContainerConfig requestContainerConfig,
HstSiteMapItemHandlerConfiguration handlerConfig)
Returns the HstSiteMapItemHandler instance.
|
void |
HstSiteMapItemHandlerRegistry.registerSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId,
HstSiteMapItemHandler siteMapItemHandler)
Registers the HstSiteMapItemHandler.
|
void |
HstSiteMapItemHandlerRegistry.unregisterSiteMapItemHandler(HstContainerConfig requestContainerConfig,
String siteMapItemHandlerId)
Unregister the HstSiteMapItemHandler.
|
Modifier and Type | Method and Description |
---|---|
HstContainerConfig |
MockValveContext.getRequestContainerConfig() |
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.