org.apache.cocoon.components.treeprocessor
Class PipelineEventComponentProcessingNode

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
          extended by org.apache.cocoon.components.treeprocessor.PipelineEventComponentProcessingNode
All Implemented Interfaces:
LogEnabled, ThreadSafe, ProcessingNode, Locatable
Direct Known Subclasses:
GenerateNode, SerializeNode, TransformNode

public abstract class PipelineEventComponentProcessingNode
extends AbstractProcessingNode

Version:
CVS $Id: PipelineEventComponentProcessingNode.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Michael Melhem

Field Summary
protected  Map pipelineHints
           
protected  Map views
           
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.AbstractProcessingNode
location
 
Fields inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
OBJECT_SOURCE_RESOLVER
 
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, getSourceResolver, setLocation
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
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-2010 The Apache Software Foundation. All Rights Reserved.