org.apache.cocoon.components.treeprocessor
Interface LinkedProcessingNodeBuilder

All Superinterfaces:
Component, 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.html 1304258 2012-03-23 10:09:27Z ilgrosso $
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

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

Throws:
Exception


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.