Apache Struts API Documentation: Uses of Class org.apache.struts.upload.MultipartElement

Apache Struts API


Uses of Class
org.apache.struts.upload.MultipartElement

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()
          Deprecated. Retrieves the next element in the iterator if one exists.
protected  MultipartElement MultipartIterator.createTextMultipartElement(java.lang.String encoding)
          Deprecated. Create a text element from the data in the body of the element.
protected  MultipartElement MultipartIterator.createFileMultipartElement()
          Deprecated. 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)
          Deprecated.  
protected  void DiskMultipartRequestHandler.createDiskFile(MultipartElement element)
          Deprecated.  
 



Copyright © 2000-2005 - The Apache Software Foundation