Package | Description |
---|---|
org.ujorm.tools.web | |
org.ujorm.tools.xml.builder | |
org.ujorm.tools.xml.config.impl |
Modifier and Type | Method and Description |
---|---|
HtmlConfig |
HtmlElement.getConfig()
Get config
|
Modifier and Type | Method and Description |
---|---|
static HtmlElement |
HtmlElement.of(HtmlConfig config)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.of(javax.servlet.http.HttpServletResponse response,
HtmlConfig config)
A base method to create new instance with empty html headers
|
Constructor and Description |
---|
HtmlElement(ApiElement root,
HtmlConfig config,
Writer writer)
Create new instance with empty html headers
|
HtmlElement(HtmlConfig config,
Writer writer)
Create new instance with empty html headers
|
Modifier and Type | Method and Description |
---|---|
static <T> XmlPrinter |
XmlPrinter.forHtml(Appendable out,
HtmlConfig config)
Create XmlPrinter for UTF-8
|
static XmlPrinter |
XmlPrinter.forHtml(Object httpServletResponse,
HtmlConfig config)
Create XmlPrinter for UTF-8.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
Copyright 2019-2022, Pavel Ponec