| java.lang.Object org.apache.cocoon.ProcessorWrapper
ProcessorWrapper | final public class ProcessorWrapper implements Processor,Component,Disposable,ThreadSafe(Code) | | This class is a wrapper around the real processor (the Cocoon class).
It is necessary to avoid infinite dispose loops
author: Carsten Ziegeler version: CVS $Id: ProcessorWrapper.java 433543 2006-08-22 06:22:54Z crossley $ |
dispose | public void dispose()(Code) | | |
getComponentConfigurations | public Map getComponentConfigurations()(Code) | | Get the sitemap component configurations
since: 2.1 |
getRootProcessor | public Processor getRootProcessor()(Code) | | Get the root parent processor of this processor
since: 2.1.1 |
|
|