com.ibm.portal.ibmportlet.service.model
Interface SkinListProvider

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 SkinListProvider
extends org.apache.jetspeed.portlet.service.PortletService

An interface for a provider of skin lists.

SkinListProvider provider = (SkinListProvider) aPortletContext.getService(com.ibm.portal.ibmportlet.service.model.SkinListProvider.class);
if (provider != null) {
SkinList list = provider.getSkinList(aRequest, aResponse);
...
}

Since:
5.1.0.1

Method Summary
 SkinList getSkinList(org.apache.jetspeed.portlet.PortletRequest aRequest)
          Deprecated. Returns the portal skin list.
 

Method Detail

getSkinList

SkinList getSkinList(org.apache.jetspeed.portlet.PortletRequest aRequest)
                     throws ModelException
Deprecated. 
Returns the portal skin list.

Parameters:
aRequest - the current request
Returns:
the skin list valid in the current request
Throws:
ModelException