@Configuration @ConfigurationProperties(prefix="custom.iiif.headers") public class CustomResponseHeaders extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomResponseHeaders.ResponseHeader |
| Constructor and Description |
|---|
CustomResponseHeaders() |
public void setAll(List<CustomResponseHeaders.ResponseHeader> all)
public List<CustomResponseHeaders.ResponseHeader> getAll()
public HashMap<String,List<CustomResponseHeaders.ResponseHeader>> getImage()
public void setImage(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> image)
public void setPresentation(HashMap<String,List<CustomResponseHeaders.ResponseHeader>> presentation)
public HashMap<String,List<CustomResponseHeaders.ResponseHeader>> getPresentation()
public List<CustomResponseHeaders.ResponseHeader> forImageTile()
public List<CustomResponseHeaders.ResponseHeader> forImageInfo()
public List<CustomResponseHeaders.ResponseHeader> forPresentationManifest()
public List<CustomResponseHeaders.ResponseHeader> forPresentationCollection()
public List<CustomResponseHeaders.ResponseHeader> forPresentationAnnotationList()
Copyright © 2019. All rights reserved.