public class RapidSpellWInlineHelper
extends javax.servlet.jsp.tagext.TagSupport
Constructor and Description |
---|
RapidSpellWInlineHelper()
Creates a RapidSpell Launcher
|
Modifier and Type | Method and Description |
---|---|
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) |
public RapidSpellWInlineHelper()
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
Copyright © 2002-2016 Keyoti Inc. All Rights Reserved.