org.apache.cocoon.components.treeprocessor
Interface ParameterizableProcessingNode

All Superinterfaces:
Locatable, ProcessingNode, ThreadSafe
All Known Implementing Classes:
ActSetNode, ActTypeNode, CallNode, GenerateNode, MatchNode, PipelineNode, PreparableMatchNode, ReadNode, SelectNode, SerializeNode, SwitchSelectNode, TransformNode

public interface ParameterizableProcessingNode
extends ProcessingNode

A ProcessingNode that has parameters.

Version:
CVS $Id: ParameterizableProcessingNode.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

Field Summary
 
Fields inherited from interface org.apache.cocoon.components.treeprocessor.ProcessingNode
OBJECT_SOURCE_RESOLVER
 
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

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



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