<@td.pipelineParam>
The pipelineParam tag is used exclusively inside
content tags to specify pipeline parameters.
The Content tag
displays content after being processed through any
number of
processing pipelines.
This tag allows for passing parameters to
those pipelines.
Note: The pipeline currently supported is
filterchain:/harp/portal/markFilteredTopics.xml
, which can mark or remove
links to topics not available in the portal. See the pipeline
attribute for
<@td.content>.This tag contains the following attributes:
-
name
- The parameter name.
- Required: true
- Type: String
- Default: none
-
value
- The parameter value.
- Required: true
- Type: Object
- Default: none