@Controller
public class ResultsetInspector
extends eu.dnetlib.enabling.inspector.AbstractInspectorController
| Constructor and Description |
|---|
ResultsetInspector() |
| Modifier and Type | Method and Description |
|---|---|
void |
resultset(org.springframework.ui.ModelMap model,
String epr,
Integer max)
build a resultset and show its content.
|
void |
resultset(org.springframework.ui.Model model,
String id,
Integer from,
Integer to) |
void |
resultsets(org.springframework.ui.Model model)
Renders a sorded list of local resultset instances taken from the resultset registry eh cache.
|
@RequestMapping(value="/inspector/rs.do")
public void resultset(org.springframework.ui.ModelMap model,
@RequestParam(value="epr",required=false)
String epr,
@RequestParam(value="max",required=false)
Integer max)
model - mvc modelquery - query (optional)epr - epr (optional)Exception@RequestMapping(value="/inspector/resultsets.do") public void resultsets(org.springframework.ui.Model model)
model - Copyright © 2017. All rights reserved.