|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry.multipart.MultipartDecoderImpl
Implementation of MultipartDecoder
that is based on Jakarta FileUpload .
Constructor Summary | |
MultipartDecoderImpl()
|
Method Summary | |
void |
cleanup()
Cleans up any temporary resources created during the request processing. |
protected org.apache.commons.fileupload.DiskFileUpload |
createUpload(javax.servlet.http.HttpServletRequest request)
|
javax.servlet.http.HttpServletRequest |
decode(javax.servlet.http.HttpServletRequest request)
Decodes the request, returning a new HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files. |
IUploadFile |
getFileUpload(java.lang.String parameterName)
Gets a file upload with the given name, or returns null if no such file upload was in the request. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MultipartDecoderImpl()
Method Detail |
public javax.servlet.http.HttpServletRequest decode(javax.servlet.http.HttpServletRequest request)
MultipartDecoder
HttpServletRequest
implementation that will allow access to the form fields submitted in the request (but omits
uploaded files.
decode
in interface MultipartDecoder
protected org.apache.commons.fileupload.DiskFileUpload createUpload(javax.servlet.http.HttpServletRequest request)
public IUploadFile getFileUpload(java.lang.String parameterName)
MultipartDecoder
getFileUpload
in interface MultipartDecoder
public void cleanup()
MultipartDecoder
cleanup
in interface MultipartDecoder
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |