| 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 CharSequence title,
@NotNull Appendable response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull CharSequence title,
@NotNull Appendable response,
@NotNull Charset charset,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull String title,
@NotNull Appendable response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOf(@NotNull String title,
@NotNull RContext context,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOfResponse(@NotNull Object httpServletResponse,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.niceOfResponse(@NotNull String title,
@NotNull Object httpServletResponse,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull Appendable writer,
@NotNull HtmlConfig myConfig)
Create root element for a required element name.
|
static @NotNull HtmlElement |
HtmlElement.of(@Nullable HtmlConfig config)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull CharSequence title,
@NotNull Appendable response,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull CharSequence title,
@NotNull Appendable response,
@NotNull Charset charset,
CharSequence... cssLinks)
Create new instance with empty html headers
|
static @NotNull HtmlElement |
HtmlElement.of(@NotNull RContext context,
@NotNull HtmlConfig myConfig)
Create root element for a required element name.
|
static @NotNull HtmlElement |
HtmlElement.ofServlet(@NotNull Object htmlServletResponse,
@Nullable HtmlConfig config)
Create new instance with empty html headers, The MAIN servlet factory method.
|
static @NotNull HtmlElement |
HtmlElement.ofServlet(@NotNull String title,
@NotNull Object htmlServletResponse,
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 RContext context,
@NotNull HtmlElement html,
@NotNull Function<GridBuilder<D>,Stream<D>> resource) |
Copyright 2015, Pavel Ponec