Report Tag
The ReportTag
class is used to parse tags used in
Value360 reports. Each tag consists of a name, value, and list of
attributes in the following format:
${name:value,attribute,attribute=value}
:value is not required, and other parameters can consist of an attribute=value or only an attribute depending on the specific tag.
Attributes are separated by commas with or without leading and trailing spaces.
All tags and parameters are case-insensitive.