org.broadleafcommerce.core.web.util
Class ProcessorUtils

java.lang.Object
  extended by org.broadleafcommerce.core.web.util.ProcessorUtils

public class ProcessorUtils
extends Object

Author:
apazzolini Utility class for Thymeleaf Processors

Constructor Summary
ProcessorUtils()
           
 
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
 

Constructor Detail

ProcessorUtils

public ProcessorUtils()
Method Detail

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.