org.hippoecm.hst.core.container
Class HstRequestProcessorImpl
java.lang.Object
org.hippoecm.hst.core.container.HstRequestProcessorImpl
- All Implemented Interfaces:
- HstRequestProcessor
public class HstRequestProcessorImpl
- extends Object
- implements HstRequestProcessor
HstRequestProcessorImpl
- Version:
- $Id: HstRequestProcessorImpl.java 29808 2011-08-23 21:30:48Z aschrijvers $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
protected static final org.slf4j.Logger log
pipelines
protected Pipelines pipelines
HstRequestProcessorImpl
public HstRequestProcessorImpl(Pipelines pipelines)
processRequest
public void processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
throws ContainerException
- Description copied from interface:
HstRequestProcessor
- processes request
- Specified by:
processRequest
in interface HstRequestProcessor
- Parameters:
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 request
- Throws:
ContainerException
Copyright © 2008-2012 Hippo. All Rights Reserved.