Registry / utility / cq-tagging

cq-tagging

JSON →
library5.8.6javamavenunverified

Support for tagging content in Adobe Experience Manager (CQ) with both free-form and administered taxonomies.

<dependency> <groupId>com.day.cq</groupId> <artifactId>cq-tagging</artifactId> <version>5.8.6</version> </dependency>
INSTALL
IMPORT
SIG · CQ-TAGGING
C
cq-tagging
utilityjavav5.8.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TagManager
com.day.cq.tagging.TagManager

Resolves a tag by its ID using TagManager.

import com.day.cq.tagging.TagManager; import org.apache.sling.api.resource.ResourceResolver; public class Example { public void findTag(ResourceResolver resolver) { TagManager tagManager = resolver.adaptTo(TagManager.class); if (tagManager != null) { com.day.cq.tagging.Tag tag = tagManager.resolve("my:tag"); System.out.println(tag.getTitle()); } } }
Debug
Known issues
gotchaThis library is specific to Adobe Experience Manager (AEM) and requires an AEM environment.
fix
Only use in AEM projects; not suitable for standalone applications.
affects: *
Upgrade
Version history
5.8.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
cq-tagging — mvn dependency:get cq-tagging · libregistry