org.xerial.wiki
Class WikiEngine
java.lang.Object
org.xerial.wiki.WikiEngine
public class WikiEngine
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WikiEngine
public WikiEngine()
toHTML
public String toHTML(InputStream stream)
throws WikiException,
IOException
- Throws:
WikiException
IOException
toHTML
public String toHTML(Reader reader)
throws WikiException,
IOException
- Throws:
WikiException
IOException
toHTML
public String toHTML(String wikiSource)
throws WikiException
- Throws:
WikiException
getPlugin
public WikiPlugin getPlugin(String pluginName)
invokeSetter
public void invokeSetter(WikiPlugin functionPlugin,
String parameterName,
WikiValue value)
- Sets the parameter value to the plugin
- Parameters:
functionPlugin - parameterName - value -
escapeText
public static String escapeText(String s)

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.