org.xerial.wiki.plugin
Class LinkPlugin

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

public class LinkPlugin
extends Object
implements WikiPlugin

Author:
leo

Constructor Summary
LinkPlugin()
           
 
Method Summary
 WikiValue eval(WikiValue argument, WikiContext context)
          Evaluates the function call
 String getHref()
           
 String getLabel()
           
 String getTarget()
           
 void setHref(String href)
           
 void setLabel(String label)
           
 void setTarget(String target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinkPlugin

public LinkPlugin()
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

getHref

public String getHref()

setHref

public void setHref(String href)

getTarget

public String getTarget()

setTarget

public void setTarget(String target)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


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