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

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

public class ComponentsNodeBuilder
extends AbstractProcessingNodeBuilder

Handles <map:components>. It doesn't actually create a ProcessingNode.

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

Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
treeBuilder
 
Constructor Summary
ComponentsNodeBuilder()
           
 
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.
protected  boolean hasParameters()
          This builder has no parameters -- return false
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
checkNamespace, getParameters, 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
 

Constructor Detail

ComponentsNodeBuilder

public ComponentsNodeBuilder()
Method Detail

hasParameters

protected boolean hasParameters()
This builder has no parameters -- return false
Overrides:
hasParameters in class AbstractProcessingNodeBuilder

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.


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