|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.wcm.util.mmparser.MimeMultipartParser
Mime Multipart Parser.
| Constructor Summary | |
MimeMultipartParser(javax.servlet.http.HttpServletRequest req)
Create parser for a servlet request |
|
MimeMultipartParser(java.net.HttpURLConnection con)
Create parser for a HttpURLConnection |
|
| Method Summary | |
AbstractPart |
nextPart()
Read the next part from the stream. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MimeMultipartParser(javax.servlet.http.HttpServletRequest req)
throws java.io.IOException
req - The HttpServletResponse objectjava.io.IOException -
public MimeMultipartParser(java.net.HttpURLConnection con)
throws java.io.IOException
con - The HttpURLConnection objectjava.io.IOException - | Method Detail |
public AbstractPart nextPart()
throws java.io.IOException
FilePart , a ParamPart or null
if there are no more parts to read.java.io.IOException -
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||