org.apache.cocoon.servlet
Class SitemapDelegator

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

public class SitemapDelegator
extends Object


Constructor Summary
SitemapDelegator()
           
 
Method Summary
static void delegate(String requestURI, Map<String,Object> parameters, OutputStream outputStream)
           
static void removeSitemapServlet()
           
static void setSitemapServlet(XMLSitemapServlet sitemapServlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapDelegator

public SitemapDelegator()
Method Detail

delegate

public static void delegate(String requestURI,
                            Map<String,Object> parameters,
                            OutputStream outputStream)
                     throws Exception
Throws:
Exception

removeSitemapServlet

public static final void removeSitemapServlet()

setSitemapServlet

public static final void setSitemapServlet(XMLSitemapServlet sitemapServlet)


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