| Package | Description |
|---|---|
| org.ujorm.tools.web | |
| org.ujorm.tools.web.ao | |
| org.ujorm.tools.web.report |
| Modifier and Type | Method and Description |
|---|---|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull CharSequence title,
@NotNull javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull CharSequence title,
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull Charset charset,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@Nullable HtmlConfig config)
Create new instance with empty html headers
|
static HtmlElement |
HtmlElement.of(@NotNull HtmlConfig config,
@NotNull Appendable writer)
Create root element for a required element name
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull HtmlConfig config,
@NotNull javax.servlet.http.HttpServletResponse response)
A base method to create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull javax.servlet.http.HttpServletRequest request,
@NotNull javax.servlet.http.HttpServletResponse response)
A base method to create new instance
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull javax.servlet.http.HttpServletRequest request,
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull HtmlConfig config)
A base method to create new instance
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull HtmlConfig config)
Deprecated.
Use the method
of(org.ujorm.tools.xml.config.HtmlConfig, javax.servlet.http.HttpServletResponse) rather. |
static @NotNull HtmlElement |
HtmlElement.of(@NotNull javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull CharSequence title,
@NotNull javax.servlet.http.HttpServletResponse response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull CharSequence title,
@NotNull javax.servlet.http.HttpServletResponse response,
@NotNull 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(@NotNull javax.servlet.http.HttpServletRequest input,
@NotNull HtmlElement html,
@NotNull Function<GridBuilder<D>,Stream<D>> resource) |
Copyright 2015, Pavel Ponec