org.jasig.portlet.proxy.service
Interface IContentResponse

All Known Implementing Classes:
GenericContentResponseImpl, HttpContentResponseImpl

public interface IContentResponse


Method Summary
 void close()
           
 InputStream getContent()
           
 String getProxiedLocation()
           
 

Method Detail

getProxiedLocation

String getProxiedLocation()

getContent

InputStream getContent()

close

void close()


Copyright © 2012 Jasig. All Rights Reserved.