Uses of Class
org.apache.cocoon.components.treeprocessor.TreeProcessor

Packages that use TreeProcessor
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
 

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

Fields in org.apache.cocoon.components.treeprocessor declared as TreeProcessor
protected  TreeProcessor TreeProcessor.parent
          The parent TreeProcessor, if any
 

Methods in org.apache.cocoon.components.treeprocessor that return TreeProcessor
 TreeProcessor TreeProcessor.createChildProcessor(ComponentManager manager, String actualSource, boolean checkReload)
          Create a new child of this processor (used for mounting submaps).
 TreeProcessor ConcreteTreeProcessor.getWrappingProcessor()
           
 

Constructors in org.apache.cocoon.components.treeprocessor with parameters of type TreeProcessor
ConcreteTreeProcessor(TreeProcessor wrappingProcessor)
          Builds a concrete processig, given the wrapping processor
TreeProcessor(TreeProcessor parent, ComponentManager manager)
          Create a child processor for a given language
 

Uses of TreeProcessor in org.apache.cocoon.components.treeprocessor.sitemap
 

Constructors in org.apache.cocoon.components.treeprocessor.sitemap with parameters of type TreeProcessor
MountNode(VariableResolver prefix, VariableResolver source, TreeProcessor parentProcessor, boolean checkReload, boolean passThrough)
           
 



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