java.lang.Object | +--com.ibm.commerce.server.UploadRequest
The UploadedRequest is a http request object for uploading an input file. This class is for internal use only
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field |
Constructor Summary | |
---|---|
UploadRequest(ServletRequest request) UploadRequest constructor |
Method Summary | |
---|---|
protected
java.lang.String |
addstrings(java.lang.Object[] arguments, int noargs) addstrings to fix jtest complains of adding string |
TypedProperty |
parseRequestParameters() Parse the multipart request parameters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public UploadRequest(ServletRequest request) throws java.io.IOException
request
- ServletRequestjava.io.IOException
Method Detail |
---|
protected java.lang.String addstrings(java.lang.Object[] arguments, int noargs)
public TypedProperty parseRequestParameters() throws java.io.IOException
java.io.IOException
- Raised exception with
ECConstants.EC_CORRUPT_DATA_END Raised exception with
ECConstants.EC_NO_LEAD_BOUNDARY