|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.core.web.util.ProcessorUtils
public class ProcessorUtils
| Field Summary | |
|---|---|
protected static Map<String,Object> |
cachedBeans
|
| Constructor Summary | |
|---|---|
ProcessorUtils()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static Map<String,Object> cachedBeans
| Constructor Detail |
|---|
public ProcessorUtils()
| Method Detail |
|---|
public static RelatedProductsService getRelatedProductsService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static CatalogService getCatalogService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static StaticAssetService getStaticAssetService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static OrderService getOrderService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static SearchFacetDTOService getSearchFacetDTOService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static RatingService getRatingService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static ExploitProtectionService getExploitProtectionService(org.thymeleaf.Arguments arguments)
arguments - the Thymeleaf arguments that's part of the request
public static String getUrl(String baseUrl,
Map<String,String[]> parameters)
baseUrl - parameters -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||