@Controller @RequestMapping(value="/plugin/evaluation") public class EvaluationController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
EvaluationController(SearchService searchService,
DataService dataService) |
| Modifier and Type | Method and Description |
|---|---|
String |
init(String selectedDataSetId,
org.springframework.ui.Model model) |
void |
verify(String selectedDataSetId,
javax.servlet.http.Part file,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model) |
getId, getUripublic static final String ID
public static final String URI
@Autowired public EvaluationController(SearchService searchService, DataService dataService)
@RequestMapping(method=GET) public String init(@RequestParam(value="selectedDataSet",required=false) String selectedDataSetId, org.springframework.ui.Model model)
@RequestMapping(value="/verify",
method=POST,
headers="Content-Type=multipart/form-data")
public void verify(@RequestParam(value="selectedDataSet",required=false)
String selectedDataSetId,
@RequestParam
javax.servlet.http.Part file,
javax.servlet.http.HttpServletResponse response,
org.springframework.ui.Model model)
throws IOException,
org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionCopyright © 2014. All Rights Reserved.