org.hippoecm.hst.core.container
Class HstRequestProcessorImpl

java.lang.Object
  extended by 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 $

Field Summary
protected static org.slf4j.Logger log
           
protected  Pipelines pipelines
           
 
Constructor Summary
HstRequestProcessorImpl(Pipelines pipelines)
           
 
Method Summary
 void processRequest(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, String namedPipeline)
          processes request
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.slf4j.Logger log

pipelines

protected Pipelines pipelines
Constructor Detail

HstRequestProcessorImpl

public HstRequestProcessorImpl(Pipelines pipelines)
Method Detail

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 container
requestContext - the requestContext of the HST request
servletRequest - the servletRequest of the HST request
servletResponse - the servletResponse of the HST response
namedPipeline - the pipeline to use for this request
Throws:
ContainerException


Copyright © 2008-2012 Hippo. All Rights Reserved.