public abstract class ScribuntoEngineBase extends Object implements ScribuntoEngine
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
protected IWikiModel |
model |
protected static Charset |
UTF8 |
| Modifier | Constructor and Description |
|---|---|
protected |
ScribuntoEngineBase(IWikiModel model) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRawWikiContent(ParsedPageName pageName) |
protected InputStream |
getRawWikiContentStream(ParsedPageName pageName) |
protected ParsedPageName |
pageNameForModule(String moduleName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfetchModuleFromParserprotected static final Charset UTF8
protected org.slf4j.Logger logger
protected final IWikiModel model
protected ScribuntoEngineBase(IWikiModel model)
protected ParsedPageName pageNameForModule(String moduleName)
protected InputStream getRawWikiContentStream(ParsedPageName pageName) throws FileNotFoundException
FileNotFoundExceptionprotected String getRawWikiContent(ParsedPageName pageName) throws FileNotFoundException
FileNotFoundExceptionCopyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.