Uses of Interface
info.bliki.wiki.tags.code.SourceCodeFormatter

Packages that use SourceCodeFormatter
info.bliki.wiki.model Model classes for rendering Wikipedia texts to HTML, PDF with the IWikiModel interface. 
info.bliki.wiki.tags.code Package that contains source code formatters for syntax highlighting on wiki pages. 
 

Uses of SourceCodeFormatter in info.bliki.wiki.model
 

Fields in info.bliki.wiki.model with type parameters of type SourceCodeFormatter
protected static java.util.HashMap<java.lang.String,SourceCodeFormatter> Configuration.CODE_FORMATTER_MAP
          Map the source code's language string to the code formatter implementation
 

Methods in info.bliki.wiki.model that return SourceCodeFormatter
 SourceCodeFormatter IConfiguration.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
          Add a new source code formatter to the configuration
 SourceCodeFormatter Configuration.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
           
 SourceCodeFormatter AbstractWikiModel.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
          Add a new source code formatter to the configuration
 

Methods in info.bliki.wiki.model that return types with arguments of type SourceCodeFormatter
 java.util.Map<java.lang.String,SourceCodeFormatter> IConfiguration.getCodeFormatterMap()
          Get the source code formatter map of built-in source code formatters
 java.util.Map<java.lang.String,SourceCodeFormatter> Configuration.getCodeFormatterMap()
           
 java.util.Map<java.lang.String,SourceCodeFormatter> AbstractWikiModel.getCodeFormatterMap()
          Get the source code formatter map of built-in source code formatters
 

Methods in info.bliki.wiki.model with parameters of type SourceCodeFormatter
 SourceCodeFormatter IConfiguration.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
          Add a new source code formatter to the configuration
 SourceCodeFormatter Configuration.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
           
 SourceCodeFormatter AbstractWikiModel.addCodeFormatter(java.lang.String key, SourceCodeFormatter value)
          Add a new source code formatter to the configuration
 

Uses of SourceCodeFormatter in info.bliki.wiki.tags.code
 

Classes in info.bliki.wiki.tags.code that implement SourceCodeFormatter
 class ABAPCodeFilter
          Syntax highlighting support for ABAP source codes
 class AbstractCodeFormatter
          Abstract base class for alle SourceCodeFormatters
 class AbstractCPPBasedCodeFilter
          Syntax highlighting support for C++ based source codes
 class CSharpCodeFilter
          Syntax highlighting support for C# source codes
 class GroovyCodeFilter
          Syntax highlighting support for Groovy source codes
 class JavaCodeFilter
          Syntax highlighting support for Java source codes
 class JavaScriptCodeFilter
          Syntax highlighting support for JavaScript source codes
 class PHPCodeFilter
          Syntax highlighting support for PHP source codes
 class PythonCodeFilter
          Syntax highlighting support for Python source codes
 class SQLCodeFilter
           
 class XMLCodeFilter
          Syntax highlighting support for XML/HTML source code
 



Copyright © 2012 Java Wikipedia API (Bliki engine). All Rights Reserved.