| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected static HashMap<String,SourceCodeFormatter> |
Configuration.CODE_FORMATTER_MAP
Map the source code's language string to the code formatter implementation
|
| Modifier and Type | Method and Description |
|---|---|
SourceCodeFormatter |
AbstractWikiModel.addCodeFormatter(String key,
SourceCodeFormatter value) |
SourceCodeFormatter |
IConfiguration.addCodeFormatter(String key,
SourceCodeFormatter value)
Add a new
source code formatter
to the configuration
|
SourceCodeFormatter |
Configuration.addCodeFormatter(String key,
SourceCodeFormatter value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SourceCodeFormatter> |
AbstractWikiModel.getCodeFormatterMap() |
Map<String,SourceCodeFormatter> |
IConfiguration.getCodeFormatterMap()
Get the source code formatter map of built-in source code formatters
|
Map<String,SourceCodeFormatter> |
Configuration.getCodeFormatterMap() |
| Modifier and Type | Method and Description |
|---|---|
SourceCodeFormatter |
AbstractWikiModel.addCodeFormatter(String key,
SourceCodeFormatter value) |
SourceCodeFormatter |
IConfiguration.addCodeFormatter(String key,
SourceCodeFormatter value)
Add a new
source code formatter
to the configuration
|
SourceCodeFormatter |
Configuration.addCodeFormatter(String key,
SourceCodeFormatter value) |
| Modifier and Type | Class and Description |
|---|---|
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 © 2017 Java Wikipedia API (Bliki engine). All rights reserved.