org.apache.cocoon.components.treeprocessor.sitemap
Class PipelineNodeBuilder
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
org.apache.cocoon.components.treeprocessor.sitemap.PipelineNodeBuilder
- All Implemented Interfaces:
- Configurable, LogEnabled, ProcessingNodeBuilder, ThreadSafe
- public class PipelineNodeBuilder
- extends AbstractParentProcessingNodeBuilder
- implements ThreadSafe
Builds a <map:pipeline>
- Version:
- $Id: PipelineNodeBuilder.java 157555 2005-03-15 15:49:32Z vgritsenko $
- Author:
- Sylvain Wallez, Gianugo Rabellino
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipelineNodeBuilder
public PipelineNodeBuilder()
hasParameters
protected boolean hasParameters()
- This builder can have parameters -- return
true
- Overrides:
hasParameters
in class AbstractProcessingNodeBuilder
buildNode
public ProcessingNode buildNode(Configuration config)
throws Exception
- Description copied from interface:
ProcessingNodeBuilder
- Build the
ProcessingNode
and its children from the given
Configuration
, and optionnaly register it in the tree builder
for lookup by other LinkedProcessingNodeBuilder
s.
- Specified by:
buildNode
in interface ProcessingNodeBuilder
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.