org.dlese.dpc.schemedit.ndr.action.form
Class FileUploadForm
java.lang.Object
org.apache.struts.action.ActionForm
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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
FileUploadForm
public FileUploadForm()
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()