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.