Uses of Class
de.digitalcollections.iiif.hymir.config.CustomResponseHeaders.ResponseHeader
-
Packages that use CustomResponseHeaders.ResponseHeader Package Description de.digitalcollections.iiif.hymir.config -
-
Uses of CustomResponseHeaders.ResponseHeader in de.digitalcollections.iiif.hymir.config
Methods in de.digitalcollections.iiif.hymir.config that return types with arguments of type CustomResponseHeaders.ResponseHeader Modifier and Type Method Description List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. forImageInfo()List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. forImageTile()List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. forPresentationAnnotationList()List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. forPresentationCollection()List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. forPresentationManifest()List<CustomResponseHeaders.ResponseHeader>CustomResponseHeaders. getAll()HashMap<String,List<CustomResponseHeaders.ResponseHeader>>CustomResponseHeaders. getImage()HashMap<String,List<CustomResponseHeaders.ResponseHeader>>CustomResponseHeaders. getPresentation()Method parameters in de.digitalcollections.iiif.hymir.config with type arguments of type CustomResponseHeaders.ResponseHeader Modifier and Type Method Description voidCustomResponseHeaders. setAll(List<CustomResponseHeaders.ResponseHeader> all)voidCustomResponseHeaders. setImage(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> image)voidCustomResponseHeaders. setPresentation(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> presentation)
-