The Java API
The Java API that the portal provides for tagging and rating follows the pattern of the portal controller SPI. For more details refer to the section about the portal controller API.
The following controllers are available for working with resources, tags and ratings:
RatingModelControllerUse this controller to control ratings, that is to create or delete ratings.
TagModelControllerUse this controller to control tags, that is to create or delete tags.
ResourceModelControllerUse this controller to control resources that are tagged or rated or both. For example, specify a category to which a resource belongs.
Parent
Extending tagging and rating by using service APIs
Controller SPI
Model SPI overview
The tagging and rating user interface