Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » [javadoc | source]
org.apache.cocoon
public interface: Processor [javadoc | source]

All Implemented Interfaces:
    org.apache.avalon.framework.component.Component

All Known Implementing Classes:
    AbstractSitemap, TreeProcessor, ConcreteTreeProcessor, Sitemap, Handler, Cocoon, TreeProcessor, SitemapManager, ProcessorWrapper

Field Summary
 String ROLE     
Method from org.apache.cocoon.Processor Summary:
buildPipeline,   getComponentConfigurations,   getRootProcessor,   process
Method from org.apache.cocoon.Processor Detail:
 public ProcessingPipeline buildPipeline(Environment environment) throws Exception
    Process the given Environment to assemble a ProcessingPipeline.
 public Map getComponentConfigurations()
    Get the sitemap component configurations
 public Processor getRootProcessor()
    Get the root processor parent of this processor.
 public boolean process(Environment environment) throws Exception
    Process the given Environment producing the output.