com.wallstreetwise.app.jspell.domain.net
Class JSpellIFrameTools
java.lang.Object
com.wallstreetwise.app.jspell.domain.net.JSpellTools
com.wallstreetwise.app.jspell.domain.net.JSpellIFrameTools
public class JSpellIFrameTools
- extends JSpellTools
A helper class for the JSpell IFrame 2004 spell checker.
|
Method Summary |
java.lang.String |
getErrors(javax.servlet.ServletRequest request,
boolean confirmAfterLearn,
boolean confirmAfterReplace,
java.lang.String supplementalDictionary,
java.lang.String language)
Generates the JavaScript used in the JSpell HTML 2004 spell checker dialog. |
static JSpellIFrameTools |
getJSpellTools()
Get the instance of the JSpellIFrameTools class. |
| Methods inherited from class com.wallstreetwise.app.jspell.domain.net.JSpellTools |
getImagePath, getLanguage, getProxy, getStyleSheetURL, getSupplementalDictionary, indexSetup, loadSupplementalDictionary, printBanner, setCache, testWrite, useBackupMethod |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tools
public static JSpellIFrameTools tools
- An instance of JSpellIFrameTools.
JSpellIFrameTools
public JSpellIFrameTools()
- Creates a new instance of JSpellIFrameTools
getJSpellTools
public static JSpellIFrameTools getJSpellTools()
- Get the instance of the JSpellIFrameTools class.
- Returns:
- A JSpellIFrameTools object.
getErrors
public java.lang.String getErrors(javax.servlet.ServletRequest request,
boolean confirmAfterLearn,
boolean confirmAfterReplace,
java.lang.String supplementalDictionary,
java.lang.String language)
throws JSpellException
- Generates the JavaScript used in the JSpell HTML 2004 spell checker dialog.
- Parameters:
confirmAfterReplace - true or false.request - a ServletRequest object.confirmAfterLearn - true or false.supplementalDictionary - a String.language - a String.
- Returns:
- a String.
- Throws:
JSpellException - an object containing JSpell exception information.
JSpell SDK 2004 Spell Checker for the Java (tm) Platform
Copyright © 1996-2005 The Solution Cafe Inc, All Rights Reserved - http://www.thesolutioncafe.com