|
Class Summary |
| AddSortLinkProcessor |
A Thymeleaf processor that generates a search query link that will reflect the current
search criteria in addition to the requested sort string |
| CategoriesProcessor |
A Thymeleaf processor that will add the desired categories to the model. |
| CategoriesProcessorExtensionManager |
|
| FormProcessor |
A Thymeleaf processor that adds a CSRF token to forms that are not going to be submitted
via GET |
| GoogleAnalyticsProcessor |
A Thymeleaf processor that will on order confirmation page, submit order
information via javascript to google analytics. |
| HeadProcessor |
A Thymeleaf processor that will include the standard head element. |
| NamedOrderProcessor |
A Thymeleaf processor that will add the desired named order to the model |
| 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 |
Thymeleaf Processor that replaces the "href" attribute on an element, maintaining the current search criteria
of the request and adding (or replacing, if it exists) the page size parameter on the request. |
| PaginationSortLinkProcessor |
Thymeleaf Processor that replaces the "href" attribute on an element, maintaining the current search criteria
of the request and adding (or replacing, if it exists) the sort parameter on the request. |
| 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. |