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, LaTeX 
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
 

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)
           
 

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()
           
 

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)
           
 

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

Classes in info.bliki.wiki.tags.code that implement SourceCodeFormatter
 class ABAPCodeFilter
          ABAP CodeFilter colourizes ABAP source code
 class AbstractCPPBasedCodeFilter
          Abstract C++ syntax based code filter
 class CSharpCodeFilter
          C# CodeFilter colourizes C# source code
 class GroovyCodeFilter
          Groovy CodeFilter colourizes Groovy source code
 class JavaCodeFilter
          Java CodeFilter colourizes Java source code
 class JavaScriptCodeFilter
          JavaScript CodeFilter colourizes JavaScript source code
 class PHPCodeFilter
          PHP CodeFilter colourizes PHP source code
 class XMLCodeFilter
          PHP CodeFilter colourizes PHP source code