|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Object com.opensymphony.xwork2.ActionSupport gboat2.base.core.web.BaseActionSupport gboat2.attachment.action.UploadAction
public class UploadAction
文件上传
字段摘要 |
---|
从类 gboat2.base.core.web.BaseActionSupport 继承的字段 |
---|
container, context, CURRENT_BUNDLE_RES_LOCATION, devMode, flatResultLayout, go, MIN_SUFFIX, model, nameSeparator, osgiHost, page, request, response, SID, sortDirection, sortField |
从类 com.opensymphony.xwork2.ActionSupport 继承的字段 |
---|
LOG |
从接口 com.opensymphony.xwork2.Action 继承的字段 |
---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
构造方法摘要 | |
---|---|
UploadAction()
|
方法摘要 | |
---|---|
String |
deleteFile()
|
String |
download()
|
String |
downloadRecord()
|
String |
execute()
上传文件 |
String |
getAttachId()
|
String |
getAttachName()
|
String |
getAttachType()
|
String |
getBelongId()
|
String |
getConfigId()
|
File |
getFile()
|
String |
getFileContentType()
|
String |
getFileFileName()
|
String |
getFilePath()
|
void |
setAttachId(String attachId)
|
void |
setAttachName(String attachName)
|
void |
setAttachType(String attachType)
|
void |
setBelongId(String belongId)
|
void |
setConfigId(String configId)
|
void |
setFile(File file)
|
void |
setFileContentType(String fileContentType)
|
void |
setFileFileName(String fileFileName)
|
void |
setFilePath(String filePath)
|
String |
virtualDelete()
|
从类 com.opensymphony.xwork2.ActionSupport 继承的方法 |
---|
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate |
从类 java.lang.Object 继承的方法 |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
构造方法详细信息 |
---|
public UploadAction()
方法详细信息 |
---|
public String execute()
com.opensymphony.xwork2.Action
中的 execute
BaseActionSupport
中的 execute
public String deleteFile() throws Exception
Exception
public String virtualDelete() throws Exception
Exception
public String download() throws IOException
IOException
public String downloadRecord() throws IOException
IOException
public File getFile()
public void setFile(File file)
public String getFileContentType()
public void setFileContentType(String fileContentType)
public String getFileFileName()
public void setFileFileName(String fileFileName)
public String getAttachType()
public void setAttachType(String attachType)
public String getAttachName()
public void setAttachName(String attachName)
public String getAttachId()
public void setAttachId(String attachId)
public String getBelongId()
public void setBelongId(String belongId)
public String getFilePath()
public void setFilePath(String filePath)
public String getConfigId()
public void setConfigId(String configId)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |