java.lang.Object
de.digitalcollections.cudami.server.controller.identifiable.web.WebpageHtmlController

@Controller public class WebpageHtmlController extends Object
  • Constructor Details

    • WebpageHtmlController

      public WebpageHtmlController(WebpageService webpageService)
  • 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