org.apache.wicket.resource
Class NoOpTextCompressor

java.lang.Object
  extended by org.apache.wicket.resource.NoOpTextCompressor
All Implemented Interfaces:
ICssCompressor, IJavaScriptCompressor, ITextResourceCompressor

public class NoOpTextCompressor
extends Object
implements IJavaScriptCompressor, ICssCompressor

A no-op text compressor

Author:
Juergen Donnerstag

Constructor Summary
NoOpTextCompressor()
           
 
Method Summary
 String compress(String original)
          Remove comments and white spaces from the text resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpTextCompressor

public NoOpTextCompressor()
Method Detail

compress

public String compress(String original)
Description copied from interface: ITextResourceCompressor
Remove comments and white spaces from the text resource

Specified by:
compress in interface ITextResourceCompressor
Returns:
compressed text resource


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