AEM Component Development using Sling Models
- How to build a Sling Model That Injects a variable
- How to pass a variable / parameter to the Sling Model
Sling Models:
- Sling Models Provide a Framework for development
- Sling Models are completely driven with Annotations based
- It uses Annotations Based Plain Old Java Objects (POJOs)
- They are adaptable to multiple objects, including Resource and SlingServletRequest
- Annotations in Sling Models handle inputs
- OOB - Out of the box, Sling Models work with:
- Sling Bindings
- OSGi Services
- Request Attributes
No comments:
Post a Comment