java.lang.Object
jakarta.servlet.jsp.tagext.SimpleTagSupport
com.aoapps.encoding.taglib.EncodingBufferedTag
com.newmediaworks.taglib.email.ToTag
The
To: recipient of the email. Multiple tags will send email to multiple recipients.- Author:
- New Media Works
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoTag(BufferResult capturedBody, Writer out) protected voidinvoke(JspFragment body, MediaValidator captureValidator) voidsetAddress(String address) Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffixMethods inherited from class jakarta.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
Field Details
-
TAG_NAME
- See Also:
-
-
Constructor Details
-
ToTag
public ToTag()/
-
-
Method Details
-
getContentType
- Specified by:
getContentTypein classEncodingBufferedTag
-
getOutputType
- Specified by:
getOutputTypein classEncodingBufferedTag
-
setAddress
-
invoke
protected void invoke(JspFragment body, MediaValidator captureValidator) throws JspException, IOException - Overrides:
invokein classEncodingBufferedTag- Throws:
JspExceptionIOException
-
doTag
- Overrides:
doTagin classEncodingBufferedTag- Throws:
JspExceptionIOException
-
