org.apache.wicket.resource
Interface ITextResourceCompressor

All Known Subinterfaces:
ICssCompressor, IJavaScriptCompressor
All Known Implementing Classes:
DefaultJavaScriptCompressor, NoOpTextCompressor

public interface ITextResourceCompressor

Allow for different implementations of a text compressor


Method Summary
 java.lang.String compress(java.lang.String original)
          Remove comments and white spaces from the text resource
 

Method Detail

compress

java.lang.String compress(java.lang.String original)
Remove comments and white spaces from the text resource

Parameters:
original -
Returns:
compressed text resource


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