Constructor and Description |
---|
DataAPI() |
Modifier and Type | Method and Description |
---|---|
void |
exportData(javax.servlet.http.HttpServletResponse resp,
Principal prin) |
String |
importData(Reader in,
org.springframework.ui.Model m) |
public static final String URL
public DataAPI()
@RequestMapping(method=POST, consumes="application/json") public String importData(Reader in, org.springframework.ui.Model m) throws IOException
IOException
@RequestMapping(method=GET, produces="application/json") public void exportData(javax.servlet.http.HttpServletResponse resp, Principal prin) throws IOException
IOException
Copyright © 2018. All rights reserved.