This project has retired. For details please refer to its
Attic page.
ParameterizableProcessingNode (Cocoon API 2.1.12-dev [March 20 2012])
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
Method Summary |
void |
setParameters(Map parameterMap)
Set the parameters of this node as a Map of VariableResolver s
that will be resolved at process-time. |
setParameters
void setParameters(Map parameterMap)
- Set the parameters of this node as a
Map
of VariableResolver
s
that will be resolved at process-time.
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.