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.
Creating Custom Tag Libraries for Adobe Experience Manager
You can create custom HTML tags for Adobe Experience Manager (AEM) components. After you develop an AEM custom tag, you can invoke its actions from an AEM component, such as a text component. That is, its actions can be called from HTML using XML syntax. A custom tag builds for AEM is implemented as an OSGi bundle that contains a Java class. You also need to define a tag library descriptor (TLD) file and bundle that within the OSGi bundle.
The following illustration shows the output of a custom tag defined within this development article.
This development article walks you through how to build custom tags for AEM.
No comments:
Post a Comment
If you have any doubts or questions, please let us know.