org.jasig.springframework.web.portlet.upload
Class PortletResourceRequestContext
java.lang.Object
org.jasig.springframework.web.portlet.upload.PortletResourceRequestContext
- All Implemented Interfaces:
- org.apache.commons.fileupload.RequestContext
public class PortletResourceRequestContext
- extends Object
- implements org.apache.commons.fileupload.RequestContext
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletResourceRequestContext
public PortletResourceRequestContext(javax.portlet.ResourceRequest request)
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding in interface org.apache.commons.fileupload.RequestContext
getContentType
public String getContentType()
- Specified by:
getContentType in interface org.apache.commons.fileupload.RequestContext
getContentLength
public int getContentLength()
- Specified by:
getContentLength in interface org.apache.commons.fileupload.RequestContext
getInputStream
public InputStream getInputStream()
throws IOException
- Specified by:
getInputStream in interface org.apache.commons.fileupload.RequestContext
- Throws:
IOException
Copyright © 2013 Jasig. All Rights Reserved.