public interface FileControllerService
Modifier and Type | Method and Description |
---|---|
org.springframework.web.servlet.ModelAndView |
addFileUploadLine(UifFormBase form)
Invoked by the multiFile upload element to add a file object to the collection it controls.
|
org.springframework.web.servlet.ModelAndView |
deleteFileUploadLine(UifFormBase form)
Invoked by the multiFile upload widget to delete a file; Inform the model of file to delete.
|
void |
getFileFromLine(UifFormBase form,
javax.servlet.http.HttpServletResponse response)
Invoked by the multiFile upload widget to get the file contents for a file upload line.
|
org.springframework.web.servlet.ModelAndView addFileUploadLine(UifFormBase form)
form
- form instance containing the file dataorg.springframework.web.servlet.ModelAndView deleteFileUploadLine(UifFormBase form)
form
- form instance containing the file datavoid getFileFromLine(UifFormBase form, javax.servlet.http.HttpServletResponse response)
form
- form instance containing the file request dataresponse
- Http response for streaming back the file contentsCopyright © 2005–2016 The Kuali Foundation. All rights reserved.