Package com.xpn.xwiki.plugin.autotag
Class Tag
- java.lang.Object
-
- com.xpn.xwiki.plugin.autotag.Tag
-
- All Implemented Interfaces:
Comparable<Tag>
@Deprecated public class Tag extends Object implements Comparable<Tag>
Deprecated.the entire Autotag plugin is deprecated, along with its data structuresData structure used by theAutoTagPlugin
, holding information about a particular tag, or a frequent word appearing in a collection of documents.- Version:
- $Id: 1e380827b2ce79c44a178df1dbfd498445a3e574 $
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compareTo(Tag o)
Deprecated.String
getHtml()
Deprecated.Get the HTML markup to represent this tag in aTagCloud
.
-
-
-
Constructor Detail
-
Tag
public Tag(String tagName, long tagSize)
Deprecated.Default constructor, specifying both the keyword and its target size.- Parameters:
tagName
- the keyword that's representedtagSize
- the tag size
-
-