AEM4BEGINNER blog is for Beginners who are interested in learning Adobe Experience Manager (AEM) aka Adobe CQ5 from basics. The Information provided in this blog is for learning and testing purposes only. Here, I have posted the information which I know or gathered from different sources.
Searching for Adobe Experience Manager Tags using the TagManager API
You can develop an Adobe Experience Manager (AEM) OSGi bundle that uses the Tag Manager API to create application logic that searches for tags. Tags are a quick and easy method of classifying content within your website. In technical terms, a tag is a piece of metadata assigned to a content node within AEM (usually a page). For information about the API, see TagManager API.
Consider the following illustration that shows defined tags.
In this example, the name of the tag is Color and the Tag Id is properties:style/color. Using the Tag Manager API, you can create Java application logic to search for this tag and specify all AEM JCR locations where this tag is used.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.