getWebpageAsHtml
@ApiMethod(description="get a webpage as HTML")
@RequestMapping(value={"/latest/webpages/{uuid}.html","/v2/webpages/{uuid}.html","/v1/webpages/{uuid}.html"},
produces="text/html",
method=GET)
public java.lang.String getWebpageAsHtml(@ApiPathParam(description="UUID of the webpage, e.g. <tt>599a120c-2dd5-11e8-b467-0ed5f89f718b</tt>") @PathVariable("uuid")
java.util.UUID uuid,
@ApiQueryParam(name="pLocale",description="Desired locale, e.g. <tt>de_DE</tt>. If unset, contents in all languages will be returned") @RequestParam(name="pLocale",required=false)
java.util.Locale pLocale,
org.springframework.ui.Model model)
throws de.digitalcollections.cudami.server.business.api.service.exceptions.IdentifiableServiceException
- Throws:
de.digitalcollections.cudami.server.business.api.service.exceptions.IdentifiableServiceException