org.jasig.springframework.web.portlet.upload
Class PortletResourceRequestContext

java.lang.Object
  extended by 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


Constructor Summary
PortletResourceRequestContext(javax.portlet.ResourceRequest request)
           
 
Method Summary
 String getCharacterEncoding()
           
 int getContentLength()
           
 String getContentType()
           
 InputStream getInputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletResourceRequestContext

public PortletResourceRequestContext(javax.portlet.ResourceRequest request)
Method Detail

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.