This project has retired. For details please refer to its
Attic page.
ParameterizableProcessingNode (Cocoon Sitemap Implementation 1.0.0 API)
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. |
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.