Uses of Interface
org.apache.cocoon.Processor

Packages that use Processor
org.apache.cocoon   
org.apache.cocoon.sitemap   
 

Uses of Processor in org.apache.cocoon
 

Fields in org.apache.cocoon declared as Processor
 Processor Processor.InternalPipelineDescription.lastProcessor
           
 

Methods in org.apache.cocoon that return Processor
 Processor Processor.getRootProcessor()
          Get the root processor parent of this processor.
 Processor Processor.getParent()
          Get the parent processor (if any).
 

Uses of Processor in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return Processor
 Processor SitemapEvent.getSourceProcessor()
           
 

Constructors in org.apache.cocoon.sitemap with parameters of type Processor
LeaveSitemapEvent(Processor source, org.apache.cocoon.environment.Environment env)
           
SitemapEvent(Processor source, org.apache.cocoon.environment.Environment env)
           
EnterSitemapEvent(Processor source, org.apache.cocoon.environment.Environment env)
           
 



Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.