...
String
: a path to an image resource (set by SmartImage dialog) withsrc
selector added. If such a path is used in html img tag, it renders an image using CQ's image servletImage
: an Image object which allows you to manipulate the image and then output the src code using itsgetSrc()
method.
Info | ||
---|---|---|
| ||
In 3.1.0 version of Slice the CQ related modules has been separated. If you would like to add them to your project's dependencies, please see Slice CQ Addons. |
SliceResourceProcessor
This processor is used for recursive mapping of resources. If a field is of class annotated with @SliceResource
it will be mapped from a child resource named after the field.
...