public class AstHtmlRenderer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected HtmlWriter |
writer |
| Constructor and Description |
|---|
AstHtmlRenderer(HtmlWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleField(DslField<?> field)
Allows to overrides the default behaviour of the HTML renderer like adding links of tooltip.
|
void |
toHtml(Metadata metadata) |
protected HtmlWriter writer
public AstHtmlRenderer(HtmlWriter writer)