Package org.eclipse.angus.mail.handlers
Class text_html
java.lang.Object
org.eclipse.angus.mail.handlers.handler_base
org.eclipse.angus.mail.handlers.text_plain
org.eclipse.angus.mail.handlers.text_html
- All Implemented Interfaces:
DataContentHandler
DataContentHandler for text/html.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActivationDataFlavor[]Return an array of ActivationDataFlavors that we support.Methods inherited from class org.eclipse.angus.mail.handlers.text_plain
getContent, writeToMethods inherited from class org.eclipse.angus.mail.handlers.handler_base
getData, getTransferData, getTransferDataFlavors
-
Constructor Details
-
text_html
public text_html()Creates a defaulttext_html.
-
-
Method Details
-
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
-