|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.solidstategroup.webwork.BaseAction
com.solidstategroup.action.FileUploadAction
public class FileUploadAction
Public File Uploading Action FileUploadAction
| 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 |
|---|
protected java.io.File fileObj
protected java.lang.String fileObjFileName
protected java.lang.String fileObjContentType
| Constructor Detail |
|---|
public FileUploadAction()
| Method Detail |
|---|
public java.io.File getFileObj()
public void setFileObj(java.io.File fileObj)
public java.lang.String getFileObjFileName()
public void setFileObjFileName(java.lang.String fileObjFileName)
public java.lang.String getFileObjContentType()
public void setFileObjContentType(java.lang.String fileObjContentType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||