com.gbshape.dbe.struts.form
Class UploadFileForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.gbshape.dbe.struts.form.UploadFileForm
All Implemented Interfaces:
java.io.Serializable

public class UploadFileForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
UploadFileForm()
           
 
Method Summary
 org.apache.struts.upload.FormFile getFile()
           
 void setFile(org.apache.struts.upload.FormFile myFile)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadFileForm

public UploadFileForm()
Method Detail

setFile

public void setFile(org.apache.struts.upload.FormFile myFile)

getFile

public org.apache.struts.upload.FormFile getFile()


Copyright © 2007 DB-Everywhere.com All Rights Reserved.