Class Groups

java.lang.Object
org.apache.wiki.plugin.Groups
All Implemented Interfaces:
org.apache.wiki.api.plugin.Plugin

public class Groups extends Object implements org.apache.wiki.api.plugin.Plugin

Prints the groups managed by this wiki, separated by commas.
The groups are sorted in ascending order, and are hyperlinked to the page that displays the group's members.

Parameters :

NONE
Since:
2.4.19
  • Constructor Details

  • Method Details

    • getDisplayName

      public String getDisplayName(Locale locale)
      Specified by:
      getDisplayName in interface org.apache.wiki.api.plugin.Plugin
    • 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