org.broadleafcommerce.common.web
Interface Locatable


public interface Locatable


Method Summary
 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.
 

Method Detail

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


Copyright © 2013. All Rights Reserved.