| Class | Description |
|---|---|
| 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.
|
| 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.
|
| 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.
|
| UrlRewriteProcessor |
A Thymeleaf processor that processes the given url through the StaticAssetService's
StaticAssetService.convertAssetPath(String, String, boolean) method to determine
the appropriate URL for the asset to be served from. |
Copyright © 2013. All Rights Reserved.