com.jalios.jcms.spellchecker
Class SpellCheckResult
java.lang.Object
com.jalios.jcms.spellchecker.SpellCheckResult
public class SpellCheckResult
- extends Object
Keeps track of an erroneous word with a list of suggested replacement words.
- Since:
- jcms-6.0
- Version:
- $Revision: 21478 $
REVISION
public static final String REVISION
- See Also:
- Constant Field Values
word
public String word
suggestions
public List<String> suggestions
SpellCheckResult
public SpellCheckResult(String word,
List<String> list)
SpellCheckResult
public SpellCheckResult(String word,
Enumeration<String> enu)
SpellCheckResult
public SpellCheckResult(String word,
String[] array)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2010 Jalios SA. All Rights Reserved.