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:
-
Field Summary
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()booleanorg.apache.struts.upload.FormFilevoidsetContentURL(String handle) voidvoidsetForwardPath(String handle) voidsetMyFile(org.apache.struts.upload.FormFile myFile) Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
FileUploadForm
public FileUploadForm()
-
-
Method Details
-
setMyFile
public void setMyFile(org.apache.struts.upload.FormFile myFile) -
getMyFile
public org.apache.struts.upload.FormFile getMyFile() -
setContentURL
-
getContentURL
-
setForwardPath
-
getForwardPath
-
setError
-
getError
-
getHasError
public boolean getHasError()
-