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

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

Field Summary
public static final  String IN_ACTION_SET    The TreeBuilder attribute indicating that an ActionSet is being built 
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.sitemap.ActionSetNodeBuilder Summary:
buildNode
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.sitemap.ActionSetNodeBuilder Detail:
 public ProcessingNode buildNode(Configuration config) throws Exception