Class CustomResponseHeaders
- java.lang.Object
-
- de.digitalcollections.iiif.hymir.config.CustomResponseHeaders
-
@Configuration @ConfigurationProperties(prefix="custom.iiif.headers") public class CustomResponseHeaders extends java.lang.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(java.util.List<CustomResponseHeaders.ResponseHeader> all)
-
getAll
public java.util.List<CustomResponseHeaders.ResponseHeader> getAll()
-
getImage
public java.util.HashMap<java.lang.String,java.util.List<CustomResponseHeaders.ResponseHeader>> getImage()
-
setImage
public void setImage(java.util.HashMap<java.lang.String,java.util.List<CustomResponseHeaders.ResponseHeader>> image)
-
setPresentation
public void setPresentation(java.util.HashMap<java.lang.String,java.util.List<CustomResponseHeaders.ResponseHeader>> presentation)
-
getPresentation
public java.util.HashMap<java.lang.String,java.util.List<CustomResponseHeaders.ResponseHeader>> getPresentation()
-
forImageTile
public java.util.List<CustomResponseHeaders.ResponseHeader> forImageTile()
-
forImageInfo
public java.util.List<CustomResponseHeaders.ResponseHeader> forImageInfo()
-
forPresentationManifest
public java.util.List<CustomResponseHeaders.ResponseHeader> forPresentationManifest()
-
forPresentationCollection
public java.util.List<CustomResponseHeaders.ResponseHeader> forPresentationCollection()
-
forPresentationAnnotationList
public java.util.List<CustomResponseHeaders.ResponseHeader> forPresentationAnnotationList()
-
-