Package org.lockss.laaws.crawler.api
Interface WsApi
- All Known Implementing Classes:
WsApiController
@Validated
public interface WsApi
-
Method Summary
Modifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<CrawlWsResult>getWsCrawls(@NotNull @Valid String crawlQuery)
-
Method Details
-
getDelegate
WsApiDelegate getDelegate() -
getWsCrawls
@RequestMapping(value="/ws/crawls", produces="application/json", method=GET) default org.springframework.http.ResponseEntity<CrawlWsResult> getWsCrawls(@NotNull @Valid @RequestParam(value="crawlQuery",required=true) @NotNull @Valid String crawlQuery)
-