Liferay 7.0-ga1 portal-impl

com.liferay.portal.words
Class WordsImpl

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

public class WordsImpl
extends Object
implements com.liferay.portal.kernel.words.Words


Constructor Summary
WordsImpl()
           
 
Method Summary
 List<com.liferay.portal.kernel.jazzy.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<com.liferay.portal.kernel.jazzy.InvalidWord> checkSpelling(String text)
Specified by:
checkSpelling in interface com.liferay.portal.kernel.words.Words

getDictionaryList

public List<String> getDictionaryList()
Specified by:
getDictionaryList in interface com.liferay.portal.kernel.words.Words

getDictionarySet

public Set<String> getDictionarySet()
Specified by:
getDictionarySet in interface com.liferay.portal.kernel.words.Words

getRandomWord

public String getRandomWord()
Specified by:
getRandomWord in interface com.liferay.portal.kernel.words.Words

isDictionaryWord

public boolean isDictionaryWord(String word)
Specified by:
isDictionaryWord in interface com.liferay.portal.kernel.words.Words

getSpellDictionaryHashMap

protected com.swabunga.spell.engine.SpellDictionaryHashMap getSpellDictionaryHashMap()

Liferay 7.0-ga1 portal-impl