DLESE Tools
v1.6.0

org.dlese.dpc.dds.tags
Class ObfuscateEmailAddressTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.dlese.dpc.dds.tags.ObfuscateEmailAddressTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag

public class ObfuscateEmailAddressTag
extends BodyTagSupport

Apply DLESE JavaScript rot13 email address encryption (for detering spambots)

Author:
Ryan Deardorff
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContent
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
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
ObfuscateEmailAddressTag()
           
 
Method Summary
 int doEndTag()
          Description of the Method
 int doStartTag()
          Return EVAL_BODY_BUFFERED for evaluation of body text
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

ObfuscateEmailAddressTag

public ObfuscateEmailAddressTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Return EVAL_BODY_BUFFERED for evaluation of body text

Specified by:
doStartTag in interface Tag
Overrides:
doStartTag in class BodyTagSupport
Returns:
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Description of the Method

Specified by:
doEndTag in interface Tag
Overrides:
doEndTag in class BodyTagSupport
Returns:
Throws:
JspException

DLESE Tools
v1.6.0