|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.ActNodeBuilder
Field Summary |
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 | |
ActNodeBuilder()
|
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 LinkedProcessingNodeBuilder s. |
void |
linkNode()
Resolve the links needed by the node built by this builder. |
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, compose, getParameters, hasParameters, 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 |
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNodeBuilder |
setBuilder |
Constructor Detail |
public ActNodeBuilder()
Method Detail |
public ProcessingNode buildNode(org.apache.avalon.framework.configuration.Configuration config) throws java.lang.Exception
ProcessingNodeBuilder
ProcessingNode
and its children from the given
Configuration
, and optionnaly register it in the tree builder
for lookup by other LinkedProcessingNodeBuilder
s.
buildNode
in interface ProcessingNodeBuilder
java.lang.Exception
public void linkNode() throws java.lang.Exception
LinkedProcessingNodeBuilder
linkNode
in interface LinkedProcessingNodeBuilder
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |