java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
com.pragmatickm.contact.taglib.EmailTag
- All Implemented Interfaces:
ElementWriter
,JspTag
,SimpleTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doTag()
void
setAddress
(ValueExpression address) void
writeTo
(Writer out, ElementContext context) Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Constructor Details
-
EmailTag
public EmailTag()
-
-
Method Details
-
setAddress
-
doTag
- Specified by:
doTag
in interfaceSimpleTag
- Overrides:
doTag
in classSimpleTagSupport
- Throws:
JspException
IOException
-
writeTo
- Specified by:
writeTo
in interfaceElementWriter
- Throws:
IOException
-