Package org.apache.wiki.plugin
Class Denounce
java.lang.Object
org.apache.wiki.plugin.Denounce
- All Implemented Interfaces:
org.apache.wiki.api.plugin.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 StringParameter name for setting the link.static final StringParameter name for setting the text.Fields inherited from interface org.apache.wiki.api.plugin.Plugin
CORE_PLUGINS_RESOURCEBUNDLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.wiki.api.plugin.Plugin
getSnipExample
-
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
-
getDisplayName
- Specified by:
getDisplayNamein interfaceorg.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:
executein interfaceorg.apache.wiki.api.plugin.Plugin- Throws:
org.apache.wiki.api.exceptions.PluginException
-