Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • String: a path to an image resource (set by SmartImage dialog) with src selector added. If such a path is used in html img tag, it renders an image using CQ's image servlet
  • Image: an Image object which allows you to manipulate the image and then output the src code using its getSrc() method.
Info
titleSlice CQ Addon

In 3.2.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.

...