org.jasig.portlet.proxy.service
Interface IContentService<T extends IContentRequest,S extends IContentResponse>

All Known Implementing Classes:
ClasspathResourceContentService, HttpContentServiceImpl

public interface IContentService<T extends IContentRequest,S extends IContentResponse>

Author:
Jen Bourey, jennifer.bourey@gmail.com

Method Summary
 S getContent(T proxyRequest, javax.portlet.PortletRequest request)
           
 T getRequest(javax.portlet.PortletRequest request)
           
 

Method Detail

getRequest

T getRequest(javax.portlet.PortletRequest request)

getContent

S getContent(T proxyRequest,
             javax.portlet.PortletRequest request)


Copyright © 2012 Jasig. All Rights Reserved.