org.apache.cocoon.components.treeprocessor.sitemap
Class FlowNodeBuilder
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.FlowNodeBuilder
- All Implemented Interfaces:
- Component, Composable, Recomposable, Configurable, LogEnabled, ProcessingNodeBuilder
public class FlowNodeBuilder
- extends AbstractParentProcessingNodeBuilder
Builder of a FlowNode
instance, corresponding to a
<map:flow>
element in the sitemap.
- Since:
- September 13, 2002
- Version:
- CVS $Id: FlowNodeBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Ovidiu Predescu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FlowNodeBuilder
public FlowNodeBuilder()
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.
- Throws:
Exception
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.