org.jasig.portlet.proxy.service
Class GenericContentResponseImpl
java.lang.Object
org.jasig.portlet.proxy.service.GenericContentResponseImpl
- All Implemented Interfaces:
- IContentResponse
- Direct Known Subclasses:
- HttpContentResponseImpl
public class GenericContentResponseImpl
- extends Object
- implements IContentResponse
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenericContentResponseImpl
public GenericContentResponseImpl()
GenericContentResponseImpl
public GenericContentResponseImpl(String proxiedLocation,
InputStream content)
close
public void close()
- Specified by:
close in interface IContentResponse
getProxiedLocation
public String getProxiedLocation()
- Specified by:
getProxiedLocation in interface IContentResponse
setProxiedLocation
public void setProxiedLocation(String proxiedLocation)
getContent
public InputStream getContent()
- Specified by:
getContent in interface IContentResponse
setContent
public void setContent(InputStream content)
Copyright © 2012 Jasig. All Rights Reserved.