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

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

An interface for a provider of markup lists.

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

Since:
5.1.0.1

Method Summary
 MarkupList getMarkupList(org.apache.jetspeed.portlet.PortletRequest aRequest)
          Deprecated. Returns the portal markup list.
 

Method Detail

getMarkupList

MarkupList getMarkupList(org.apache.jetspeed.portlet.PortletRequest aRequest)
                         throws ModelException
Deprecated. 
Returns the portal markup list.

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