Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » [javadoc | source]
org.apache.cocoon
public final class: ProcessorWrapper [javadoc | source]
java.lang.Object
   org.apache.cocoon.ProcessorWrapper

All Implemented Interfaces:
    org.apache.avalon.framework.activity.Disposable, org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.component.Component, Processor

Deprecated! This - class is not used anymore and will be removed with 2.2

This class is a wrapper around the real processor (the Cocoon class). It is necessary to avoid infinite dispose loops
Constructor:
 public ProcessorWrapper(Processor processor) 
Method from org.apache.cocoon.ProcessorWrapper Summary:
buildPipeline,   dispose,   getComponentConfigurations,   getRootProcessor,   process
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.ProcessorWrapper Detail:
 public ProcessingPipeline buildPipeline(Environment environment) throws Exception 
      Deprecated!
    Process the given Environment to assemble a ProcessingPipeline.
 public  void dispose() 
      Deprecated!
 public Map getComponentConfigurations() 
      Deprecated!
    Get the sitemap component configurations
 public Processor getRootProcessor() 
      Deprecated!
    Get the root parent processor of this processor
 public boolean process(Environment environment) throws Exception 
      Deprecated!
    Process the given Environment producing the output