| Package | Description |
|---|---|
| info.bliki.wiki.filter |
Contains different type of wikipedia scanners and parsers.
|
| info.bliki.wiki.model |
Model classes for rendering Wikipedia texts to HTML, PDF with the
IWikiModel interface. |
| Modifier and Type | Field and Description |
|---|---|
protected static HashMap<String,MagicWord.MagicWordE> |
MagicWord.MAGIC_WORDS
Magic words in lower case.
|
| Modifier and Type | Method and Description |
|---|---|
static MagicWord.MagicWordE |
MagicWord.MagicWordE.fromString(String text)
Tries to convert a text to the according enum value.
|
static MagicWord.MagicWordE |
MagicWord.getMagicWord(String name)
Determine if a template name corresponds to a magic word requiring
special handling.
|
static MagicWord.MagicWordE |
MagicWord.MagicWordE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MagicWord.MagicWordE[] |
MagicWord.MagicWordE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
MagicWord.processMagicWord(MagicWord.MagicWordE magicWord,
String parameter,
IWikiModel model)
Process a magic word, returning the value corresponding to the magic word
value.
|
| Modifier and Type | Method and Description |
|---|---|
MagicWord.MagicWordE |
AbstractWikiModel.getMagicWord(String name) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.