| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MultipartElement | |
| org.apache.struts.upload | The upload package facilities to upload files using multi-part requests. | 
| Uses of MultipartElement in org.apache.struts.upload | 
| Methods in org.apache.struts.upload that return MultipartElement | |
 MultipartElement | 
MultipartIterator.getNextElement()
Retrieves the next element in the iterator if one exists.  | 
protected  MultipartElement | 
MultipartIterator.createTextMultipartElement(java.lang.String encoding)
Create a text element from the data in the body of the element.  | 
protected  MultipartElement | 
MultipartIterator.createFileMultipartElement()
Create a multipart element instance representing the file in the stream.  | 
| Methods in org.apache.struts.upload with parameters of type MultipartElement | |
protected  void | 
DiskMultipartRequestHandler.createTextElement(javax.servlet.http.HttpServletRequest request,
                  MultipartElement element)
 | 
protected  void | 
DiskMultipartRequestHandler.createDiskFile(MultipartElement element)
 | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||