Save This Page
Home » RichFaces-UI-3.2.2 » com.yahoo.platform.yui.compressor » [javadoc | source]
com.yahoo.platform.yui.compressor
public class: JavaScriptCompressor [javadoc | source]
java.lang.Object
   com.yahoo.platform.yui.compressor.JavaScriptCompressor
Field Summary
static final  ArrayList ones     
static final  ArrayList twos     
static final  ArrayList threes     
static final  Set builtin     
static final  Map literals     
Constructor:
 public JavaScriptCompressor(Reader in,
    ErrorReporter reporter) throws IOException, EvaluatorException 
Method from com.yahoo.platform.yui.compressor.JavaScriptCompressor Summary:
compress
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.yahoo.platform.yui.compressor.JavaScriptCompressor Detail:
 public  void compress(Writer out,
    int linebreak,
    boolean munge,
    boolean warn,
    boolean preserveAllSemiColons,
    boolean preserveStringLiterals) throws IOException