public interface IContentService<T extends IContentRequest,S extends IContentResponse>
| Modifier and Type | Method and Description |
|---|---|
void |
afterGetContent(T contentRequest,
javax.portlet.PortletRequest request,
S proxyResponse)
Execute any necessary logic after retrieving the content
|
void |
beforeGetContent(T contentRequest,
javax.portlet.PortletRequest request)
Execute any necessary logic prior to retrieving the content
|
S |
getContent(T contentRequest,
javax.portlet.PortletRequest request)
Retrieve content for the given content request and portlet request.
|
T |
getRequest(javax.portlet.PortletRequest request)
Get an appropriate default content request for the current portlet
request.
|
T getRequest(javax.portlet.PortletRequest request)
request - void beforeGetContent(T contentRequest, javax.portlet.PortletRequest request)
contentRequest - request - S getContent(T contentRequest, javax.portlet.PortletRequest request)
proxyRequest - request - Copyright © 2014 Jasig. All Rights Reserved.