|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object toolbox.web.util.MultipartRequest
public class MultipartRequest
Class representing a HTTP multipart/form-data request. Provides methods for accessing the various parts of the request.
Constructor Summary | |
---|---|
MultipartRequest(javax.servlet.http.HttpServletRequest request)
Parses the HttpServletRequest to create a new MultipartRequest instance. |
Method Summary | |
---|---|
Part |
getPart(java.lang.String name)
Returns the part with the given name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipartRequest(javax.servlet.http.HttpServletRequest request) throws java.io.IOException
request
- HttpServletRequest of content type multipart/form-data.
java.io.IOException
- if the multipart data cannot be read from the
servlet request.Method Detail |
---|
public Part getPart(java.lang.String name)
name
- Name of part to return.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |