Uses of Class
htmlcompiler.pojos.library.LibraryArchive
Packages that use LibraryArchive
-
Uses of LibraryArchive in htmlcompiler.compilers
Constructors in htmlcompiler.compilers with parameters of type LibraryArchiveModifierConstructorDescriptionHtmlCompiler(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 LibraryArchive in htmlcompiler.compilers.tags
Methods in htmlcompiler.compilers.tags with parameters of type LibraryArchiveModifier and TypeMethodDescriptionstatic org.jsoup.nodes.ElementLibrary.createTag(org.jsoup.nodes.Element element, LibraryArchive library) static org.jsoup.nodes.ElementMeta.createTag(org.jsoup.nodes.Element element, LibraryArchive library) static TagVisitorLibrary.newLibraryVisitor(LibraryArchive archive) static TagVisitorMeta.newMetaVisitor(LibraryArchive archive)