|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.mail.HtmlToTextConverter
public class HtmlToTextConverter
Helper class to convert arbitrary HTML documents into text. Conversion is very basic, intended to be used to strip markup from HTML-only emails for inclusion within JIRA issue reports or comments.
| Constructor Summary | |
|---|---|
HtmlToTextConverter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
convert(java.lang.String html)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HtmlToTextConverter()
| Method Detail |
|---|
public java.lang.String convert(java.lang.String html)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||