Package info.bliki.wiki.tags.code

Examples of info.bliki.wiki.tags.code.JavaCodeFilter


        conv.setInputHTML(expression);
        result = conv.toWiki(new ToMoinMoin(no_div, no_font));
      } else {
        SourceCodeFormatter f = null;
        if (convertType.equals("java")) {
          f = new JavaCodeFilter();
        } else if (convertType.equals("php")) {
          f = new PHPCodeFilter();
        } else if (convertType.equals("csharp")) {
          f = new CSharpCodeFilter();
        } else if (convertType.equals("xml")) {
View Full Code Here

TOP

Related Classes of info.bliki.wiki.tags.code.JavaCodeFilter

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.