|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder | +--org.apache.cocoon.components.treeprocessor.sitemap.ComponentsNodeBuilder
Handles <map:components>. It doesn't actually create a ProcessingNode
.
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder |
treeBuilder |
Constructor Summary | |
ComponentsNodeBuilder()
|
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 LinkedProcessingNodeBuilder s. |
protected boolean |
hasParameters()
This builder has no parameters -- return false |
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNodeBuilder |
checkNamespace, getParameters, 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 |
public ComponentsNodeBuilder()
Method Detail |
protected boolean hasParameters()
false
hasParameters
in class AbstractProcessingNodeBuilder
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 Builder
for lookup by other LinkedProcessingNodeBuilder
s.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |