Uses of Interface
org.apache.cocoon.Processor

Packages that use Processor
org.apache.cocoon   
org.apache.cocoon.components.blocks   
org.apache.cocoon.components.pipeline   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.core   
org.apache.cocoon.environment.internal   
org.apache.cocoon.sitemap   
 

Uses of Processor in org.apache.cocoon
 

Classes in org.apache.cocoon that implement Processor
 class Cocoon
          The Cocoon Object is the main Kernel for the entire Cocoon system.
 

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 Cocoon.getRootProcessor()
          Return this (Cocoon is always at the root of the processing chain).
 

Uses of Processor in org.apache.cocoon.components.blocks
 

Subinterfaces of Processor in org.apache.cocoon.components.blocks
 interface Block
           
 

Classes in org.apache.cocoon.components.blocks that implement Processor
 class BlockManager
           
 class BlockProcessor
           
 

Methods in org.apache.cocoon.components.blocks that return Processor
 Processor BlockManager.getRootProcessor()
           
 Processor BlockProcessor.getRootProcessor()
           
 

Uses of Processor in org.apache.cocoon.components.pipeline
 

Fields in org.apache.cocoon.components.pipeline declared as Processor
protected  Processor VirtualProcessingPipeline.processor
          The current Processor
protected  Processor AbstractProcessingPipeline.processor
          The current Processor
 

Uses of Processor in org.apache.cocoon.components.treeprocessor
 

Classes in org.apache.cocoon.components.treeprocessor that implement Processor
 class ConcreteTreeProcessor
          The concrete implementation of Processor, containing the evaluation tree and associated data such as component manager.
 class TreeProcessor
          Interpreted tree-traversal implementation of a pipeline assembly language.
 

Fields in org.apache.cocoon.components.treeprocessor declared as Processor
protected  Processor InvokeContext.lastProcessor
          The last processor
 

Methods in org.apache.cocoon.components.treeprocessor that return Processor
 Processor TreeProcessor.getRootProcessor()
           
 Processor ConcreteTreeProcessor.getRootProcessor()
           
 

Methods in org.apache.cocoon.components.treeprocessor with parameters of type Processor
 void InvokeContext.setLastProcessor(Processor p)
          Set the last processor
 

Uses of Processor in org.apache.cocoon.core
 

Methods in org.apache.cocoon.core that return Processor
 Processor Core.SitemapImpl.getProcessor()
           
 

Uses of Processor in org.apache.cocoon.environment.internal
 

Fields in org.apache.cocoon.environment.internal declared as Processor
 Processor EnvironmentInfo.processor
           
 

Methods in org.apache.cocoon.environment.internal that return Processor
static Processor EnvironmentHelper.getCurrentProcessor()
          Return the current processor
 

Methods in org.apache.cocoon.environment.internal with parameters of type Processor
static void EnvironmentHelper.enterProcessor(Processor processor, ServiceManager manager, Environment env)
          This hook must be called by the sitemap each time a sitemap is entered.
 

Constructors in org.apache.cocoon.environment.internal with parameters of type Processor
EnvironmentInfo(Processor processor, int oldStackCount, ServiceManager manager, Environment environment)
           
 

Uses of Processor in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that return Processor
 Processor Sitemap.getProcessor()
          Return the current processor
 Processor SitemapEvent.getSourceProcessor()
           
 

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



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.