DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.action.form
Class FileUploadForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.schemedit.ndr.action.form.FileUploadForm
All Implemented Interfaces:
Serializable

public class FileUploadForm
extends org.apache.struts.action.ActionForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
FileUploadForm()
           
 
Method Summary
 String getContentURL()
           
 String getError()
           
 String getForwardPath()
           
 boolean getHasError()
           
 org.apache.struts.upload.FormFile getMyFile()
           
 void setContentURL(String handle)
           
 void setError(String error)
           
 void setForwardPath(String handle)
           
 void setMyFile(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

FileUploadForm

public FileUploadForm()
Method Detail

setMyFile

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

getMyFile

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

setContentURL

public void setContentURL(String handle)

getContentURL

public String getContentURL()

setForwardPath

public void setForwardPath(String handle)

getForwardPath

public String getForwardPath()

setError

public void setError(String error)

getError

public String getError()

getHasError

public boolean getHasError()

DLESE Tools
v1.6.0