org.broadleafcommerce.core.web.util
public class ProcessorUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,Object> |
cachedBeans |
| Constructor and Description |
|---|
ProcessorUtils() |
| Modifier and Type | Method and Description |
|---|---|
static CatalogService |
getCatalogService(org.thymeleaf.Arguments arguments)
Gets the "blCatalogService" bean via the Spring Web Application Context
|
static ExploitProtectionService |
getExploitProtectionService(org.thymeleaf.Arguments arguments)
Gets the "blExploitProtectionService" bean via the Spring Web Application Context
|
static OrderService |
getOrderService(org.thymeleaf.Arguments arguments)
Gets the "blOrderService" bean via the Spring Web Application Context
|
static RatingService |
getRatingService(org.thymeleaf.Arguments arguments)
Gets the "blRatingService" bean via the Spring Web Application Context
|
static RelatedProductsService |
getRelatedProductsService(org.thymeleaf.Arguments arguments)
Gets the "blRelatedProductsService" bean via the Spring Web Application Context
|
static SearchFacetDTOService |
getSearchFacetDTOService(org.thymeleaf.Arguments arguments)
Gets the "blSearchFacetDTOService" bean via the Spring Web Application Context
|
static StaticAssetService |
getStaticAssetService(org.thymeleaf.Arguments arguments)
Gets the "blStaticAssetService" bean via the Spring Web Application Context
|
static String |
getUrl(String baseUrl,
Map<String,String[]> parameters)
Gets a UTF-8 URL encoded URL based on the current URL as well as the specified map
of query string parameters
|
public static RelatedProductsService getRelatedProductsService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static CatalogService getCatalogService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static StaticAssetService getStaticAssetService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static OrderService getOrderService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static SearchFacetDTOService getSearchFacetDTOService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static RatingService getRatingService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestpublic static ExploitProtectionService getExploitProtectionService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the requestCopyright © 2015. All Rights Reserved.