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
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.
 

Methods in org.apache.struts.upload with parameters of type MultipartElement
protected  void DiskMultipartRequestHandler.createDiskFile(MultipartElement element)
          Deprecated.  
protected  void DiskMultipartRequestHandler.createTextElement(javax.servlet.http.HttpServletRequest request, MultipartElement element)
          Deprecated.  
 



Copyright ? 2000-2011 - The Apache Software Foundation