|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.xpn.xwiki.plugin.autotag.Tag
@Deprecated public class Tag
Data structure used by the AutoTagPlugin
, holding information about a particular tag, or a frequent word
appearing in a collection of documents.
Constructor Summary | |
---|---|
Tag(String tagName,
long tagSize)
Deprecated. Default constructor, specifying both the keyword and its target size. |
Method Summary | |
---|---|
int |
compareTo(Tag o)
Deprecated. |
String |
getHtml()
Deprecated. Get the HTML markup to represent this tag in a TagCloud . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Tag(String tagName, long tagSize)
tagName
- the keyword that's representedtagSize
- the tag sizeMethod Detail |
---|
public String getHtml()
TagCloud
.
public int compareTo(Tag o)
compareTo
in interface Comparable<Tag>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |