Uses of Class
htmlcompiler.pojos.compile.CompilerConfig
Packages that use CompilerConfig
Package
Description
-
Uses of CompilerConfig in htmlcompiler.compilers
Fields in htmlcompiler.compilers with type parameters of type CompilerConfigConstructor parameters in htmlcompiler.compilers with type arguments of type CompilerConfigModifierConstructorDescriptionHtmlCompiler(Logger log, JsCompressionType jsCompressionType, LibraryArchive archive, Map<String, CompilerConfig> configs, boolean checksEnabled, boolean compressionEnabled, boolean deprecatedTagsEnabled, boolean htmlCompressionEnabled, boolean cssCompressionEnabled, boolean jsCompressionEnabled, boolean cachedJsCompression) -
Uses of CompilerConfig in htmlcompiler.compilers.checks
Methods in htmlcompiler.compilers.checks with parameters of type CompilerConfigModifier and TypeMethodDescriptionstatic voidElementChecks.alignAttributeContainsAbsmiddle(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.buttonHasHref(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) voidElementChecks.JsoupElementCheck.checkElement(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseBlink(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseBold(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseEm(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseItalic(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseMarquee(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseStrong(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.dontUseStyling(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasBorderAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasDeprecatedAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasDeprecatedTag(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasEventHandlerAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasStyleAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.hasUppercaseTagsOrAttributes(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.inputWithoutMaxLength(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.isValidAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.isValidTag(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.labelWithForAttribute(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.marginWidthInBody(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingAltForImages(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingInputType(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingPatternForInputs(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.missingPlaceholderForInputs(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static CheckListBuilderCheckListBuilder.newJsoupCheckList(CompilerConfig conf) static voidElementChecks.scriptWithHardcodedNonce(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.styleWithHardcodedNonce(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) static voidElementChecks.unknownInputType(Logger log, CompilerConfig config, Path file, org.jsoup.nodes.Element element) -
Uses of CompilerConfig in htmlcompiler.compilers.tags
Methods in htmlcompiler.compilers.tags with parameters of type CompilerConfigModifier and TypeMethodDescriptionvoidTagVisitor.head(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) default voidTagVisitor.TailVisitor.head(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) default voidTagVisitor.HeadVisitor.tail(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) voidTagVisitor.tail(CompilerConfig config, Path file, org.jsoup.nodes.Element element, int depth) -
Uses of CompilerConfig in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return types with arguments of type CompilerConfigModifier and TypeMethodDescriptionstatic Map<String,CompilerConfig> CompilerConfig.readChecksConfiguration(String confLocation)