@Controller @RequestMapping(value="/plugin/cbmtoomxconverter") public class CbmToOmxConverterController extends MolgenisPluginController
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID |
static java.lang.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) |
java.util.List<java.lang.String> |
getListFiles() |
java.io.File |
getOutputDir() |
java.lang.String |
init(org.springframework.ui.Model model) |
getId, getUripublic static final java.lang.String ID
public static final java.lang.String URI
@RequestMapping(method=GET) public java.lang.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 java.lang.Exception
java.lang.Exceptionpublic java.io.File getOutputDir()
public java.util.List<java.lang.String> getListFiles()
Copyright © 2014. All Rights Reserved.