org.apache.cocoon.sitemap.node
Class PipelineNode

java.lang.Object
  extended by org.apache.cocoon.sitemap.node.AbstractSitemapNode
      extended by org.apache.cocoon.sitemap.node.PipelineNode
All Implemented Interfaces:
SitemapNode
Direct Known Subclasses:
ErrorNode

public class PipelineNode
extends AbstractSitemapNode


Constructor Summary
PipelineNode()
           
 
Method Summary
 Class<?> getType()
          
protected  void installPipeline(Invocation invocation)
           
 InvocationResult invoke(Invocation invocation)
          
 String toString()
          
 
Methods inherited from class org.apache.cocoon.sitemap.node.AbstractSitemapNode
addChild, getParameters, getParent, invoke, processParameter, setParameters, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PipelineNode

public PipelineNode()
Method Detail

getType

public Class<?> getType()

See Also:
SitemapNode.getType()

invoke

public InvocationResult invoke(Invocation invocation)

Specified by:
invoke in interface SitemapNode
Overrides:
invoke in class AbstractSitemapNode
See Also:
AbstractSitemapNode.invoke(org.apache.cocoon.sitemap.Invocation)

toString

public String toString()

Overrides:
toString in class AbstractSitemapNode
See Also:
AbstractSitemapNode.toString()

installPipeline

protected void installPipeline(Invocation invocation)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.