|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.wcm.common.http.MultipartIterator
oracle.stellent.wcm.javaee.utils.WCMMultipartIterator
public class WCMMultipartIterator
| Field Summary | |
|---|---|
protected ILog |
log |
| Fields inherited from class oracle.stellent.wcm.common.http.MultipartIterator |
|---|
boundary, bufferSize, contentLength, contentType, diskBufferSize, HEADER_CONTENT_DISPOSITION, HEADER_CONTENT_TYPE, inputStream, maxLengthExceeded, maxSize, MESSAGE_CANNOT_RETRIEVE_BOUNDARY, request, tempDir |
| Constructor Summary | |
|---|---|
WCMMultipartIterator(HttpWebInputStream httpWebInputStream, int bufferSize, int maxSize, java.lang.String tempDirectory) |
|
| Method Summary | |
|---|---|
protected java.io.File |
createLocalFile()Creates a file on disk from the current mulitpart element. |
protected java.io.File |
createLocalFile(java.lang.String fileName)Creates a file on disk from the current mulitpart element. |
| Methods inherited from class oracle.stellent.wcm.common.http.MultipartIterator |
|---|
createFileMultipartElement, createTextMultipartElement, getBufferSize, getElementEncoding, getMaxSize, getNextElement, isMaxLengthExceeded, parseRequest, setBufferSize, setMaxSize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ILog log
| Constructor Detail |
|---|
public WCMMultipartIterator(HttpWebInputStream httpWebInputStream,
int bufferSize,
int maxSize,
java.lang.String tempDirectory)
throws java.io.IOException
httpWebInputStream -bufferSize -maxSize -tempDirectory -java.io.IOException| Method Detail |
|---|
protected java.io.File createLocalFile()
throws java.io.IOException
createLocalFile in class MultipartIteratorjava.io.IOException
protected java.io.File createLocalFile(java.lang.String fileName)
throws java.io.IOException
fileName - the file namejava.io.IOException
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||