org.apache.cocoon.servlet
Class RequestProcessor
java.lang.Object
org.apache.cocoon.servlet.RequestProcessor
public class RequestProcessor
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestProcessor
public RequestProcessor(ServletContext servletContext,
String sitemapPath,
BeanFactory beanFactory)
throws RequestProcessor.SitemapNotFoundException,
RequestProcessor.InvalidBaseUrlException,
RequestProcessor.SitemapInitializationException
- Throws:
RequestProcessor.SitemapNotFoundException
RequestProcessor.InvalidBaseUrlException
RequestProcessor.SitemapInitializationException
service
public void service(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Throws:
IOException
ServletException
prepareParameters
public static Map<String,Object> prepareParameters(HttpServletRequest request,
HttpServletResponse response,
org.apache.cocoon.configuration.Settings settings,
ServletContext servletContext)
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.