Package com.xpn.xwiki.web.sx
Interface SxCompressor
-
- All Known Implementing Classes:
JsExtension.JsCompressor
public interface SxCompressor
Extension compressor.- Since:
- 1.7M2
- Version:
- $Id: 2c06c098654671cf782a5bbdd894996877210d5d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
compress(String source)
Compresses the given script, making it smaller and less readable, but with the same behavior.
-