Uses of Interface
org.ujorm.tools.xml.config.HtmlConfig
Packages that use HtmlConfig
Package
Description
-
Uses of HtmlConfig in org.ujorm.tools.web
Methods in org.ujorm.tools.web that return HtmlConfigMethods in org.ujorm.tools.web with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic @NotNull HtmlElementAbstractHtmlElement.of(@NotNull Appendable writer, @NotNull HtmlConfig myConfig) Create a root element for a required element name.static @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 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 HtmlElementAbstractHtmlElement.ofServlet(@NotNull Object httpServletResponse, @Nullable HtmlConfig config) Create a new instance with empty HTML headers.Constructors in org.ujorm.tools.web with parameters of type HtmlConfigModifierConstructorDescriptionAbstractHtmlElement(@NotNull ApiElement root, @NotNull HtmlConfig config, @NotNull Appendable writer) Create new instance with empty HTML headersAbstractHtmlElement(@NotNull HtmlConfig config, @NotNull Appendable writer) Create new instance with empty HTML headersHtmlElement(@NotNull ApiElement root, @NotNull HtmlConfig config, @NotNull Appendable writer) HtmlElement(@NotNull HtmlConfig config, @NotNull Appendable writer) -
Uses of HtmlConfig in org.ujorm.tools.web.ajax
Methods in org.ujorm.tools.web.ajax that return HtmlConfigConstructors in org.ujorm.tools.web.ajax with parameters of type HtmlConfigModifierConstructorDescriptionReqestDispatcher(@NotNull HttpContext context, @NotNull HtmlConfig htmlConfig) -
Uses of HtmlConfig in org.ujorm.tools.web.json
Methods in org.ujorm.tools.web.json with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic final @NotNull JsonBuilderJsonBuilder.of(@NotNull Appendable writer, @NotNull HtmlConfig config) An object factory.static final @NotNull JsonBuilderJsonBuilder.of(@NotNull HttpContext context, @NotNull HtmlConfig config) An object factoryConstructors in org.ujorm.tools.web.json with parameters of type HtmlConfigModifierConstructorDescriptionprotectedJsonBuilder(@NotNull Appendable writer, HtmlConfig config) Common constructor -
Uses of HtmlConfig in org.ujorm.tools.web.report
Fields in org.ujorm.tools.web.report declared as HtmlConfigModifier and TypeFieldDescriptionprotected final @NotNull HtmlConfigReportBuilderConfigImpl.configHTML configMethods in org.ujorm.tools.web.report that return HtmlConfigModifier and TypeMethodDescription@NotNull HtmlConfigReportBuilderConfig.getConfig()@NotNull HtmlConfigReportBuilderConfigImpl.getConfig()Methods in org.ujorm.tools.web.report with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic @NotNull ReportBuilderConfigImplReportBuilderConfig.of(@NotNull HtmlConfig config) Returns a default implementationConstructors in org.ujorm.tools.web.report with parameters of type HtmlConfigModifierConstructorDescriptionReportBuilder(@NotNull HtmlConfig config) ReportBuilderConfigImpl(@NotNull HtmlConfig config) protectedReportBuilderConfigImpl(@NotNull HtmlConfig config, @NotNull String cssLink, @NotNull String jqueryLink, @NotNull Duration idleDelay, @NotNull HttpParameter ajaxRequestParam, @NotNull HttpParameter sortRequestParam, @NotNull String formId, @NotNull String controlCss, @NotNull String subtitleCss, @NotNull List<CharSequence> tableCssClass, @NotNull String sortableColumn, @NotNull String sortableAsc, @NotNull String sortableDesc, @NotNull String sortableBoth, boolean embeddedIcons, @NotNull BiConsumer<Element, Boolean> cssWriter) -
Uses of HtmlConfig in org.ujorm.tools.web.table
Methods in org.ujorm.tools.web.table that return HtmlConfigMethods in org.ujorm.tools.web.table with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic @NotNull GridBuilderConfigGridBuilderConfig.of(@NotNull HtmlConfig config) Returns a default implementationConstructors in org.ujorm.tools.web.table with parameters of type HtmlConfigModifierConstructorDescriptionGridBuilder(@NotNull HtmlConfig config) GridBuilderOld(HtmlConfig config) Deprecated.TableBuilder(HtmlConfig config) Deprecated. -
Uses of HtmlConfig in org.ujorm.tools.xml.builder
Methods in org.ujorm.tools.xml.builder with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic XmlPrinterXmlPrinter.forHtml(@NotNull Object httpServletResponse, @NotNull HtmlConfig config) Create XmlPrinter for UTF-8.static <T> XmlPrinterXmlPrinter.forHtml(@Nullable Appendable out, @NotNull HtmlConfig config) Create XmlPrinter for UTF-8 -
Uses of HtmlConfig in org.ujorm.tools.xml.config
Methods in org.ujorm.tools.xml.config with parameters of type HtmlConfigModifier and TypeMethodDescriptionstatic DefaultHtmlConfigHtmlConfig.of(@NotNull HtmlConfig htmlConfig) Clone config form another -
Uses of HtmlConfig in org.ujorm.tools.xml.config.impl
Classes in org.ujorm.tools.xml.config.impl that implement HtmlConfigConstructors in org.ujorm.tools.xml.config.impl with parameters of type HtmlConfig