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

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
              |
              +--org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
                    |
                    +--org.apache.cocoon.components.treeprocessor.sitemap.MatchNodeBuilder
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.Loggable, ProcessingNodeBuilder, org.apache.avalon.framework.component.Recomposable

public class MatchNodeBuilder
extends AbstractParentProcessingNodeBuilder
implements org.apache.avalon.framework.component.Recomposable

Version:
CVS $Id: MatchNodeBuilder.java,v 1.2 2002/03/17 21:55:22 sylvain Exp $
Author:
Sylvain Wallez

Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
allowedChildren, forbiddenChildren, ignoredChildren
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder
treeBuilder
 
Constructor Summary
MatchNodeBuilder()
           
 
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 compose(org.apache.avalon.framework.component.ComponentManager manager)
           
 void recompose(org.apache.avalon.framework.component.ComponentManager manager)
           
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder
buildChildNodes, buildChildNodesList, configure, isChild, isParameter, toNodeArray
 
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
 

Constructor Detail

MatchNodeBuilder

public MatchNodeBuilder()
Method Detail

compose

public void compose(org.apache.avalon.framework.component.ComponentManager manager)
Specified by:
compose in interface org.apache.avalon.framework.component.Composable

recompose

public void recompose(org.apache.avalon.framework.component.ComponentManager manager)
Specified by:
recompose in interface org.apache.avalon.framework.component.Recomposable

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.