com.ibm.portal.ibmportlet.service.model
Interface ThemeListProvider
- All Superinterfaces:
- org.apache.jetspeed.portlet.service.PortletService
Deprecated. since 6.0. Support of the IBM portlet API may be removed in a future
release of WebSphere Portal. Use of the Java Portlet API (javax.portlet)
is recommended instead.
-
public interface ThemeListProvider
- extends org.apache.jetspeed.portlet.service.PortletService
An interface for a provider of theme lists.
ThemeListProvider provider = (ThemeListProvider) aPortletContext.getService(com.ibm.portal.ibmportlet.service.model.ThemeListProvider.class);
if (provider != null) {
ThemeList list = provider.getThemeList(aRequest, aResponse);
...
}
- Since:
- 5.1.0.1
Method Summary
|
ThemeList |
getThemeList(org.apache.jetspeed.portlet.PortletRequest aRequest)
Deprecated. Return the portal theme list. |
getThemeList
ThemeList getThemeList(org.apache.jetspeed.portlet.PortletRequest aRequest)
throws ModelException
- Deprecated.
- Returns the portal theme list.
- Parameters:
- aRequest - the current request
- Returns:
- the theme list valid in the current request
- Throws:
- ModelException