public interface HstRequestProcessor
Modifier and Type | Method and Description |
---|---|
HstContainerConfig |
getCurrentHstContainerConfig()
Returns the current request container config object used in the current request processing context.
|
void |
processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
processes request
|
void processRequest(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, String namedPipeline) throws ContainerException
requestContainerConfig
- the holder for the servletConfig and classloader of the HST containerrequestContext
- the requestContext of the HST requestservletRequest
- the servletRequest of the HST requestservletResponse
- the servletResponse of the HST responsenamedPipeline
- the pipeline to use for this requestContainerException
HstContainerConfig getCurrentHstContainerConfig()
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.