| Interface | Description |
|---|---|
| CategoriesProcessorExtensionHandler |
| Class | Description |
|---|---|
| AddSortLinkProcessor |
A Thymeleaf processor that generates a search query href that will reflect the current
search criteria in addition to the requested sort string
|
| BroadleafCacheProcessor |
Allows for a customizable cache mechanism that can be used to avoid expensive Thymeleaf processing for
HTML fragments that are static.
|
| CategoriesProcessor |
A Thymeleaf processor that will add the desired categories to the model.
|
| CategoriesProcessorExtensionManager | |
| FormProcessor |
Used as a replacement to the HTML
<form> element which adds a CSRF token input field to forms that are submitted
via anything but GET. |
| GoogleAnalyticsProcessor | Deprecated
use the
GoogleUniversalAnalyticsProcessor instead |
| GoogleUniversalAnalyticsProcessor |
Takes advantage of the new-stype analytics.js from Google Analytics rather than the deprected ga.js.
|
| HeadProcessor | Deprecated
The entire FragmentAndTarget class has been deprecated in favor of a completely new system in Thymeleaf 2.1
The referenced issue can be found at https://github.com/thymeleaf/thymeleaf/issues/205
Use th:include or th:replace within the head tag and include the variables to replicate the behaviour.
|
| NamedOrderProcessor |
A Thymeleaf processor that will add the desired named order to the model
|
| OnePageCheckoutProcessor |
This is a Thymeleaf Processor that aids in rendering a dynamic One Page Checkout screen.
|
| PaginationPageLinkProcessor |
A Thymeleaf processor that processes the value attribute on the element it's tied to
with a predetermined value based on the SearchFacetResultDTO object that is passed into this
processor.
|
| PaginationSizeLinkProcessor | |
| PaginationSortLinkProcessor | |
| PriceTextDisplayProcessor |
A Thymeleaf processor that renders a Money object according to the currently set locale options.
|
| ProductOptionDisplayProcessor | |
| ProductOptionsProcessor |
This processor will add the following information to the model, available for consumption by a template:
-pricing for a sku based on the product option values selected
-the complete set of product options and values for a given product
|
| ProductOptionValueProcessor | |
| RatingsProcessor |
A Thymeleaf processor that will add the product ratings and reviews to the model
|
| RelatedProductProcessor |
A Thymeleaf processor that will find related products.
|
| RemoveFacetValuesLinkProcessor |
A Thymeleaf processor that processes the value attribute on the element it's tied to
with a predetermined value based on the SearchFacetResultDTO object that is passed into this
processor.
|
| ToggleFacetLinkProcessor |
A Thymeleaf processor that processes the value attribute on the element it's tied to
with a predetermined value based on the SearchFacetResultDTO object that is passed into this
processor.
|
| UncacheableDataProcessor |
This processor outputs a SCRIPT tag with JSON data that can be used to update a mostly cached page followed by
a call to a javascript function.
|
Copyright © 2015. All Rights Reserved.