Examples of CPPage


Examples of org.olat.ims.cp.ui.CPPage

  protected CPPage getFirstPageToDisplay() {
    CPItem it = cpcore.getFirstPageToDisplay();
    if (it == null) {
      // in case the manifest has no item at all -> use organisation identifyer
      // instead
      return new CPPage(cpcore.getFirstOrganizationInManifest().getIdentifier(), this);
    } else {
      // display the found item
      return new CPPage(it.getIdentifier(), this);
    }
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.