org.xerial.wiki
Class WikiEngine

java.lang.Object
  extended by org.xerial.wiki.WikiEngine

public class WikiEngine
extends Object


Nested Class Summary
 class WikiEngine.WikiError
           
 class WikiEngine.WikiToHTMLConverter
           
 
Constructor Summary
WikiEngine()
           
 
Method Summary
static String escapeText(String s)
           
 WikiPlugin getPlugin(String pluginName)
           
 void invokeSetter(WikiPlugin functionPlugin, String parameterName, WikiValue value)
          Sets the parameter value to the plugin
 String toHTML(InputStream stream)
           
 String toHTML(Reader reader)
           
 String toHTML(String wikiSource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WikiEngine

public WikiEngine()
Method Detail

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)


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