Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » sitemap » [javadoc | source]
org.apache.cocoon.sitemap
public class: SitemapManager [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLoggable
      org.apache.cocoon.sitemap.Manager
         org.apache.cocoon.sitemap.SitemapManager

All Implemented Interfaces:
    org.apache.avalon.framework.configuration.Configurable, Processor, org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.excalibur.logger.LogKitManageable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.component.Component, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.component.Composable

A Processor based on the sitemap language files.
Field Summary
protected  String sitemapFileName    The sitemap file 
protected  Handler sitemapHandler    The root sitemap's handler 
Fields inherited from org.apache.cocoon.sitemap.Manager:
context,  conf,  manager,  sitemapRoles,  sitemapLogKitManager,  handlerClass
Method from org.apache.cocoon.sitemap.SitemapManager Summary:
configure,   dispose,   generateSitemap,   process,   process
Methods from org.apache.cocoon.sitemap.Manager:
compose,   configure,   contextualize,   createHandler,   dispose,   invoke,   invoke,   setLogKitManager,   setRoleManager
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.sitemap.SitemapManager Detail:
 public  void configure(Configuration sconf) throws ConfigurationException 
 public  void dispose() 
 public  void generateSitemap(Environment environment) throws Exception 
    Process the given Environment to generate the sitemap.
 public boolean process(Environment environment) throws Exception 
    Process the given Environment producing the output.
 public boolean process(Environment environment,
    StreamPipeline pipeline,
    EventPipeline eventPipeline) throws Exception 
    Process the given Environment to assemble a StreamPipeline and an EventPipeline.