Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » portlet » example » fileupload » [javadoc | source]
org.apache.struts2.portlet.example.fileupload
public class: FileUploadAction [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.ActionSupport
      org.apache.struts2.dispatcher.DefaultActionSupport
         org.apache.struts2.portlet.example.fileupload.FileUploadAction
File Upload example's action. FileUploadAction
Method from org.apache.struts2.portlet.example.fileupload.FileUploadAction Summary:
getCaption,   getUpload,   getUploadContentType,   getUploadFileName,   setCaption,   setUpload,   setUploadContentType,   setUploadFileName,   upload
Methods from org.apache.struts2.dispatcher.DefaultActionSupport:
execute,   getSuccessResultValue,   setSuccessResultValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.portlet.example.fileupload.FileUploadAction Detail:
 public String getCaption() 
 public File getUpload() 
 public String getUploadContentType() 
 public String getUploadFileName() 
 public  void setCaption(String caption) 
 public  void setUpload(File upload) 
 public  void setUploadContentType(String contentType) 
 public  void setUploadFileName(String fileName) 
 public String upload() throws Exception