| org.apache.cocoon.components.treeprocessor.ParameterizableProcessingNode
All known Subclasses: org.apache.cocoon.components.treeprocessor.sitemap.SelectNode, org.apache.cocoon.components.treeprocessor.sitemap.TransformNode, org.apache.cocoon.components.treeprocessor.sitemap.MatchNode, org.apache.cocoon.components.treeprocessor.sitemap.CallNode, org.apache.cocoon.components.treeprocessor.sitemap.SerializeNode, org.apache.cocoon.components.treeprocessor.sitemap.GenerateNode, org.apache.cocoon.components.treeprocessor.sitemap.ReadNode, org.apache.cocoon.components.treeprocessor.sitemap.ActTypeNode, org.apache.cocoon.components.treeprocessor.sitemap.PreparableMatchNode, org.apache.cocoon.components.treeprocessor.sitemap.PipelineNode, org.apache.cocoon.components.treeprocessor.sitemap.ActSetNode, org.apache.cocoon.components.treeprocessor.sitemap.SwitchSelectNode,
ParameterizableProcessingNode | public interface ParameterizableProcessingNode extends ProcessingNode(Code) | | A ProcessingNode that has parameters.
author: Sylvain Wallez version: CVS $Id: ParameterizableProcessingNode.java 433543 2006-08-22 06:22:54Z crossley $ |
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)(Code) | | Set the parameters of this node as a Map of VariableResolver s
that will be resolved at process-time.
|
|
|