| Package | Description |
|---|---|
| org.opencypher.tools.io |
This package contains utilities for dealing with text output.
|
| Modifier and Type | Method and Description |
|---|---|
HtmlTag |
HtmlTag.Html.body() |
HtmlTag |
HtmlTag.tag(String tag,
HtmlTag.Attribute<Void>... attributes) |
HtmlTag |
HtmlTag.text(String text) |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(String tag,
Consumer<HtmlTag> content)
Generate html tags for use in
<head>. |
| Modifier and Type | Method and Description |
|---|---|
static HtmlTag.Attribute<HtmlTag> |
HtmlTag.head(String tag,
Consumer<HtmlTag> content)
Generate html tags for use in
<head>. |
Copyright © 2016. All rights reserved.