Class ProcessorUtils

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

public class ProcessorUtils extends Object
Author:
apazzolini

Utility class for Thymeleaf Processors

  • Constructor Details

    • ProcessorUtils

      public ProcessorUtils()
  • Method Details

    • 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