|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentModelProvider
An interface for a provider of content models.
ContentModelProvider provider = (ContentModelProvider) aPortletContext.getService(com.ibm.portal.ibmportlet.service.model.ContentModelProvider.class);
if (provider != null) {
ContentModel model = provider.getContentModel(aRequest, aResponse);
...
}
Method Summary | |
---|---|
ContentModel |
getContentModel(PortletRequest aRequest,
PortletResponse aResponse)
Deprecated. Returns the content model applicable in the current request. |
Method Detail |
---|
ContentModel getContentModel(PortletRequest aRequest, PortletResponse aResponse) throws ModelException
aRequest
- the current requestaResponse
- the current response
ModelException
- in case the model cannot be obtained
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |