use of org.olat.ims.cp.CPManagerImpl in project OpenOLAT by OpenOLAT.
the class CPContentController method init.
protected void init(UserRequest ureq) {
mainPanel = putInitialPanel(new SimpleStackedPanel("cpContent"));
CPManagerImpl cpMgm = (CPManagerImpl) CPManager.getInstance();
currentPage = cpMgm.getFirstPageToDisplay(cp);
displayPage(ureq, currentPage.getIdentifier());
}
use of org.olat.ims.cp.CPManagerImpl in project openolat by klemens.
the class CPContentController method init.
protected void init(UserRequest ureq) {
mainPanel = putInitialPanel(new SimpleStackedPanel("cpContent"));
CPManagerImpl cpMgm = (CPManagerImpl) CPManager.getInstance();
currentPage = cpMgm.getFirstPageToDisplay(cp);
displayPage(ureq, currentPage.getIdentifier());
}
Aggregations