This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.servlet
Class RequestProcessor
java.lang.Object
   org.apache.cocoon.servlet.RequestProcessor
org.apache.cocoon.servlet.RequestProcessor
- public class RequestProcessor 
- extends Object
 
| 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 | 
 
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
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.