Package net.anwiba.commons.mail
Class Content
- java.lang.Object
-
- net.anwiba.commons.mail.Content
-
-
Constructor Summary
Constructors Constructor Description Content(java.lang.String content, java.lang.String charset, java.lang.String subtype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCharset()java.lang.StringgetSubTpye()java.lang.StringgetText()
-
-
-
Method Detail
-
getCharset
public java.lang.String getCharset()
- Specified by:
getCharsetin interfaceIContent
-
getSubTpye
public java.lang.String getSubTpye()
- Specified by:
getSubTpyein interfaceIContent
-
-