Package org.apache.wiki.plugin
Class Denounce
java.lang.Object
org.apache.wiki.plugin.Denounce
- All Implemented Interfaces:
Plugin
Denounces a link by removing it from any search engine.
The bots are listed in org/apache/wiki/plugin/denounce.properties.
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
FieldsModifier and TypeFieldDescriptionstatic final String
Parameter name for setting the link.static final String
Parameter name for setting the text.Fields inherited from interface org.apache.wiki.api.plugin.Plugin
CORE_PLUGINS_RESOURCEBUNDLE
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARAM_LINK
Parameter name for setting the link. Value is "link".- See Also:
-
PARAM_TEXT
Parameter name for setting the text. Value is "text".- See Also:
-
-
Constructor Details
-
Denounce
public Denounce()
-
-
Method Details
-
execute
- Specified by:
execute
in interfacePlugin
- Throws:
PluginException
-