public class WordsImpl
extends Object
implements com.liferay.portal.kernel.words.Words
| Constructor and Description |
|---|
WordsImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<com.liferay.portal.kernel.jazzy.InvalidWord> |
checkSpelling(String text) |
List<String> |
getDictionaryList() |
Set<String> |
getDictionarySet() |
String |
getRandomWord() |
boolean |
isDictionaryWord(String word) |
public List<com.liferay.portal.kernel.jazzy.InvalidWord> checkSpelling(String text)
checkSpelling in interface com.liferay.portal.kernel.words.Wordspublic List<String> getDictionaryList()
getDictionaryList in interface com.liferay.portal.kernel.words.Wordspublic Set<String> getDictionarySet()
getDictionarySet in interface com.liferay.portal.kernel.words.Wordspublic String getRandomWord()
getRandomWord in interface com.liferay.portal.kernel.words.Wordspublic boolean isDictionaryWord(String word)
isDictionaryWord in interface com.liferay.portal.kernel.words.Words