org.appfuse.webapp.action
Class FileUpload

java.lang.Object
  extended by org.appfuse.webapp.action.FileUpload

public class FileUpload
extends java.lang.Object

Command class to handle uploading of a file.

View Source

Author:
Matt Raible

Constructor Summary
FileUpload()
           
 
Method Summary
 byte[] getFile()
           
 java.lang.String getName()
           
 void setFile(byte[] file)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUpload

public FileUpload()
Method Detail

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

setFile

public void setFile(byte[] file)

getFile

public byte[] getFile()


Copyright © 2003-2007. All Rights Reserved.