info.bliki.wiki.tags.code
Interface SourceCodeFormatter

All Known Implementing Classes:
ABAPCodeFilter, AbstractCPPBasedCodeFilter, CSharpCodeFilter, GroovyCodeFilter, JavaCodeFilter, JavaScriptCodeFilter, PHPCodeFilter, XMLCodeFilter

public interface SourceCodeFormatter

Displays source code with syntax highlighting


Method Summary
 java.lang.String filter(java.lang.String content)
           
 

Method Detail

filter

java.lang.String filter(java.lang.String content)