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


Method Summary
 void addChild(SitemapNode child)
           
 SitemapNode getParent()
           
 Class<?> getType()
           
 InvocationResult invoke(Invocation invocation)
           
 void setParameters(Map<String,String> parameters)
           
 void setParent(SitemapNode parent)
           
 

Method Detail

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.