org.apache.wicket.javascript
Interface IJavascriptCompressor

All Known Implementing Classes:
DefaultJavascriptCompressor, NoOpJavascriptCompressor

public interface IJavascriptCompressor

Allow for different implementation of a javascript compressor

Author:
Juergen Donnerstag

Method Summary
 String compress(String original)
          Remove comments and whitespaces from the javascript
 

Method Detail

compress

String compress(String original)
Remove comments and whitespaces from the javascript

Parameters:
original -
Returns:
compressed Javascript


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.