Class | Description |
---|---|
AdvancedContentProcessorExtensionHandler | |
ArchiveDateProcessor | |
CollectionPageProcessor |
Adds the specified selection of PageDTOs to the model.
|
ContentGroupingProcessor |
Groups a list of structured content obtained from the
ContentProcessor into a map keyed by the specified
'groupByProperty' and available on the model as 'contentGroups'
contentList - list of content values as a result of invoking the ContentProcessor
groupByProperty - the property that each content item should be grouped in
sort - boolean denoting if the groups should be sorted before they are returned
|
ContentZoneProcessor |
A Thymeleaf processor that will render a ContentZone
Example:
A Tag declared like:
the "substituteby" will resolve HTML for widget with id 1
and will pass in either a "sc" or "scs" variable to the widget, depending on whether or not it supports multiple SC
it finds the content zone's default content item, and uses the widget associated there.
|
WeightedPropertyValuesProcessor |
Returns a weighted list of values for a specified property sorted by how many times the value appears.
|
WidgetJsProcessor |
A Thymeleaf processor that will render the script tags for each
Widget
on the current page |
Copyright © 2020. All rights reserved.