Uses of Interface
htmlcompiler.minify.Minifier
Packages that use Minifier
-
Uses of Minifier in htmlcompiler.compilers
Fields in htmlcompiler.compilers declared as MinifierModifier and TypeFieldDescriptionfinal MinifierHtmlCompiler.cssMinifierfinal MinifierHtmlCompiler.htmlMinifierfinal MinifierHtmlCompiler.jsMinifier -
Uses of Minifier in htmlcompiler.minify
Methods in htmlcompiler.minify that return MinifierModifier and TypeMethodDescriptionstatic MinifierJsMinifyEngine.newCompressJsWithYui(Logger log) CssMinifyEngine.toMinifier()HtmlMinifyEngine.toMinifier()JsMinifyEngine.toMinifier(Logger log) -
Uses of Minifier in htmlcompiler.services
Methods in htmlcompiler.services with parameters of type MinifierModifier and TypeMethodDescriptionstatic StringRepositoryJsCode.cached(boolean enabled, JsMinifyEngine type, String code, Minifier minifier)