cz.muni.fi.pclis.web.beans
Class MultipartFileUploadBean
java.lang.Object
cz.muni.fi.pclis.web.beans.MultipartFileUploadBean
public class MultipartFileUploadBean
- extends Object
Bean containing multipart file
User: Ľuboš Pecho
Date: 28.3.2010
Time: 1:52:14
To change this template use File | Settings | File Templates.
Field Summary |
private org.springframework.web.multipart.MultipartFile |
file
file |
Method Summary |
org.springframework.web.multipart.MultipartFile |
getFile()
|
void |
setFile(org.springframework.web.multipart.MultipartFile file)
Sets the file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
file
private org.springframework.web.multipart.MultipartFile file
- file
MultipartFileUploadBean
public MultipartFileUploadBean()
setFile
public void setFile(org.springframework.web.multipart.MultipartFile file)
- Sets the file
- Parameters:
file
-
getFile
public org.springframework.web.multipart.MultipartFile getFile()
- Returns:
- the file
Copyright © 2009-2010 Faculty of Informatics, Masaryk university, Brno. All Rights Reserved.