com.ibm.portal.cor.service
Interface MarkupListProvider


public interface MarkupListProvider

An interface for a provider of markup lists. Context ctx = new InitialContext();
com.ibm.portal.cor.service.MarkupListHome home = (com.ibm.portal.cor.service.MarkupListHome) ctx.lookup(com.ibm.portal.cor.service.MarkupListHome.JNDI_NAME);
if (home != null) {
MarkupList list = home.getMarkupListProvider().getMarkupList();
...
}

Since:
6.1.0.1

Method Summary
<T extends java.lang.Object & Markup>
MarkupList<T>
getMarkupList(Context aCtx)
          Returns the markup list model applicable in the COR context request.
 

Method Detail

getMarkupList

<T extends java.lang.Object & Markup> MarkupList<T> getMarkupList(Context aCtx)
                                                             throws ModelException
Returns the markup list model applicable in the COR context request.

Parameters:
aCtx - the COR context
Returns:
the markup list model valid in the current context
Throws:
ModelException - in case the model cannot be obtained