org.apache.cocoon.components.treeprocessor
Interface LinkedProcessingNodeBuilder

All Superinterfaces:
org.apache.avalon.framework.component.Component, ProcessingNodeBuilder
All Known Implementing Classes:
ActNodeBuilder, RedirectToNodeBuilder, GenerateNodeBuilder, TransformNodeBuilder, AggregateNodeBuilder, CallNodeBuilder, SerializeNodeBuilder

public interface LinkedProcessingNodeBuilder
extends ProcessingNodeBuilder

A ProcessingNode builder that links its node to other nodes in the hierarchy. This allows to turn the node tree into a directed graph.

Version:
CVS $Id: LinkedProcessingNodeBuilder.java,v 1.1 2002/03/05 08:26:22 sylvain Exp $
Author:
Sylvain Wallez

Method Summary
 void linkNode()
          Resolve the links needed by the node built by this builder.
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNodeBuilder
buildNode, setBuilder
 

Method Detail

linkNode

public void linkNode()
              throws java.lang.Exception
Resolve the links needed by the node built by this builder.


Copyright � 1999-2002 Apache Software Foundation. All Rights Reserved.