@Controller
public class DecisionsUploadController
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static org.jsefa.csv.CsvIOFactory |
CSV_IO_FACTORY |
| Constructor and Description |
|---|
DecisionsUploadController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
handleDecisionsUpload(org.springframework.web.multipart.MultipartFile file,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
@RequestMapping(value="/decisionsUpload",
method=POST)
@Secured(value="ROLE_ADMIN")
public java.lang.String handleDecisionsUpload(@RequestParam(value="decisions")
org.springframework.web.multipart.MultipartFile file,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
throws java.io.IOException
java.io.IOExceptionCopyright © 2015 Immobilien Scout GmbH. All Rights Reserved.