Package org.broadleafcommerce.common.web
Interface Locatable
- All Known Implementing Classes:
CategoryImpl
,PageImpl
,ProductBundleImpl
,ProductImpl
,URLHandlerImpl
public interface Locatable
-
Method Summary
Modifier and TypeMethodDescriptionIf this is returning something that is non-null, this MUST return a String that starts with a slash and does not end with a slash.
-
Method Details
-
getLocation
String getLocation()If this is returning something that is non-null, this MUST return a String that starts with a slash and does not end with a slash.- Returns:
- the url of the locatable item
-