org.apache.cocoon.sitemap
Class SitemapBuilder

java.lang.Object
  extended by org.apache.cocoon.sitemap.SitemapBuilder

public class SitemapBuilder
extends Object


Constructor Summary
SitemapBuilder()
           
 
Method Summary
 Sitemap build(URL sitemap)
           
protected  SitemapNode createSitemapNode(String localName, Map<String,String> parameters)
           
 void setSitemapNodeFactory(SitemapNodeFactory sitemapNodeFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitemapBuilder

public SitemapBuilder()
Method Detail

build

public Sitemap build(URL sitemap)
              throws Exception
Throws:
Exception

setSitemapNodeFactory

public void setSitemapNodeFactory(SitemapNodeFactory sitemapNodeFactory)

createSitemapNode

protected SitemapNode createSitemapNode(String localName,
                                        Map<String,String> parameters)


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