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, ExecutionContext, Locatable, LogEnabled, ProcessingNode, Serviceable, ThreadSafe
- public final class PipelinesNode
- extends SimpleParentProcessingNode
- implements Serviceable, Disposable
Handles <map:pipelines>
- Version:
- $Id: PipelinesNode.java 157155 2005-03-11 20:59:21Z vgritsenko $
- 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()
- Constructor
service
public void service(ServiceManager manager)
- Keep the component manager used everywhere in the tree so that we can
cleanly dispose it.
- Specified by:
service
in interface Serviceable
enableLogging
public void enableLogging(Logger logger)
- Specified by:
enableLogging
in interface LogEnabled
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-2005 The Apache Software Foundation. All Rights Reserved.