@Controller
public class OaiExplorerInternalController
extends eu.dnetlib.functionality.modular.ui.AbstractAjaxController
| Constructor and Description |
|---|
OaiExplorerInternalController() |
| Modifier and Type | Method and Description |
|---|---|
String |
oaiVerb(OaiRequest req) |
ResponseDetails |
testHarvesting(OaiRequest req) |
ResponseDetails |
testOaiVerb(OaiRequest req) |
@RequestMapping(value="/ui/oai_verb") @ResponseBody public String oaiVerb(@RequestBody(required=true) OaiRequest req) throws Exception
Exception@RequestMapping(value="/ui/test_oai_verb") @ResponseBody public ResponseDetails testOaiVerb(@RequestBody OaiRequest req) throws Exception
Exception@RequestMapping(value="/ui/test_harvesting") @ResponseBody public ResponseDetails testHarvesting(@RequestBody OaiRequest req) throws Exception
ExceptionCopyright © 2024. All rights reserved.