Uses of Interface
htmlcompiler.tools.Logger
| Package | Description |
|---|---|
| htmlcompiler.checks.jsoup | |
| htmlcompiler.commands | |
| htmlcompiler.compilers.html | |
| htmlcompiler.pojos.compile | |
| htmlcompiler.tags.jsoup | |
| htmlcompiler.tags.neko | |
| htmlcompiler.tools |
-
Uses of Logger in htmlcompiler.checks.jsoup
Methods in htmlcompiler.checks.jsoup with parameters of type Logger 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 voidJsoupDocumentChecks. hasSeoMetaTags(Logger log, Path file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. hasStyleAttribute(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. hasTitleTag(Logger log, Path file, org.jsoup.nodes.Document document)static voidJsoupElementChecks. hasUppercaseTagsOrAttributes(Logger log, ChecksConfig config, Path file, org.jsoup.nodes.Element element)static voidJsoupDocumentChecks. hasViewportMetaTag(Logger log, Path file, org.jsoup.nodes.Document document)voidJsoupDocumentChecks.JsoupDocumentCheck. head(Logger log, File file, org.jsoup.nodes.Document document)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 voidJsoupDocumentChecks. missingPrintingStylesheet(Logger log, Path file, org.jsoup.nodes.Document document)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 Logger in htmlcompiler.commands
Methods in htmlcompiler.commands with parameters of type Logger Modifier and Type Method Description static voidCompile. executeCompile(Logger log, Compile.CompileCommandConfig config)static voidDependencies. executeDependencies(Logger log)static voidHost. executeHost(Logger log, Host.HostCommandConfig config) -
Uses of Logger in htmlcompiler.compilers.html
Constructors in htmlcompiler.compilers.html with parameters of type Logger Constructor Description CodelibsCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)CyberNekoCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)DefaultNekoCompiler(Logger log, LibraryArchive archive, org.apache.xerces.parsers.DOMParser parser)HtmlUnitCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)JsoupCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)NopCompiler(Logger logger, LibraryArchive libraryArchive, ChecksConfig stringBooleanMap) -
Uses of Logger in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile with parameters of type Logger Modifier and Type Method Description HtmlCompilerCompilerType.HtmlCompilerContructor. newCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration)HtmlCompilerCompilerType. newHtmlCompiler(Logger log, LibraryArchive archive, ChecksConfig checksConfiguration) -
Uses of Logger in htmlcompiler.tags.jsoup
Methods in htmlcompiler.tags.jsoup with parameters of type Logger Modifier and Type Method Description static voidTagParsingJsoup. addIntegrityAttributes(org.jsoup.nodes.Element element, String url, Path file, Logger log)static TagVisitorLink. newLinkVisitor(Logger log)static TagVisitorScript. newScriptVisitor(Logger log, JsoupCompiler html, ScriptBag scripts) -
Uses of Logger in htmlcompiler.tags.neko
Methods in htmlcompiler.tags.neko with parameters of type Logger Modifier and Type Method Description static voidTagParsingNeko. addIntegrityAttributes(Element element, String url, Path file, NekoCompiler html, Logger log)static TagProcessorLink. newLinkProcessor(NekoCompiler html, Logger log)static TagProcessorScript. newScriptProcessor(Logger log, NekoCompiler html, xmlparser.XmlParser xml, ScriptBag scripts) -
Uses of Logger in htmlcompiler.tools
Methods in htmlcompiler.tools that return Logger Modifier and Type Method Description static LoggerLogger. newLogger(Consumer<String> info, Consumer<String> warn)static LoggerLogger. newLogger(org.apache.maven.plugin.logging.Log log)Methods in htmlcompiler.tools with parameters of type Logger Modifier and Type Method Description voidApp.MavenTask. build(Logger log)