Uses of Class
de.digitalcollections.iiif.hymir.model.exception.InvalidParametersException
-
-
Uses of InvalidParametersException in de.digitalcollections.iiif.hymir.image.business
Methods in de.digitalcollections.iiif.hymir.image.business that throw InvalidParametersException Modifier and Type Method Description voidImageServiceImpl. processImage(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, java.io.OutputStream os) -
Uses of InvalidParametersException in de.digitalcollections.iiif.hymir.image.business.api
Methods in de.digitalcollections.iiif.hymir.image.business.api that throw InvalidParametersException Modifier and Type Method Description voidImageService. processImage(java.lang.String identifier, de.digitalcollections.iiif.model.image.ImageApiSelector selector, de.digitalcollections.iiif.model.image.ImageApiProfile profile, java.io.OutputStream os) -
Uses of InvalidParametersException in de.digitalcollections.iiif.hymir.image.frontend
Methods in de.digitalcollections.iiif.hymir.image.frontend that throw InvalidParametersException Modifier and Type Method Description org.springframework.http.ResponseEntity<byte[]>IIIFImageApiController. getImageRepresentation(java.lang.String identifier, java.lang.String region, java.lang.String size, java.lang.String rotation, java.lang.String quality, java.lang.String format, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.web.context.request.WebRequest webRequest)
-