com.liferay.portal.words
Class WordsImpl
java.lang.Object
com.liferay.portal.words.WordsImpl
- All Implemented Interfaces:
- Words
public class WordsImpl
- extends Object
- implements Words
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WordsImpl
public WordsImpl()
checkSpelling
public List<InvalidWord> checkSpelling(String text)
- Specified by:
checkSpelling in interface Words
getDictionaryList
public List<String> getDictionaryList()
- Specified by:
getDictionaryList in interface Words
getDictionarySet
public Set<String> getDictionarySet()
- Specified by:
getDictionarySet in interface Words
getRandomWord
public String getRandomWord()
- Specified by:
getRandomWord in interface Words
isDictionaryWord
public boolean isDictionaryWord(String word)
- Specified by:
isDictionaryWord in interface Words
getSpellDictionaryHashMap
protected com.swabunga.spell.engine.SpellDictionaryHashMap getSpellDictionaryHashMap()