Class WebpageHtmlController
java.lang.Object
de.digitalcollections.cudami.server.controller.identifiable.web.WebpageHtmlController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByUuidAsHtml(UUID uuid, Locale pLocale, String renderLabel, org.springframework.ui.Model model)
-
Constructor Details
-
WebpageHtmlController
-
-
Method Details
-
getByUuidAsHtml
@GetMapping(value={"/latest/webpages/{uuid}.html","/v3/webpages/{uuid}.html","/v2/webpages/{uuid}.html","/v1/webpages/{uuid}.html"}, produces="text/html") public String getByUuidAsHtml(@PathVariable("uuid") UUID uuid, @RequestParam(name="pLocale",required=false) Locale pLocale, @RequestParam(name="renderLabel",required=false,defaultValue="true") String renderLabel, org.springframework.ui.Model model) throws ServiceException - Throws:
ServiceException
-