| Package | Description |
|---|---|
| info.bliki.extensions.scribunto.engine | |
| info.bliki.extensions.scribunto.engine.lua | |
| info.bliki.extensions.scribunto.template | |
| 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 | Method and Description |
|---|---|
ParsedPageName |
ScribuntoModule.pageName() |
protected ParsedPageName |
ScribuntoEngineBase.pageNameForModule(String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ScribuntoEngineBase.getRawWikiContent(ParsedPageName pageName) |
protected InputStream |
ScribuntoEngineBase.getRawWikiContentStream(ParsedPageName pageName) |
| Modifier and Type | Method and Description |
|---|---|
ParsedPageName |
ScribuntoLuaModule.pageName() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompiledScriptCache.cachePrototype(ParsedPageName chunkName,
org.luaj.vm2.Prototype prototype) |
org.luaj.vm2.Prototype |
CompiledScriptCache.getPrototypeForChunkname(ParsedPageName chunkname) |
| Constructor and Description |
|---|
ScribuntoLuaModule(ScribuntoLuaEngine engine,
org.luaj.vm2.Prototype prototype,
ParsedPageName pageName) |
| Modifier and Type | Method and Description |
|---|---|
ParsedPageName |
Frame.getPage() |
| Modifier and Type | Method and Description |
|---|---|
Frame |
Frame.newChild(ParsedPageName pageName,
Map<String,String> templateParameters,
boolean isSubst) |
| Constructor and Description |
|---|
Frame(ParsedPageName page,
Map<String,String> templateParameters,
Frame parent,
boolean isSubst) |
| Modifier and Type | Method and Description |
|---|---|
static ParsedPageName |
ParsedPageName.parsePageName(IWikiModel wikiModel,
String pagename,
INamespace.INamespaceValue namespace,
boolean magicWordAllowed,
boolean stripOffSection)
Parses a given page name into its components, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
AbstractWikipediaParser.getRedirectedRawContent(IWikiModel wikiModel,
ParsedPageName parsedPagename,
Map<String,String> templateParameters) |
| Modifier and Type | Method and Description |
|---|---|
String |
AbstractWikiModel.getRawWikiContent(ParsedPageName parsedPagename,
Map<String,String> templateParameters) |
String |
IWikiModel.getRawWikiContent(ParsedPageName templateName,
Map<String,String> templateParameters)
Get the raw wiki text for the given namespace and article name
|
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.