org.apache.cocoon.components.treeprocessor.sitemap
Class CallNodeBuilder

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
              |
              +--org.apache.cocoon.components.treeprocessor.sitemap.CallNodeBuilder
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, LinkedProcessingNodeBuilder, org.apache.avalon.framework.logger.Loggable, ProcessingNodeBuilder

public class CallNodeBuilder
extends AbstractProcessingNodeBuilder
implements LinkedProcessingNodeBuilder

Version:
CVS $Id: CallNodeBuilder.java,v 1.2 2002/03/13 17:42:22 ovidiu Exp $
Author:
Sylvain Wallez

Field Summary
protected  ProcessingNode node
           
protected  java.lang.String resourceName
           
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
treeBuilder
 
Constructor Summary
CallNodeBuilder()
           
 
Method Summary
 ProcessingNode buildNode(org.apache.avalon.framework.configuration.Configuration config)
          Build the ProcessingNode and its children from the given Configuration, and optionnaly register it in the Builder for lookup by other LinkedProcessingNodeBuilders.
 void linkNode()
          Resolve the links needed by the node built by this builder.
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
checkNamespace, getParameters, hasParameters, setBuilder
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNodeBuilder
setBuilder
 

Field Detail

node

protected ProcessingNode node

resourceName

protected java.lang.String resourceName
Constructor Detail

CallNodeBuilder

public CallNodeBuilder()
Method Detail

buildNode

public ProcessingNode buildNode(org.apache.avalon.framework.configuration.Configuration config)
                         throws java.lang.Exception
Description copied from interface: ProcessingNodeBuilder
Build the ProcessingNode and its children from the given Configuration, and optionnaly register it in the Builder for lookup by other LinkedProcessingNodeBuilders.
Specified by:
buildNode in interface ProcessingNodeBuilder

linkNode

public void linkNode()
              throws java.lang.Exception
Description copied from interface: LinkedProcessingNodeBuilder
Resolve the links needed by the node built by this builder.
Specified by:
linkNode in interface LinkedProcessingNodeBuilder


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