Class CustomResponseHeaders
- java.lang.Object
-
- de.digitalcollections.iiif.hymir.config.CustomResponseHeaders
-
@Configuration @ConfigurationProperties(prefix="custom.iiif.headers") public class CustomResponseHeaders extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCustomResponseHeaders.ResponseHeader
-
Constructor Summary
Constructors Constructor Description CustomResponseHeaders()
-
Method Summary
-
-
-
Method Detail
-
setAll
public void setAll(List<CustomResponseHeaders.ResponseHeader> all)
-
getAll
public List<CustomResponseHeaders.ResponseHeader> getAll()
-
getImage
public HashMap<String,List<CustomResponseHeaders.ResponseHeader>> getImage()
-
setImage
public void setImage(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> image)
-
setPresentation
public void setPresentation(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> presentation)
-
getPresentation
public HashMap<String,List<CustomResponseHeaders.ResponseHeader>> getPresentation()
-
forImageTile
public List<CustomResponseHeaders.ResponseHeader> forImageTile()
-
forImageInfo
public List<CustomResponseHeaders.ResponseHeader> forImageInfo()
-
forPresentationManifest
public List<CustomResponseHeaders.ResponseHeader> forPresentationManifest()
-
forPresentationCollection
public List<CustomResponseHeaders.ResponseHeader> forPresentationCollection()
-
forPresentationAnnotationList
public List<CustomResponseHeaders.ResponseHeader> forPresentationAnnotationList()
-
-