| Package | Description |
|---|---|
| org.ujorm.tools.xml.builder | |
| org.ujorm.tools.xml.config | |
| org.ujorm.tools.xml.config.impl |
| Modifier and Type | Method and Description |
|---|---|
static <T> XmlPrinter |
XmlPrinter.forHtml(@Nullable Appendable out,
@NotNull HtmlConfig config)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forHtml(@NotNull Object httpServletResponse,
@NotNull HtmlConfig config)
Create XmlPrinter for UTF-8.
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultHtmlConfig |
HtmlConfig.of(@NotNull HtmlConfig htmlConfig)
Clone config form another
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
| Constructor and Description |
|---|
DefaultHtmlConfig(@NotNull HtmlConfig htmlConfig) |
Copyright 2015, Pavel Ponec