org.broadleafcommerce.core.web.util
Class ProcessorUtils
java.lang.Object
org.broadleafcommerce.core.web.util.ProcessorUtils
public class ProcessorUtils
- extends Object
- Author:
- apazzolini
Utility class for Thymeleaf Processors
|
Method Summary |
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 |
ProcessorUtils
public ProcessorUtils()
getUrl
public 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
- Parameters:
baseUrl - parameters -
- Returns:
- the built URL
Copyright © 2013. All Rights Reserved.