org.xerial.wiki.plugin
Class UnorderedListPlugin

java.lang.Object
  extended by org.xerial.wiki.plugin.UnorderedListPlugin
All Implemented Interfaces:
WikiPlugin

public class UnorderedListPlugin
extends Object
implements WikiPlugin


Constructor Summary
UnorderedListPlugin()
           
 
Method Summary
 WikiValue eval(WikiValue argument, WikiContext context)
          Evaluates the function call
 int getLevel()
           
 void setLevel(int level)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnorderedListPlugin

public UnorderedListPlugin()
Method Detail

eval

public WikiValue eval(WikiValue argument,
                      WikiContext context)
               throws WikiPluginException
Description copied from interface: WikiPlugin
Evaluates the function call

Specified by:
eval in interface WikiPlugin
Returns:
Throws:
WikiPluginException

getLevel

public int getLevel()

setLevel

public void setLevel(int level)


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