|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echo2.webcontainer.filetransfer.AbstractFileUploadProvider
nextapp.echo2.webcontainer.filetransfer.JakartaCommonsFileUploadProvider
public class JakartaCommonsFileUploadProvider
Implementation of MultipartUploadSPI that uses the Jakarta Commons FileUpload library to perform the parsing of multipart HttpServletRequests.
| Field Summary |
|---|
| Fields inherited from class nextapp.echo2.webcontainer.filetransfer.AbstractFileUploadProvider |
|---|
TEMPDIR_FILE, TEMPDIR_PATH |
| Fields inherited from interface nextapp.echo2.webcontainer.filetransfer.MultipartUploadSPI |
|---|
SYSTEM_PROPERTY_NAME |
| Constructor Summary | |
|---|---|
JakartaCommonsFileUploadProvider()
|
|
| Method Summary | |
|---|---|
void |
updateComponent(Connection conn,
UploadSelect uploadSelect)
Implementations use the information from the HttpServletRequest in the Connection to call the fileUpload() method of the
UploadSelect component. |
| Methods inherited from class nextapp.echo2.webcontainer.filetransfer.AbstractFileUploadProvider |
|---|
getDiskCacheLocation, getFileUploadSizeLimit, getMemoryCacheThreshold, getWrappedRequest, supportsDiskCaching, supportsFileUploadSizeLimit, writeTempFile |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JakartaCommonsFileUploadProvider()
| Method Detail |
|---|
public void updateComponent(Connection conn,
UploadSelect uploadSelect)
throws java.io.IOException,
ServletException
MultipartUploadSPIfileUpload() method of the
UploadSelect component.
conn - provides access to the HttpServletRequestuploadSelect - component to be updated with the file upload
information
java.io.IOException - if the Connection or the HttpServletRequest throws
an IOException during the operation
ServletException - if Connection or the HttpServletRequest throws
an IOException during the operationMultipartUploadSPI.updateComponent(nextapp.echo2.webrender.Connection,
nextapp.echo2.app.filetransfer.UploadSelect)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||