Package | Description |
---|---|
org.ujorm.tools.web | |
org.ujorm.tools.web.ao | |
org.ujorm.tools.web.report |
Modifier and Type | Method and Description |
---|---|
static HtmlElement |
HtmlElement.niceOf(javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.niceOf(CharSequence title,
javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.niceOf(CharSequence title,
javax.servlet.http.HttpServletResponse response,
Charset charset,
CharSequence... cssLinks)
Create new instance with empty html headers
|
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)
A base method to create new instance
|
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.
Use the method
of(org.ujorm.tools.xml.config.HtmlConfig, javax.servlet.http.HttpServletResponse) rather. |
static HtmlElement |
HtmlElement.of(javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.of(CharSequence title,
javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.of(CharSequence title,
javax.servlet.http.HttpServletResponse response,
Charset charset,
CharSequence... cssLinks)
Create new instance with empty html headers
|
Modifier and Type | Method and Description |
---|---|
void |
IOElement.run(HtmlElement html) |
Modifier and Type | Method and Description |
---|---|
protected void |
ReportBuilder.printHtmlBody(javax.servlet.http.HttpServletRequest input,
HtmlElement html,
Function<GridBuilder<D>,Stream<D>> resource) |
Copyright 2019-2022, Pavel Ponec