Uses of Interface
com.jalios.jcms.spellchecker.SpellChecker
-
Packages that use SpellChecker Package Description com.jalios.jcms.spellchecker -
-
Uses of SpellChecker in com.jalios.jcms.spellchecker
Classes in com.jalios.jcms.spellchecker that implement SpellChecker Modifier and Type Class Description class
XMLmindSpellChecker
Default SpellChecker Implementation of JCMS using XMLmind SpellChecker API.Methods in com.jalios.jcms.spellchecker that return SpellChecker Modifier and Type Method Description static SpellChecker
SpellCheckerManager. getSpellChecker()
Retrieve the SpellChecker instance (initialized it if needed).Methods in com.jalios.jcms.spellchecker with parameters of type SpellChecker Modifier and Type Method Description static void
SpellCheckerManager. setSpellChecker(SpellChecker spellChecker)
Change the SpellChecker already initialized by this manager.
-