org.apache.cocoon.components.treeprocessor.sitemap
Class VPCsNodeBuilder
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
org.apache.cocoon.components.treeprocessor.sitemap.VPCsNodeBuilder
- All Implemented Interfaces:
- Configurable, LogEnabled, ProcessingNodeBuilder, ThreadSafe
- public class VPCsNodeBuilder
- extends ContainerNodeBuilder
Handles a set of virtual sitemap components.
- Version:
- $Id: VPCsNodeBuilder.java 292282 2005-09-28 19:54:16Z vgritsenko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VPCsNodeBuilder
public VPCsNodeBuilder()
isChild
protected boolean isChild(Configuration child)
throws ConfigurationException
- Checks if a child element is a VPC, and if not throws a
ConfigurationException
.
- Overrides:
isChild
in class AbstractParentProcessingNodeBuilder
- Parameters:
child
- the child configuration to check.
- Returns:
true
if this child should be considered or false
if it should be ignored.
- Throws:
ConfigurationException
- if this child isn't allowed.
setupNode
protected void setupNode(ContainerNode node,
Configuration config)
throws Exception
- Overrides:
setupNode
in class ContainerNodeBuilder
- Throws:
Exception
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.