Class ShippingLabelPageController
java.lang.Object
org.tavall.couriers.web.view.controller.shipping.ShippingLabelPageController
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ShippingLabelPageController
-
-
Method Details
-
list
-
detail
-
labelPdf
@GetMapping(value="/shipping-labels/{uuid}/pdf", produces="application/pdf") public org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> labelPdf(@PathVariable("uuid") String uuid)
-