org.ocpsoft.rewrite.transform.minify
Class CssMinify
java.lang.Object
org.ocpsoft.rewrite.transform.minify.CssMinify
- All Implemented Interfaces:
- Transformer
public class CssMinify
- extends Object
- implements Transformer
CSS compressor implementation based on yuicompressor
- Author:
- Christian Kaltepoth
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CssMinify
public CssMinify()
CssMinify
public CssMinify(Charset charset)
transform
public void transform(InputStream input,
OutputStream output)
throws IOException
- Specified by:
transform in interface Transformer
- Throws:
IOException
Copyright © 2012 OCPsoft. All Rights Reserved.