com.solidstategroup.action
Class FileUploadAction

java.lang.Object
  extended by com.opensymphony.xwork.ActionSupport
      extended by com.solidstategroup.webwork.BaseAction
          extended by com.solidstategroup.action.FileUploadAction
All Implemented Interfaces:
com.opensymphony.xwork.Action, com.opensymphony.xwork.LocaleProvider, com.opensymphony.xwork.TextProvider, com.opensymphony.xwork.Validateable, com.opensymphony.xwork.ValidationAware, com.uwyn.rife.continuations.ContinuableObject, java.io.Serializable, java.lang.Cloneable

public class FileUploadAction
extends com.solidstategroup.webwork.BaseAction

Public File Uploading Action FileUploadAction

See Also:
Serialized Form

Field Summary
protected  java.io.File fileObj
           
protected  java.lang.String fileObjContentType
           
protected  java.lang.String fileObjFileName
           
 
Fields inherited from class com.opensymphony.xwork.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
FileUploadAction()
           
 
Method Summary
 java.io.File getFileObj()
           
 java.lang.String getFileObjContentType()
           
 java.lang.String getFileObjFileName()
           
 void setFileObj(java.io.File fileObj)
           
 void setFileObjContentType(java.lang.String fileObjContentType)
           
 void setFileObjFileName(java.lang.String fileObjFileName)
           
 
Methods inherited from class com.opensymphony.xwork.ActionSupport
addActionError, addActionMessage, addFieldError, clone, doDefault, doInput, execute, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fileObj

protected java.io.File fileObj

fileObjFileName

protected java.lang.String fileObjFileName

fileObjContentType

protected java.lang.String fileObjContentType
Constructor Detail

FileUploadAction

public FileUploadAction()
Method Detail

getFileObj

public java.io.File getFileObj()

setFileObj

public void setFileObj(java.io.File fileObj)

getFileObjFileName

public java.lang.String getFileObjFileName()

setFileObjFileName

public void setFileObjFileName(java.lang.String fileObjFileName)

getFileObjContentType

public java.lang.String getFileObjContentType()

setFileObjContentType

public void setFileObjContentType(java.lang.String fileObjContentType)