org.apache.cocoon.components.treeprocessor
Interface ParameterizableProcessingNode

All Superinterfaces:
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:
CVS $Id: ParameterizableProcessingNode.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Sylvain Wallez

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-2005 The Apache Software Foundation. All Rights Reserved.