org.apache.cocoon.servlet
Class XMLSitemapServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.cocoon.servlet.XMLSitemapServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig, BeanFactoryAware
public class XMLSitemapServlet
- extends HttpServlet
- implements BeanFactoryAware
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLSitemapServlet
public XMLSitemapServlet()
init
public void init(ServletConfig servletConfig)
throws ServletException
- Specified by:
init
in interface Servlet
- Overrides:
init
in class GenericServlet
- Throws:
ServletException
invoke
public void invoke(String requestURI,
Map<String,Object> parameters,
OutputStream outputStream)
throws ServletException
- Throws:
ServletException
setBeanFactory
public void setBeanFactory(BeanFactory beanFactory)
throws BeansException
- Specified by:
setBeanFactory
in interface BeanFactoryAware
- Throws:
BeansException
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
IOException
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.