This project has retired. For details please refer to its
Attic page.
SitemapNode (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)
org.apache.cocoon.sitemap.node
Interface SitemapNode
- All Known Implementing Classes:
- AbstractSitemapNode, ActNode, CallNode, ErrorNode, GenerateNode, MatchNode, OtherwiseNode, ParameterNode, PipelineNode, PipelinesNode, ReadNode, RedirectNode, SelectNode, SerializeNode, Sitemap, TransformNode, WhenNode
public interface SitemapNode
addChild
void addChild(SitemapNode child)
getParent
SitemapNode getParent()
setParent
void setParent(SitemapNode parent)
setParameters
void setParameters(Map<String,String> parameters)
invoke
InvocationResult invoke(Invocation invocation)
getType
Class<?> getType()
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.