org.xerial.wiki.plugin
Class HeadingPlugin

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

public class HeadingPlugin
extends Object
implements WikiPlugin


Field Summary
 int level
           
 
Constructor Summary
HeadingPlugin()
           
 
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
 

Field Detail

level

public int level
Constructor Detail

HeadingPlugin

public HeadingPlugin()
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.