|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.codelabor.system.web.struts.form.BaseForm
org.codelabor.system.file.web.struts.form.FileUploadForm
public class FileUploadForm
파일 업로드 Form
Field Summary | |
---|---|
protected java.lang.String[] |
fileId
파일 Id 배열 |
protected java.util.List<org.apache.struts.upload.FormFile> |
formFileList
Form File List |
protected java.lang.String |
mapId
Map Id |
Fields inherited from class org.codelabor.system.web.struts.form.BaseForm |
---|
logger |
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
FileUploadForm()
생성자 |
Method Summary | |
---|---|
org.apache.struts.upload.FormFile |
getFile(int index)
Form File을 가져온다. |
java.lang.String[] |
getFileId()
파일 Id를 가져온다. |
java.util.List<org.apache.struts.upload.FormFile> |
getFormFileList()
Form File List를 가져온다. |
java.lang.String |
getMapId()
Map Id를 가져온다. |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
|
void |
setFile(int index,
org.apache.struts.upload.FormFile formFile)
Form File을 설정한다. |
void |
setFileId(java.lang.String[] fileId)
파일 배열을 설정한다. |
void |
setMapId(java.lang.String mapId)
Map Id를 설정한다. |
java.lang.String |
toString()
Constructs a String with all attributes in name = value
format. |
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.String[] fileId
protected java.util.List<org.apache.struts.upload.FormFile> formFileList
protected java.lang.String mapId
Constructor Detail |
---|
public FileUploadForm()
Method Detail |
---|
public java.lang.String[] getFileId()
public void setFileId(java.lang.String[] fileId)
fileId
- 파일 Id 배열public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
public void setFile(int index, org.apache.struts.upload.FormFile formFile)
index
- 인덱스formFile
- Form Filepublic org.apache.struts.upload.FormFile getFile(int index)
index
- 인덱스
public java.util.List<org.apache.struts.upload.FormFile> getFormFileList()
public java.lang.String getMapId()
public void setMapId(java.lang.String mapId)
mapId
- Map Idpublic java.lang.String toString()
String
with all attributes in name = value
format.
toString
in class java.lang.Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |