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

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLogEnabled
        |
        +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
              |
              +--org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
                    |
                    +--org.apache.cocoon.components.treeprocessor.ContainerNodeBuilder
                          |
                          +--org.apache.cocoon.components.treeprocessor.NamedContainerNodeBuilder
                                |
                                +--org.apache.cocoon.components.treeprocessor.sitemap.ViewNodeBuilder
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.component.Composable, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.logger.LogEnabled, ProcessingNodeBuilder, org.apache.avalon.framework.component.Recomposable, org.apache.avalon.framework.thread.ThreadSafe

public class ViewNodeBuilder
extends NamedContainerNodeBuilder
implements org.apache.avalon.framework.thread.ThreadSafe

Builds a <map:view>

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

Field Summary
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.NamedContainerNodeBuilder
nameAttr
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
allowedChildren, forbiddenChildren, ignoredChildren
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
manager, treeBuilder
 
Constructor Summary
ViewNodeBuilder()
           
 
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 tree builder for lookup by other LinkedProcessingNodeBuilders.
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.NamedContainerNodeBuilder
configure
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.ContainerNodeBuilder
hasParameters, setupNode
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
buildChildNodes, buildChildNodesList, isChild, isParameter, toNodeArray
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
checkNamespace, compose, getParameters, recompose, setBuilder
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewNodeBuilder

public ViewNodeBuilder()
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 tree builder for lookup by other LinkedProcessingNodeBuilders.

Specified by:
buildNode in interface ProcessingNodeBuilder
Overrides:
buildNode in class NamedContainerNodeBuilder
java.lang.Exception


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