|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultipartRequestHandler
Handler for multipart requests.
| Method Summary | |
|---|---|
javax.servlet.http.HttpServletRequest |
handleMultipartRequest(javax.servlet.http.HttpServletRequest request)
Handles the multipart request. |
boolean |
isMultipart(javax.servlet.http.HttpServletRequest request)
Whether the request represents a multipart request. |
Collection<javax.activation.DataHandler> |
parseParts(javax.servlet.http.HttpServletRequest request)
Parses the parts of the specified multipart request into a collection of javax.activation.DataHandler. |
| Method Detail |
|---|
boolean isMultipart(javax.servlet.http.HttpServletRequest request)
request - The request.
javax.servlet.http.HttpServletRequest handleMultipartRequest(javax.servlet.http.HttpServletRequest request)
throws Exception
request - The multipart request to handle.
Exception
Collection<javax.activation.DataHandler> parseParts(javax.servlet.http.HttpServletRequest request)
throws Exception
request - The (already {@link #handleMultipartRequest(javax.servlet.http.HttpServletRequest) handled) request.
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||