|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.keyoti.rapidSpell.web.Control
com.keyoti.rapidSpell.web.RapidSpellWInlineHelperBean
public class RapidSpellWInlineHelperBean
Constructor Summary | |
---|---|
RapidSpellWInlineHelperBean()
|
Method Summary | |
---|---|
void |
addLicenseKey(java.lang.String value)
Adds alternative license keys. |
java.lang.String |
getAssumedApplicationEncoding()
The encoding that RapidSpell will assume the application is configured to use. |
boolean |
getCacheDictionary()
Whether to cache the main dictionary, this will result in large performance gains. |
ICheckerEngine |
getCheckerEngine()
The ICheckerEngine object to be used to check the text. |
java.lang.String |
getDictFilePath()
The file path to the .dict file to use, optional. |
java.lang.String |
getId()
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page. |
java.lang.String |
getLicenseKey()
The license key. |
protected void |
Render(java.io.Writer output)
|
static java.lang.String |
replace(java.lang.String aInput,
java.lang.String aOldPattern,
java.lang.String aNewPattern)
|
void |
setAssumedApplicationEncoding(java.lang.String value)
The encoding that RapidSpell will assume the application is configured to use. |
void |
setCacheDictionary(boolean value)
Whether to cache the main dictionary, this will result in large performance gains. |
void |
setCheckerEngine(ICheckerEngine value)
The ICheckerEngine object to be used to check the text. |
void |
setDictFilePath(java.lang.String value)
The file path to the .dict file to use, optional. |
void |
setId(java.lang.String value)
The 'id' of this tag, this should be set to differentiate between tags when more than one is present on a page. |
void |
setLicenseKey(java.lang.String value)
The license key. |
void |
writeHtml(java.io.Writer output,
javax.servlet.ServletRequest r,
javax.servlet.ServletContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RapidSpellWInlineHelperBean()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String value)
public java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String value)
public void addLicenseKey(java.lang.String value)
public java.lang.String getDictFilePath()
public void setDictFilePath(java.lang.String value)
public boolean getCacheDictionary()
public void setCacheDictionary(boolean value)
public ICheckerEngine getCheckerEngine()
You should implement ICheckerEngine in your own class if you wish to customize parsing.
public void setCheckerEngine(ICheckerEngine value)
You should implement ICheckerEngine in your own class if you wish to customize parsing.
public void writeHtml(java.io.Writer output, javax.servlet.ServletRequest r, javax.servlet.ServletContext context) throws java.io.IOException
java.io.IOException
protected void Render(java.io.Writer output) throws java.io.IOException
java.io.IOException
public java.lang.String getAssumedApplicationEncoding()
public void setAssumedApplicationEncoding(java.lang.String value)
public static java.lang.String replace(java.lang.String aInput, java.lang.String aOldPattern, java.lang.String aNewPattern)
|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |