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 TypeMethodDescriptionvoiddoTag()voidsetAddress(ValueExpression address) voidwriteTo(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:
doTagin interfaceSimpleTag- Overrides:
doTagin classSimpleTagSupport- Throws:
JspExceptionIOException
-
writeTo
- Specified by:
writeToin interfaceElementWriter- Throws:
IOException
-
