Liferay 7.0-ce-b4

com.liferay.portal.words
Class WordsImpl

java.lang.Object
  extended by com.liferay.portal.words.WordsImpl
All Implemented Interfaces:
Words

public class WordsImpl
extends Object
implements Words


Constructor Summary
WordsImpl()
           
 
Method Summary
 List<InvalidWord> checkSpelling(String text)
           
 List<String> getDictionaryList()
           
 Set<String> getDictionarySet()
           
 String getRandomWord()
           
protected  com.swabunga.spell.engine.SpellDictionaryHashMap getSpellDictionaryHashMap()
           
 boolean isDictionaryWord(String word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordsImpl

public WordsImpl()
Method Detail

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

Liferay 7.0-ce-b4