com.xpn.xwiki.plugin.autotag
Class Tag

java.lang.Object
  extended by com.xpn.xwiki.plugin.autotag.Tag
All Implemented Interfaces:
Comparable<Tag>

Deprecated. the entire Autotag plugin is deprecated, along with its data structures

@Deprecated
public class Tag
extends Object
implements Comparable<Tag>

Data structure used by the AutoTagPlugin, holding information about a particular tag, or a frequent word appearing in a collection of documents.

Version:
$Id: a69d0323116be72e64951d10b5d73883a4b26c4d $

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

Tag

public Tag(String tagName,
           long tagSize)
Deprecated. 
Default constructor, specifying both the keyword and its target size.

Parameters:
tagName - the keyword that's represented
tagSize - the tag size
Method Detail

getHtml

public String getHtml()
Deprecated. 
Get the HTML markup to represent this tag in a TagCloud.

Returns:
HTML markup

compareTo

public int compareTo(Tag o)
Deprecated. 
Specified by:
compareTo in interface Comparable<Tag>


Copyright © 2004–2013 XWiki. All rights reserved.