Class UrlUtils

java.lang.Object
com.broadleafcommerce.catalog.help.UrlUtils

public class UrlUtils extends Object
Support class containing various helpful methods surrounding URL-related logic.
Author:
Samarth Dhruva (samarthd)
  • Method Details

    • generateUrl

      public static String generateUrl(String name)
      Takes in a name and generates a URL based on the name.
      Parameters:
      name - the name of the item to generate the URL for
      Returns:
      a URL based on the given name