Beispiel #1
0
 @Description(value = "URL for product image URLs", target = DocTarget.METHOD)
 public String getImage() {
   return RazorHostsConfig.getRootUrl() + id + "/image";
 }
Beispiel #2
0
 @Description(value = "URL for product attributes", target = DocTarget.METHOD)
 public String getAttribute() {
   return RazorHostsConfig.getRootUrl() + id + "/attribute";
 }