Rendering tags

If any tags have been attached to a content item, then they are available via the PresentationArticle bean's tags property. This property is a collection of PresentationTag beans, each of which has the following properties:

name

This tag's name.

parent

This tag's parent tag (if any).

children

This tag's child tags (if any).

relevance

A number between 0 (not relevant) and 1 (highly relevant) indicating how relevant this tag is to the content item to which it is attached.

Tags can therefore easily be accessed using JSTL.