org.apache.cocoon.components.treeprocessor
Interface ParameterizableProcessingNode

All Superinterfaces:
org.apache.cocoon.util.location.Locatable, ProcessingNode, ThreadSafe
All Known Implementing Classes:
ActSetNode, ActTypeNode, CallFunctionNode, CallNode, GenerateNode, MatchNode, PipelineNode, PreparableMatchNode, ReadNode, SelectNode, SerializeNode, SwitchSelectNode, TransformNode

public interface ParameterizableProcessingNode
extends ProcessingNode

A ProcessingNode that has parameters.

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

Method Summary
 void setParameters(Map parameterMap)
          Set the parameters of this node as a Map of VariableResolvers that will be resolved at process-time.
 
Methods inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
getLocation, invoke
 

Method Detail

setParameters

public void setParameters(Map parameterMap)
Set the parameters of this node as a Map of VariableResolvers that will be resolved at process-time.



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