Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » components » treeprocessor » [javadoc | source]
org.apache.cocoon.components.treeprocessor
public class: ContainerNodeBuilder [javadoc | source]
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

All Implemented Interfaces:
    org.apache.avalon.framework.thread.ThreadSafe, org.apache.avalon.framework.configuration.Configurable, ProcessingNodeBuilder, org.apache.avalon.framework.component.Recomposable

Direct Known Subclasses:
    NamedContainerNodeBuilder, ViewNodeBuilder, PipelinesNodeBuilder

Builds a generic container node.
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder:
allowedChildren,  forbiddenChildren,  ignoredChildren
Fields inherited from org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder:
treeBuilder,  manager
Method from org.apache.cocoon.components.treeprocessor.ContainerNodeBuilder Summary:
buildNode,   hasParameters,   setupNode
Methods from org.apache.cocoon.components.treeprocessor.AbstractParentProcessingNodeBuilder:
buildChildNodes,   buildChildNodesList,   configure,   isChild,   isParameter,   toNodeArray
Methods from org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder:
checkNamespace,   compose,   hasParameters,   recompose,   setBuilder
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.components.treeprocessor.ContainerNodeBuilder Detail:
 public ProcessingNode buildNode(Configuration config) throws Exception 
 protected boolean hasParameters() 
    This builder has no parameters -- return false
 protected  void setupNode(ContainerNode node,
    Configuration config) throws Exception