@Controller @RequestMapping(value="/plugin/cbmtoomxconverter") public class CbmToOmxConverterController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static String |
URI |
PLUGIN_URI_PREFIX| Constructor and Description |
|---|
CbmToOmxConverterController() |
| Modifier and Type | Method and Description |
|---|---|
void |
convert(javax.servlet.http.Part upload,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
List<String> |
getListFiles() |
File |
getOutputDir() |
String |
init(org.springframework.ui.Model model) |
getId, getUripublic static final String ID
public static final String URI
@RequestMapping(method=GET) public String init(org.springframework.ui.Model model)
@RequestMapping(value="/convert",
method=POST,
headers="Content-Type=multipart/form-data")
public void convert(@RequestParam
javax.servlet.http.Part upload,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws Exception
Exceptionpublic File getOutputDir()
Copyright © 2014. All Rights Reserved.