@Controller public class DecisionsUploadController extends 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 |
|---|---|
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 String handleDecisionsUpload(@RequestParam(value="decisions")
org.springframework.web.multipart.MultipartFile file,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
throws IOException
IOExceptionCopyright © 2015 Immobilien Scout GmbH. All Rights Reserved.