Uses of Class
htmlcompiler.pojos.compile.ChecksConfig
| Package | Description |
|---|---|
| htmlcompiler.checks.jsoup | |
| htmlcompiler.compilers.html | |
| htmlcompiler.pojos.compile |
-
Uses of ChecksConfig in htmlcompiler.checks.jsoup
Methods in htmlcompiler.checks.jsoup with parameters of type ChecksConfig Modifier and Type Method Description static voidJsoupElementChecks. alignAttributeContainsAbsmiddle(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)voidJsoupElementChecks.JsoupElementCheck. checkElement(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseBlink(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseBold(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseEm(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseItalic(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseMarquee(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseStrong(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. dontUseStyling(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasBorderAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasDeprecatedAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasDeprecatedTag(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasEventHandlerAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasStyleAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. hasUppercaseTagsOrAttributes(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. inputWithoutMaxLength(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. isValidAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. isValidTag(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. labelWithForAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. marginWidthInBody(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. missingAltForImages(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. missingPlaceholderForInputs(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static JsoupCheckListBuilderJsoupCheckListBuilder. newJsoupCheckList(ChecksConfig conf)static voidJsoupElementChecks. scriptWithHardcodedNonce(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupElementChecks. styleWithHardcodedNonce(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element) -
Uses of ChecksConfig in htmlcompiler.compilers.html
Constructors in htmlcompiler.compilers.html with parameters of type ChecksConfig Constructor Description CodelibsCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)CyberNekoCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)HtmlUnitCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)JsoupCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)NopCompiler(Logger logger, LibraryArchive libraryArchive, ChecksConfig stringBooleanMap) -
Uses of ChecksConfig in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return ChecksConfig Modifier and Type Method Description static ChecksConfigChecksConfig. readChecksConfiguration(String confLocation, com.google.gson.Gson gson)Methods in htmlcompiler.pojos.compile with parameters of type ChecksConfig Modifier and Type Method Description HtmlCompilerCompilerType.HtmlCompilerContructor. newCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)HtmlCompilerCompilerType. newHtmlCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)