JSP taglib encapsulating the JavaMail API.
For questions or support, please contact us:
Email: info@newmediaworks.com
Phone: +1-707-252-7700
Web: https://www.newmediaworks.com/html/contact.html
public class FromTag extends BodyTagSupport
From:
address of the sender of the email.Message.setFrom(javax.mail.Address)
,
Serialized FormbodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
FromTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
void |
release() |
void |
setAddress(String address) |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setAddress(String address)
public int doStartTag()
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
public void release()
release
in interface Tag
release
in class BodyTagSupport
Copyright © 2006–2019 New Media Works. All rights reserved.