| Package | Description | 
|---|---|
| org.broadleafcommerce.common.resource.service | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | GoogleClosureJavascriptMinificationServiceImpl. compileJs(com.google.javascript.jscomp.SourceFile input,
         String filename) | 
| void | YUICssMinificationServiceImpl. minifyCss(String filename,
         Reader reader,
         Writer writer) | 
| void | CssMinificationService. minifyCss(String filename,
         Reader reader,
         Writer writer)Minfies the file in "reader" and writes the minified version to "writer" | 
| void | GoogleClosureJavascriptMinificationServiceImpl. minifyJs(String filename,
        Reader reader,
        Writer writer) | 
| void | JavascriptMinificationService. minifyJs(String filename,
        Reader reader,
        Writer writer)Minifies the file in "reader" and writes the minified version to "writer" | 
Copyright © 2020. All rights reserved.