com.xpn.xwiki.web.sx
Interface SxCompressor


public interface SxCompressor

Extension compressor.

Since:
1.7M2
Version:
$Id: 2c06c098654671cf782a5bbdd894996877210d5d $

Method Summary
 String compress(String source)
          Compresses the given script, making it smaller and less readable, but with the same behavior.
 

Method Detail

compress

String compress(String source)
Compresses the given script, making it smaller and less readable, but with the same behavior.

Parameters:
source - The uncompressed script
Returns:
A compressed version of the input source


Copyright © 2004-2012 XWiki. All Rights Reserved.