|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.impl.YahooJSCompressor
public class YahooJSCompressor
JavaScript Compression Implementation using the YUI Compressor.
| Constructor Summary | |
|---|---|
YahooJSCompressor()
Constructor: YahooJSCompressor using default property values. |
|
YahooJSCompressor(java.util.Map<java.lang.String,java.lang.Object> specifiedCompressorParameters)
Constructor: YahooJSCompressor using the property map passed in. |
|
| Method Summary | |
|---|---|
java.lang.String |
compressJavaScript(java.lang.String script)
Compress a JavaScript file to a smaller version of the original |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public YahooJSCompressor()
throws java.lang.InstantiationException
java.lang.InstantiationException
public YahooJSCompressor(java.util.Map<java.lang.String,java.lang.Object> specifiedCompressorParameters)
throws java.lang.InstantiationException
specifiedCompressorParameters -
java.lang.InstantiationException| Method Detail |
|---|
public java.lang.String compressJavaScript(java.lang.String script)
throws java.io.IOException
Compressor
compressJavaScript in interface Compressorscript - The script to compress
java.io.IOException
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||