Class UrlUtils
java.lang.Object
com.broadleafcommerce.catalog.help.UrlUtils
Support class containing various helpful methods surrounding URL-related logic.
- Author:
- Samarth Dhruva (samarthd)
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
generateUrl
(String name) Takes in a name and generates a URL based on the name.
-
Method Details
-
generateUrl
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
-