Class CssMinify
java.lang.Object
org.ocpsoft.rewrite.transform.minify.Minify
org.ocpsoft.rewrite.transform.minify.CssMinify
- All Implemented Interfaces:
Transformer
A
Transformer implementation that compresses CSS using yuicompressor.- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransform(HttpServletRewrite event, InputStream input, OutputStream output) Methods inherited from class org.ocpsoft.rewrite.transform.minify.Minify
css, getCharset, js, usingCharset
-
Method Details
-
transform
public void transform(HttpServletRewrite event, InputStream input, OutputStream output) throws IOException - Specified by:
transformin interfaceTransformer- Throws:
IOException
-