Liferay 6.2-ce-ga5

com.liferay.portal.words
Class WordsUtil

java.lang.Object
  extended by com.liferay.portal.words.WordsUtil

public class WordsUtil
extends Object


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

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()

isDictionaryWord

public static boolean isDictionaryWord(String word)

Liferay 6.2-ce-ga5