org.dlese.dpc.dds.tags
Class ObfuscateEmailAddressTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
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
Method Summary |
int |
doEndTag()
Description of the Method |
int |
doStartTag()
Return EVAL_BODY_BUFFERED for evaluation of body text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObfuscateEmailAddressTag
public ObfuscateEmailAddressTag()
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