- java.lang.Object
-
- javax.servlet.jsp.tagext.SimpleTagSupport
-
- com.aoapps.encoding.taglib.EncodingBufferedTag
-
- com.newmediaworks.taglib.email.ToTag
-
public class ToTag extends EncodingBufferedTag
TheTo:
recipient of the email. Multiple tags will send email to multiple recipients.
-
-
Constructor Summary
Constructors Constructor Description ToTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doTag(BufferResult capturedBody, Writer out)
MediaType
getContentType()
MediaType
getOutputType()
protected void
invoke(JspFragment body, MediaValidator captureValidator)
void
setAddress(String address)
-
Methods inherited from class com.aoapps.encoding.taglib.EncodingBufferedTag
doTag, getTempFileThreshold, newBufferWriter, newBufferWriter, newBufferWriter, newBufferWriter, setMediaEncoderOptions, writeEncoderPrefix, writeEncoderSuffix, writePrefix, writeSuffix
-
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
-
-
-
-
Field Detail
-
TAG_NAME
public static final String TAG_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getContentType
public MediaType getContentType()
- Specified by:
getContentType
in classEncodingBufferedTag
-
getOutputType
public MediaType getOutputType()
- Specified by:
getOutputType
in classEncodingBufferedTag
-
setAddress
public void setAddress(String address)
-
invoke
protected void invoke(JspFragment body, MediaValidator captureValidator) throws JspException, IOException
- Overrides:
invoke
in classEncodingBufferedTag
- Throws:
JspException
IOException
-
doTag
protected void doTag(BufferResult capturedBody, Writer out) throws JspException, IOException
- Overrides:
doTag
in classEncodingBufferedTag
- Throws:
JspException
IOException
-
-