Class Denounce

  • All Implemented Interfaces:
    Plugin

    public class Denounce
    extends java.lang.Object
    implements Plugin
    Denounces a link by removing it from any search engine.
    The bots are listed in org/apache/wiki/plugin/denounce.properties.

    Parameters :

    • link - The link to be denounced, this parameter is required
    • text - The text to use, defaults to the link
    Since:
    2.1.40.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PARAM_LINK
      Parameter name for setting the link.
      static java.lang.String PARAM_TEXT
      Parameter name for setting the text.
    • Constructor Summary

      Constructors 
      Constructor Description
      Denounce()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String execute​(Context context, java.util.Map<java.lang.String,​java.lang.String> params)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait