@RestController @RequestMapping(value="/contents") public class SearchController extends AbstractWsController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONTEXTE |
context, LOG_SEPARATOR, LOGGER, STK_LOGGER| Constructor and Description |
|---|
SearchController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<String> |
download(DownloadForm dlForm) |
org.springframework.http.ResponseEntity<String> |
search(SearchForm search) |
logAndReturn, logStackAndReturnprotected static final String CONTEXTE
@PostMapping(value="/search/",
consumes="application/json",
produces="application/json")
public org.springframework.http.ResponseEntity<String> search(@RequestBody
SearchForm search)
@PostMapping(value="/download/",
consumes="application/json",
produces="application/json")
public org.springframework.http.ResponseEntity<String> download(@RequestBody
DownloadForm dlForm)
Copyright © 2022. All rights reserved.