public static class ActionHandler.RequestContextWrapper extends Object implements org.apache.commons.fileupload.RequestContext
| Constructor and Description |
|---|
ActionHandler.RequestContextWrapper(org.gatein.pc.api.spi.RequestContext requestContext) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharacterEncoding() |
int |
getContentLength() |
String |
getContentType() |
InputStream |
getInputStream() |
public ActionHandler.RequestContextWrapper(org.gatein.pc.api.spi.RequestContext requestContext)
public String getCharacterEncoding()
getCharacterEncoding in interface org.apache.commons.fileupload.RequestContextpublic String getContentType()
getContentType in interface org.apache.commons.fileupload.RequestContextpublic int getContentLength()
getContentLength in interface org.apache.commons.fileupload.RequestContextpublic InputStream getInputStream() throws IOException
getInputStream in interface org.apache.commons.fileupload.RequestContextIOExceptionCopyright © 2006-2014 GateIn. All Rights Reserved.