DLESE Tools
v1.6.0

org.dlese.dpc.dds.tags
Class SetKeywordsHighlightTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by 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

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
SetKeywordsHighlightTag()
           
 
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
 

Constructor Detail

SetKeywordsHighlightTag

public SetKeywordsHighlightTag()
Method Detail

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

DLESE Tools
v1.6.0