Class Search

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

public class Search extends Object implements org.apache.wiki.api.plugin.Plugin
The "Search" plugin allows you to access the JSPWiki search routines and show the displays in an array on your page.

Parameters :

  • query - String. A standard JSPWiki search query.
  • set - String. The JSPWiki context variable that will hold the results of the query. This allows you to pass your queries to other plugins on the same page as well.
  • max - Integer. How many search results are shown at maximum.
Since:
  • Field Details

  • Constructor Details

  • Method Details

    • getDisplayName

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

      Specified by:
      getSnipExample 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