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:
  • 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

      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()