public class ParameterExtractingRule extends BasicRule
<parameter name='x' value='y'> and write the contents
to a page property (page.x=y).
This is a cheap and cheerful mechanism for exporting values from content to decorators.
tagProcessorContext| Constructor and Description |
|---|
ParameterExtractingRule(ContentProperty propertyToExport) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Tag tag)
Implementations can use this to do any necessary work on the
Tag such as extracting
values or transforming it. |
setTagProcessorContextpublic ParameterExtractingRule(ContentProperty propertyToExport)
Copyright © 2015. All Rights Reserved.