org.apache.cocoon.components.treeprocessor
Class PipelineEventComponentProcessingNode

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.components.treeprocessor.AbstractProcessingNode
          extended byorg.apache.cocoon.components.treeprocessor.PipelineEventComponentProcessingNode
All Implemented Interfaces:
org.apache.cocoon.sitemap.ExecutionContext, org.apache.cocoon.util.location.Locatable, ProcessingNode, ThreadSafe
Direct Known Subclasses:
GenerateNode, SerializeNode, TransformNode

public abstract class PipelineEventComponentProcessingNode
extends AbstractProcessingNode

Version:
$Id: PipelineEventComponentProcessingNode.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
protected  Map pipelineHints
           
protected  Map views
           
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
componentName, executor, location
 
Constructor Summary
PipelineEventComponentProcessingNode()
           
 
Method Summary
 boolean hasViews()
           
 void setPipelineHints(Map parameterMap)
           
 void setViews(Map views)
           
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
getLocation, getType, setLocation, setSitemapExecutor
 
Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
invoke
 

Field Detail

views

protected Map views

pipelineHints

protected Map pipelineHints
Constructor Detail

PipelineEventComponentProcessingNode

public PipelineEventComponentProcessingNode()
Method Detail

setViews

public void setViews(Map views)

setPipelineHints

public void setPipelineHints(Map parameterMap)

hasViews

public boolean hasViews()


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