Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
F
G
I
L
S
T
A
AutoTagPlugin
- Class in
com.xpn.xwiki.plugin.autotag
Deprecated.
the plugin technology is deprecated, consider rewriting as components
AutoTagPlugin(String, String, XWikiContext)
- Constructor for class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
The mandatory plugin constructor, this is the method called (through reflection) by the plugin manager.
AutoTagPluginAPI
- Class in
com.xpn.xwiki.plugin.autotag
Deprecated.
the plugin technology is deprecated, consider rewriting as components
AutoTagPluginAPI(AutoTagPlugin, XWikiContext)
- Constructor for class com.xpn.xwiki.plugin.autotag.
AutoTagPluginAPI
Deprecated.
API constructor.
C
com.xpn.xwiki.plugin.autotag
- package com.xpn.xwiki.plugin.autotag
compareTo(Tag)
- Method in class com.xpn.xwiki.plugin.autotag.
Tag
Deprecated.
countWords(String, int)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Analyze a piece of text, splitting it into individual words, along with their frequencies.
F
FrenchStemmer
- Class in
com.xpn.xwiki.plugin.autotag
A stemmer for French words.
FrenchStemmer()
- Constructor for class com.xpn.xwiki.plugin.autotag.
FrenchStemmer
G
generateTagCloud(String, int)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Analyze a piece of text, and extract the most common words into a "tag cloud".
generateTagCloud(String, int)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPluginAPI
Deprecated.
Analyze a piece of text, and extract the most common words into a "tag cloud".
generateTagCloud(String, String)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPluginAPI
Deprecated.
Analyze a piece of text, and extract the most common words into a "tag cloud".
getCountedWordMap()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
getHtml()
- Method in class com.xpn.xwiki.plugin.autotag.
Tag
Deprecated.
Get the HTML markup to represent this tag in a
TagCloud
.
getHtml()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
Get the HTML markup to represent this tag cloud.
getLanguageConstant(String)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Get the identifier corresponding to the given two-leter country code.
getName()
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
getPluginApi(XWikiPluginInterface, XWikiContext)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
getStemmedWordFreqMap()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
getStemmedWordMap()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
getTags()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
getText()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
getWordList()
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
I
init(XWikiContext)
- Method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
L
LANG_ENGLISH
- Static variable in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Identifier for the English language.
LANG_FRENCH
- Static variable in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Identifier for the French language.
S
setCountedWordMap(Map<String, Integer>)
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
setStemmedWordFreqMap(Map<String, Integer>)
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
setStemmedWordMap(Map<String, Map<String, Integer>>)
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
setTags(Set<Tag>)
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
setText(String)
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
setWordList(String[])
- Method in class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
sortMap(Map<K, V>)
- Static method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Return a copy of a map, sorted in ascending order of their values.
sortSet(Set<T>)
- Static method in class com.xpn.xwiki.plugin.autotag.
AutoTagPlugin
Deprecated.
Return a sorted copy of a set.
stem(String)
- Method in class com.xpn.xwiki.plugin.autotag.
FrenchStemmer
Stemms the given term to a unique
discriminator
.
T
Tag
- Class in
com.xpn.xwiki.plugin.autotag
Deprecated.
the entire Autotag plugin is deprecated, along with its data structures
Tag(String, long)
- Constructor for class com.xpn.xwiki.plugin.autotag.
Tag
Deprecated.
Default constructor, specifying both the keyword and its target size.
TagCloud
- Class in
com.xpn.xwiki.plugin.autotag
Deprecated.
the entire Autotag plugin is deprecated, along with its data structures
TagCloud()
- Constructor for class com.xpn.xwiki.plugin.autotag.
TagCloud
Deprecated.
A
C
F
G
I
L
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2004-2013
XWiki
. All Rights Reserved.