public interface WaybackApiDelegate
WaybackApiController}.
Implement this interface with a Service annotated class.| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Modifier and Type | Method and Description |
|---|---|
default Optional<String> |
getAcceptHeader() |
default org.springframework.http.ResponseEntity<String> |
getCdxOwb(String namespace,
String q,
Integer count,
Integer startPage,
String accept,
String acceptEncoding) |
default org.springframework.http.ResponseEntity<String> |
getCdxPywb(String namespace,
String url,
Integer limit,
String matchType,
String sort,
String closest,
String output,
String fl,
String accept,
String acceptEncoding) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> |
getObjectMapper() |
default Optional<javax.servlet.http.HttpServletRequest> |
getRequest() |
default org.springframework.http.ResponseEntity<org.springframework.core.io.Resource> |
getWarcArchive(String fileName,
String accept,
String acceptEncoding,
String range) |
default Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
default org.springframework.http.ResponseEntity<String> getCdxOwb(String namespace, String q, Integer count, Integer startPage, String accept, String acceptEncoding)
default org.springframework.http.ResponseEntity<String> getCdxPywb(String namespace, String url, Integer limit, String matchType, String sort, String closest, String output, String fl, String accept, String acceptEncoding)
Copyright © 2000–2023 LOCKSS Program. All rights reserved.