Package com.sun.mail.handlers
Class text_html
- java.lang.Object
-
- com.sun.mail.handlers.handler_base
-
- com.sun.mail.handlers.text_plain
-
- com.sun.mail.handlers.text_html
-
- All Implemented Interfaces:
jakarta.activation.DataContentHandler
public class text_html extends text_plain
DataContentHandler for text/html.
-
-
Constructor Summary
Constructors Constructor Description text_html()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected jakarta.activation.ActivationDataFlavor[]getDataFlavors()Return an array of ActivationDataFlavors that we support.-
Methods inherited from class com.sun.mail.handlers.text_plain
getContent, writeTo
-
Methods inherited from class com.sun.mail.handlers.handler_base
getData, getTransferData, getTransferDataFlavors
-
-
-
-
Method Detail
-
getDataFlavors
protected jakarta.activation.ActivationDataFlavor[] getDataFlavors()
Description copied from class:handler_baseReturn an array of ActivationDataFlavors that we support. Usually there will be only one.- Overrides:
getDataFlavorsin classtext_plain- Returns:
- array of ActivationDataFlavors that we support
-
-