| Package | Description |
|---|---|
| info.bliki.extensions.scribunto.engine | |
| info.bliki.extensions.scribunto.engine.lua | |
| info.bliki.extensions.scribunto.template | |
| info.bliki.wiki.model |
Model classes for rendering Wikipedia texts to HTML, PDF with the
IWikiModel interface. |
| Modifier and Type | Method and Description |
|---|---|
String |
ScribuntoModule.invoke(String functionName,
Frame frame)
Invoke the function with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ScribuntoLuaEngine.executeFunctionChunk(org.luaj.vm2.LuaValue luaFunction,
Frame frame) |
String |
ScribuntoLuaModule.invoke(String functionName,
Frame frame) |
protected org.luaj.vm2.LuaValue |
ScribuntoLuaEngine.loadFunction(String functionName,
org.luaj.vm2.Prototype prototype,
Frame frame) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
Frame.getParent() |
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 |
|---|---|
Frame |
AbstractWikiModel.getFrame() |
Frame |
IWikiModel.getFrame() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWikiModel.setFrame(Frame frame) |
void |
IWikiModel.setFrame(Frame frame) |
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.