com.jalios.jcms.spellchecker
Class SpellCheckResult

java.lang.Object
  extended by 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 $

Field Summary
static String REVISION
           
 List<String> suggestions
           
 String word
           
 
Constructor Summary
SpellCheckResult(String word, Enumeration<String> enu)
           
SpellCheckResult(String word, List<String> list)
           
SpellCheckResult(String word, String[] array)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

word

public String word

suggestions

public List<String> suggestions
Constructor Detail

SpellCheckResult

public SpellCheckResult(String word,
                        List<String> list)

SpellCheckResult

public SpellCheckResult(String word,
                        Enumeration<String> enu)

SpellCheckResult

public SpellCheckResult(String word,
                        String[] array)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 Jalios SA. All Rights Reserved.