|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.keyoti.rapidSpell.web.RapidSpellWInlineHelper
public class RapidSpellWInlineHelper
RapidSpellWInlineHelper Tag, performs spell check in AJAX requests
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
RapidSpellWInlineHelper()
Creates a RapidSpell Launcher |
Method Summary | |
---|---|
int |
doEndTag()
|
int |
doStartTag()
Renders this tag. |
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. |
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 |
setPageContext(javax.servlet.jsp.PageContext pageContext)
|
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, findAncestorWithClass, getParent, getValue, getValues, release, removeValue, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RapidSpellWInlineHelper()
Method Detail |
---|
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext
in interface javax.servlet.jsp.tagext.Tag
setPageContext
in class javax.servlet.jsp.tagext.TagSupport
public java.lang.String getId()
getId
in class javax.servlet.jsp.tagext.TagSupport
public void setId(java.lang.String value)
setId
in class javax.servlet.jsp.tagext.TagSupport
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 java.lang.String getDictFilePath()
public void setDictFilePath(java.lang.String value)
public boolean getCacheDictionary()
public void setCacheDictionary(boolean value)
public java.lang.String getLicenseKey()
public void setLicenseKey(java.lang.String value)
public int doStartTag() throws javax.servlet.jsp.JspTagException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspTagException
public int doEndTag() throws javax.servlet.jsp.JspTagException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspTagException
|
RapidSpell Web |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |