|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RequestContext
Abstracts access to the request information needed for file uploads. This interfsace should be implemented for each type of request that may be handled by FileUpload, such as servlets and portlets.
Method Summary | |
---|---|
String |
getCharacterEncoding()
Retrieve the character encoding for the request. |
int |
getContentLength()
Retrieve the content length of the request. |
String |
getContentType()
Retrieve the content type of the request. |
InputStream |
getInputStream()
Retrieve the input stream for the request. |
Method Detail |
---|
String getCharacterEncoding()
String getContentType()
int getContentLength()
InputStream getInputStream() throws IOException
IOException
- if a problem occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |