public interface CdxApiDelegate
CdxApiController}.
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 collectionid,
String q,
Integer count,
Integer startPage,
String accept,
String acceptEncoding) |
default org.springframework.http.ResponseEntity<String> |
getCdxPywb(String collectionid,
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 Optional<com.fasterxml.jackson.databind.ObjectMapper> getObjectMapper()
default Optional<javax.servlet.http.HttpServletRequest> getRequest()
default org.springframework.http.ResponseEntity<String> getCdxOwb(String collectionid, String q, Integer count, Integer startPage, String accept, String acceptEncoding)
Copyright © 2000–2020 LOCKSS Program. All rights reserved.