org.apache.cocoon.components.treeprocessor
Interface LinkedProcessingNodeBuilder

All Superinterfaces:
ProcessingNodeBuilder
All Known Implementing Classes:
ActNodeBuilder, AggregateNodeBuilder, CallNodeBuilder, GenerateNodeBuilder, RedirectToNodeBuilder, ScriptNodeBuilder, SerializeNodeBuilder, TransformNodeBuilder

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 30941 2004-07-29 19:56:58Z vgritsenko $
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 Exception
Resolve the links needed by the node built by this builder.

Throws:
Exception


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.