org.appfuse.webapp.controller
Class FileUpload
java.lang.Object
org.appfuse.webapp.controller.FileUpload
public class FileUpload
- extends Object
Command class to handle uploading of a file.
View Source
- Author:
- Matt Raible
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUpload
public FileUpload()
getName
public String getName()
- Returns:
- Returns the name.
setName
public void setName(String name)
- Parameters:
name - The name to set.
setFile
public void setFile(byte[] file)
getFile
public byte[] getFile()
Copyright © 2003-2012. All Rights Reserved.