@groovy.transform.CompileStatic class MailMessageContentRender extends java.lang.Object
Represents the result of rendering a message content view.
| Modifiers | Name | Description |
|---|---|---|
private static java.lang.String[] |
HTML_CONTENT_TYPES |
|
private java.lang.String |
contentType |
|
private java.io.Writer |
out |
| Type | Name and description |
|---|---|
java.lang.String |
contentType |
java.io.Writer |
out |
| Constructor and description |
|---|
MailMessageContentRender
(java.io.Writer out, java.lang.String contentType) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
boolean |
isHtml() |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Groovy Documentation