Uses of Class
org.ujorm.tools.xml.config.impl.DefaultHtmlConfig
Packages that use DefaultHtmlConfig
-
Uses of DefaultHtmlConfig in org.ujorm.tools.xml.config
Methods in org.ujorm.tools.xml.config that return DefaultHtmlConfigModifier and TypeMethodDescriptiondefault DefaultHtmlConfigHtmlConfig.cloneForAjax()Clone the config for an AJAX processingstatic DefaultHtmlConfigHtmlConfig.of(@NotNull HtmlConfig htmlConfig) Clone config form anotherstatic @NotNull DefaultHtmlConfigHtmlConfig.ofDefault()Create a new default configstatic @NotNull DefaultHtmlConfigNo HTML header is generated, no Doctype and no new linesstatic @NotNull DefaultHtmlConfigHtmlConfig.ofElementName(@Nullable String rootElementName) No HTML header is generated, no Doctype and no new linesstatic @NotNull DefaultHtmlConfigHtmlConfig.ofEmptyElement()Create a configuration for an AJAX response.static DefaultHtmlConfigCreate a new configuration with a nice format by an HTML title. -
Uses of DefaultHtmlConfig in org.ujorm.tools.xml.config.impl
Methods in org.ujorm.tools.xml.config.impl that return DefaultHtmlConfigModifier and TypeMethodDescriptionDefaultHtmlConfig.setContentType(@NotNull String contentType) DefaultHtmlConfig.setCssLinks(@NotNull CharSequence... cssLinks) DefaultHtmlConfig.setDocumentObjectModel(boolean buildDom) Build a real model or a plain writer, the default value isfalseDefaultHtmlConfig.setHeaderInjector(@NotNull ApiInjector headerInjector) Assign a new header injectorDefaultHtmlConfig.setHtmlHeader(boolean htmlHeaderRequest) A request to generate a minimal HTML headerDefaultHtmlConfig.setLanguage(@NotNull CharSequence language) DefaultHtmlConfig.setRawHedaderCode(@Nullable String rawHeaderText) Deprecated.DefaultHtmlConfig.setRootElementName(@Nullable String rootElementName) The element name must not be special HTML characters.DefaultHtmlConfig.setTitle(@NotNull CharSequence title) Title is a required element by HTML 5