Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


oracle.stellent.wcm.common.http
Interface IMultipartIterator

All Known Implementing Classes:
MultipartIterator, WCMMultipartIterator

public interface IMultipartIterator

Iterate through some multipart elements


Method Summary
 MultipartElement getNextElement()
          Retrieves the next element in the iterator if one exists.

 

Method Detail

getNextElement

MultipartElement getNextElement()
                                throws java.io.IOException
Retrieves the next element in the iterator if one exists.
Returns:
a MultipartElement representing the next element in the request data
Throws:
java.io.IOException - if the post size exceeds the maximum file size passed in the 3 argument constructor or if the "ISO-8859-1" encoding isn't found

Skip navigation links

Oracle® WebCenter Content Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-03


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.