|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wallstreetwise.app.jspell.domain.net.JSpellTools
com.wallstreetwise.app.jspell.domain.net.JSpellHTMLTools
public class JSpellHTMLTools
This is a helper class for the JSpell HTML 2004 product.
| Field Summary |
|---|
| Fields inherited from class com.wallstreetwise.app.jspell.domain.net.JSpellTools |
|---|
bannerPrinted, defaultProxy, dictionaryPath, fileSeparator, IFrameValidator, indexDataArray, indexReady, softwareID |
| Method Summary | |
|---|---|
java.lang.String |
getBlankURL(javax.servlet.ServletRequest request)
Retrieves the URL of the blank page for the preview panes. |
java.lang.String |
getDirectEdit(javax.servlet.ServletRequest request)
Returns the directEdit value. |
java.lang.String |
getErrors(javax.servlet.ServletRequest request,
java.lang.String directEdit,
java.lang.String ieMode,
boolean confirmAfterLearn,
boolean confirmAfterReplace,
java.lang.String supplementalDictionary,
java.lang.String language)
Generates the JavaScript used in the JSpell HTML 2004 spell checker dialog. |
java.lang.String |
getIEMode(javax.servlet.ServletRequest request)
Returns the directEdit value. |
static JSpellHTMLTools |
getJSpellTools()
Get the instance of the JSpellHTMLTools 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 |
| Method Detail |
|---|
public static JSpellHTMLTools getJSpellTools()
public java.lang.String getErrors(javax.servlet.ServletRequest request,
java.lang.String directEdit,
java.lang.String ieMode,
boolean confirmAfterLearn,
boolean confirmAfterReplace,
java.lang.String supplementalDictionary,
java.lang.String language)
throws JSpellException
request - a ServletRequest object.directEdit - true or false.ieMode - true or false.confirmAfterLearn - true or false.confirmAfterReplace - true or false.supplementalDictionary - a String.language - a String.
JSpellException - containing JSpell exception information.public java.lang.String getBlankURL(javax.servlet.ServletRequest request)
request - a ServletRequest object.
public java.lang.String getDirectEdit(javax.servlet.ServletRequest request)
request - a ServletRequest object.
public java.lang.String getIEMode(javax.servlet.ServletRequest request)
request - a ServletRequest object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||