javazoom.upload.parsing
Class CosMultipartParser
java.lang.Object
javazoom.upload.parsing.CosMultipartParser
- public class CosMultipartParser
- extends java.lang.Object
This class links the COS multipart parser to UploadBean.
Method Summary |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
java.util.Vector listeners,
int maxContentLength,
java.util.Hashtable parameters,
java.util.Hashtable files,
java.lang.String encoding)
Process uploading. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CosMultipartParser
public CosMultipartParser()
handleRequest
public void handleRequest(javax.servlet.http.HttpServletRequest req,
java.util.Vector listeners,
int maxContentLength,
java.util.Hashtable parameters,
java.util.Hashtable files,
java.lang.String encoding)
throws java.io.IOException
- Process uploading.
- Parameters:
req
- listeners
- // Not supportedmaxContentLength
- parameters
- files
- encoding
-
- Throws:
java.io.IOException