|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface implemented by a supporting object that will handle multipart/form-data encoded HTTP requests. This type of request is required for file uploads. Echo does not provide internal support for file uploads, but instead provides hooks for file-upload handling components.
Method Summary | |
javax.servlet.http.HttpServletRequest |
getWrappedRequest(javax.servlet.http.HttpServletRequest request)
Returns a replacement HttpServletRequest object that
may be used to handle a multipart/form-data encoded HTTP request. |
Method Detail |
public javax.servlet.http.HttpServletRequest getWrappedRequest(javax.servlet.http.HttpServletRequest request) throws java.io.IOException, javax.servlet.ServletException
HttpServletRequest
object that
may be used to handle a multipart/form-data encoded HTTP request.
request
- The HTTP request provided from the servlet container
that has multipart/form-data encoding.
java.io.IOException
javax.servlet.ServletException
|
NextApp Echo App Container 1.1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |