org.apache.cocoon.components.treeprocessor.sitemap
Class PipelinesNode
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNode
org.apache.cocoon.components.treeprocessor.SimpleParentProcessingNode
org.apache.cocoon.components.treeprocessor.sitemap.PipelinesNode
- All Implemented Interfaces:
- Disposable, Composable, LogEnabled, ThreadSafe, ProcessingNode, Locatable
public final class PipelinesNode
- extends SimpleParentProcessingNode
- implements Composable, Disposable
Handles <map:pipelines>
- Version:
- $Id: PipelinesNode.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Jürgen Seitz, Björn Lütkemeier, Sylvain Wallez, Carsten Ziegeler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipelinesNode
public PipelinesNode()
compose
public void compose(ComponentManager manager)
- Keep the component manager used everywhere in the tree so that we can
cleanly dispose it.
- Specified by:
compose
in interface Composable
enableLogging
public void enableLogging(Logger logger)
- Specified by:
enableLogging
in interface LogEnabled
- Overrides:
enableLogging
in class AbstractLogEnabled
setErrorHandler
public void setErrorHandler(ProcessingNode node)
setChildren
public void setChildren(ProcessingNode[] nodes)
- Overrides:
setChildren
in class SimpleParentProcessingNode
invoke
public final boolean invoke(Environment env,
InvokeContext context)
throws Exception
- Process the environment. Also adds a
SourceResolver
and a Redirector
in the object model. The previous resolver and
redirector, if any, are restored before return.
- Specified by:
invoke
in interface ProcessingNode
- Overrides:
invoke
in class SimpleParentProcessingNode
- Throws:
Exception
dispose
public void dispose()
- Dispose the component manager.
- Specified by:
dispose
in interface Disposable
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.