org.dlese.dpc.dds.tags
Class SetKeywordsHighlightTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.dlese.dpc.dds.tags.SetKeywordsHighlightTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class SetKeywordsHighlightTag
- extends TagSupport
Provide keyword highlighting of the body content of this tag.
- Author:
- Ryan Deardorff
- See Also:
- Serialized Form
Method Summary |
int |
doStartTag()
Description of the Method |
void |
setCssClassName(String cssClassName)
Sets the cssClassName attribute of the SetKeywordsHighlightTag object |
void |
setHighlightColor(String highlightColor)
Sets the highlightColor attribute of the SetKeywordsHighlightTag object |
void |
setKeywords(String keywords)
Sets the keywords attribute of the KeywordsHighlightTag object |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SetKeywordsHighlightTag
public SetKeywordsHighlightTag()
setKeywords
public void setKeywords(String keywords)
- Sets the keywords attribute of the KeywordsHighlightTag object
- Parameters:
keywords
- The new keywords value
setHighlightColor
public void setHighlightColor(String highlightColor)
- Sets the highlightColor attribute of the SetKeywordsHighlightTag object
- Parameters:
highlightColor
- The new highlightColor value
setCssClassName
public void setCssClassName(String cssClassName)
- Sets the cssClassName attribute of the SetKeywordsHighlightTag object
- Parameters:
cssClassName
- The new cssClassName value
doStartTag
public int doStartTag()
throws JspException
- Description of the Method
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Throws:
JspException