| 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(HtmlConfig config,
Appendable writer)
Create root element for a required element name
|
static HtmlElement |
HtmlElement.of(HtmlConfig config,
javax.servlet.http.HttpServletResponse response)
A base method to create new instance with empty html headers
|
static HtmlElement |
HtmlElement.of(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HtmlConfig config)
A base method to create new instance
|
static HtmlElement |
HtmlElement.of(javax.servlet.http.HttpServletResponse response,
HtmlConfig config)
Deprecated.
|
| Constructor and Description |
|---|
HtmlElement(ApiElement root,
HtmlConfig config,
Appendable writer)
Create new instance with empty html headers
|
HtmlElement(HtmlConfig config,
Appendable writer)
Create new instance with empty html headers
|
| Modifier and Type | Method and Description |
|---|---|
HtmlConfig |
ReqestDispatcher.getAjaxConfig() |
| Constructor and Description |
|---|
ReqestDispatcher(javax.servlet.http.HttpServletRequest input,
javax.servlet.http.HttpServletResponse output,
HtmlConfig htmlConfig) |
| Modifier and Type | Method and Description |
|---|---|
static JsonBuilder |
JsonBuilder.of(HtmlConfig config,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
An object factory
|
static JsonBuilder |
JsonBuilder.of(HtmlConfig config,
javax.servlet.http.HttpServletResponse response)
An object factory
|
static JsonBuilder |
JsonBuilder.of(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HtmlConfig config)
Deprecated.
|
| Constructor and Description |
|---|
JsonBuilder(Appendable writer,
HtmlConfig config)
Common constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected HtmlConfig |
ReportBuilderConfigImpl.config
HTML config
|
| Modifier and Type | Method and Description |
|---|---|
HtmlConfig |
ReportBuilderConfig.getConfig() |
HtmlConfig |
ReportBuilderConfigImpl.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static ReportBuilderConfigImpl |
ReportBuilderConfig.of(HtmlConfig config)
Returns a default implementation
|
| Constructor and Description |
|---|
ReportBuilder(HtmlConfig config) |
ReportBuilderConfigImpl(HtmlConfig config) |
ReportBuilderConfigImpl(HtmlConfig config,
String cssLink,
String jqueryLink,
Duration idleDelay,
HttpParameter ajaxRequestParam,
HttpParameter sortRequestParam,
String formId,
String controlCss,
String subtitleCss,
List<CharSequence> tableCssClass,
String sortableColumn,
String sortableAsc,
String sortableDesc,
String sortableBoth,
boolean embeddedIcons,
BiConsumer<Element,Boolean> cssWriter) |
| Modifier and Type | Method and Description |
|---|---|
HtmlConfig |
GridBuilderConfig.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
static GridBuilderConfig |
GridBuilderConfig.of(HtmlConfig config)
Returns a default implementation
|
| Constructor and Description |
|---|
GridBuilder(HtmlConfig config) |
GridBuilderOld(HtmlConfig config)
Deprecated.
|
TableBuilder(HtmlConfig config)
Deprecated.
|
| 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 | Method and Description |
|---|---|
static DefaultHtmlConfig |
HtmlConfig.of(HtmlConfig htmlConfig)
Clone config form another
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHtmlConfig
Configuraion of HtmlPage
|
| Constructor and Description |
|---|
DefaultHtmlConfig(HtmlConfig htmlConfig) |
Copyright 2019-2022, Pavel Ponec