Package | Description |
---|---|
org.apache.struts.upload |
The upload package facilities to upload files using
multi-part requests.
|
Modifier and Type | Method and Description |
---|---|
protected MultipartElement |
MultipartIterator.createFileMultipartElement()
Deprecated.
Create a multipart element instance representing the file in the stream.
|
protected MultipartElement |
MultipartIterator.createTextMultipartElement(java.lang.String encoding)
Deprecated.
Create a text element from the data in the body of the element.
|
MultipartElement |
MultipartIterator.getNextElement()
Deprecated.
Retrieves the next element in the iterator if one exists.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiskMultipartRequestHandler.createDiskFile(MultipartElement element)
Deprecated.
|
protected void |
DiskMultipartRequestHandler.createTextElement(javax.servlet.http.HttpServletRequest request,
MultipartElement element)
Deprecated.
|
Copyright ? 2000-2014 - The Apache Software Foundation