Uses of Class
org.ujorm.tools.web.HtmlElement
Packages that use HtmlElement
-
Uses of HtmlElement in org.ujorm.tools.web
Methods in org.ujorm.tools.web that return HtmlElementModifier and TypeMethodDescriptionstatic @NotNull HtmlElementAbstractHtmlElement.niceOf(@NotNull CharSequence title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.niceOf(@NotNull CharSequence title, @NotNull Appendable response, @NotNull Charset charset, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.niceOf(@NotNull String title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.niceOf(@NotNull String title, @NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull jakarta.servlet.http.HttpServletResponse httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull CharSequence title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull CharSequence title, @NotNull Appendable response, @NotNull Charset charset, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull String title, @NotNull jakarta.servlet.http.HttpServletResponse httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull String title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull String title, @NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.niceOf(@NotNull HttpContext context, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.niceOfResponse(@NotNull Object httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.niceOfResponse(@NotNull String title, @NotNull Object httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.of(@NotNull Appendable writer, @NotNull HtmlConfig myConfig) Create a root element for a required element name.static @NotNull HtmlElementAbstractHtmlElement.of(@NotNull CharSequence title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.of(@NotNull CharSequence title, @NotNull Appendable response, @NotNull Charset charset, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.of(@NotNull HttpContext context, @NotNull HtmlConfig myConfig) Create root element for a required element name.static @NotNull HtmlElementAbstractHtmlElement.of(@Nullable HtmlConfig config) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.of(@NotNull Appendable writer, @NotNull HtmlConfig myConfig) Create a root element for a required element name.static @NotNull HtmlElementHtmlElement.of(@NotNull CharSequence title, @NotNull Appendable response, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.of(@NotNull CharSequence title, @NotNull Appendable response, @NotNull Charset charset, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.of(@NotNull HttpContext context, @NotNull HtmlConfig myConfig) Create a root element for a required element name.static @NotNull HtmlElementHtmlElement.of(@Nullable HtmlConfig config) Create new instance with empty HTML headersstatic @NotNull HtmlElementHtmlElement.ofResponse(@NotNull jakarta.servlet.http.HttpServletResponse httpServletResponse, @Nullable HtmlConfig config) Create a new instance with empty HTML headers, The MAIN servlet factory method.static @NotNull HtmlElementHtmlElement.ofResponse(@NotNull String title, @NotNull jakarta.servlet.http.HttpServletResponse httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headersstatic @NotNull HtmlElementAbstractHtmlElement.ofServlet(@NotNull Object httpServletResponse, @Nullable HtmlConfig config) Create a new instance with empty HTML headers.static @NotNull HtmlElementAbstractHtmlElement.ofServlet(@NotNull String title, @NotNull Object httpServletResponse, @NotNull CharSequence... cssLinks) Create new instance with empty HTML headers -
Uses of HtmlElement in org.ujorm.tools.web.ao
Methods in org.ujorm.tools.web.ao with parameters of type HtmlElement -
Uses of HtmlElement in org.ujorm.tools.web.report
Methods in org.ujorm.tools.web.report with parameters of type HtmlElementModifier and TypeMethodDescriptionprotected voidReportBuilder.printHtmlBody(@NotNull HttpContext context, @NotNull HtmlElement html, @NotNull Function<GridBuilder<D>, Stream<D>> resource)