org.apache.cocoon.servlet
Class RequestProcessor

java.lang.Object
  extended by org.apache.cocoon.servlet.RequestProcessor

public class RequestProcessor
extends Object


Nested Class Summary
static class RequestProcessor.InvalidBaseUrlException
           
static class RequestProcessor.RequestProcessorException
           
static class RequestProcessor.SitemapInitializationException
           
static class RequestProcessor.SitemapNotFoundException
           
 
Constructor Summary
RequestProcessor(javax.servlet.ServletContext servletContext, String sitemapPath, org.springframework.beans.factory.BeanFactory beanFactory)
           
 
Method Summary
static Map<String,Object> prepareParameters(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.apache.cocoon.configuration.Settings settings, javax.servlet.ServletContext servletContext)
           
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestProcessor

public RequestProcessor(javax.servlet.ServletContext servletContext,
                        String sitemapPath,
                        org.springframework.beans.factory.BeanFactory beanFactory)
                 throws RequestProcessor.SitemapNotFoundException,
                        RequestProcessor.InvalidBaseUrlException,
                        RequestProcessor.SitemapInitializationException
Throws:
RequestProcessor.SitemapNotFoundException
RequestProcessor.InvalidBaseUrlException
RequestProcessor.SitemapInitializationException
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException,
                    javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

prepareParameters

public static Map<String,Object> prepareParameters(javax.servlet.http.HttpServletRequest request,
                                                   javax.servlet.http.HttpServletResponse response,
                                                   org.apache.cocoon.configuration.Settings settings,
                                                   javax.servlet.ServletContext servletContext)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.