Package org.olat.ims.cp.ui

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

Related Classes of org.olat.ims.cp.ui.CPPage

Copyright © 2018 www.massapicom. 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.