Class ChartistPlugin

java.lang.Object
org.apache.jspwiki.plugins.chartist.ChartistPlugin
All Implemented Interfaces:
org.apache.wiki.api.plugin.Plugin

public class ChartistPlugin extends Object implements org.apache.wiki.api.plugin.Plugin
Chartlist-js plugin for JSPWiki. See readme for deployment and usage guide.
Since:
3.0.0
  • Constructor Details

  • Method Details

    • execute

      public String execute(org.apache.wiki.api.core.Context context, Map<String,String> params) throws org.apache.wiki.api.exceptions.PluginException
      Specified by:
      execute in interface org.apache.wiki.api.plugin.Plugin
      Throws:
      org.apache.wiki.api.exceptions.PluginException
    • getSnipExample

      Specified by:
      getSnipExample in interface org.apache.wiki.api.plugin.Plugin
    • getDisplayName

      public String getDisplayName(Locale locale)
      Specified by:
      getDisplayName in interface org.apache.wiki.api.plugin.Plugin