Liferay 7.0-ce-b4

com.liferay.portal.kernel.words
Class WordsUtil

java.lang.Object
  extended by com.liferay.portal.kernel.words.WordsUtil
Direct Known Subclasses:
WordsUtil

@ProviderType
public class WordsUtil
extends Object


Constructor Summary
WordsUtil()
           
 
Method Summary
static List<InvalidWord> checkSpelling(String text)
           
static List<String> getDictionaryList()
           
static Set<String> getDictionarySet()
           
static String getRandomWord()
           
static Words getWords()
           
static boolean isDictionaryWord(String word)
           
 void setWords(Words words)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordsUtil

public WordsUtil()
Method Detail

checkSpelling

public static List<InvalidWord> checkSpelling(String text)

getDictionaryList

public static List<String> getDictionaryList()

getDictionarySet

public static Set<String> getDictionarySet()

getRandomWord

public static String getRandomWord()

getWords

public static Words getWords()

isDictionaryWord

public static boolean isDictionaryWord(String word)

setWords

public void setWords(Words words)

Liferay 7.0-ce-b4