Package org.olat.modules.wiki.gui.components.wikiToHtml

Examples of org.olat.modules.wiki.gui.components.wikiToHtml.StaticExportWikiDataHandler


  protected WikiToCPExport(OLATResourceable ores, Identity ident, Translator trans) {
    this.ores = ores;
    this.ident = ident;
    this.trans = trans;
   
    StaticExportWikiDataHandler datahandler = new StaticExportWikiDataHandler();
    datahandler.setWiki(ores);
 
    ParserInput parserInput = new ParserInput();
    parserInput.setWikiUser(null);
    parserInput.setAllowSectionEdit(false);
    parserInput.setDepth(10);
View Full Code Here

TOP

Related Classes of org.olat.modules.wiki.gui.components.wikiToHtml.StaticExportWikiDataHandler

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.