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 java.lang.Object
implements IJavaScriptCompressor, ICssCompressor

A no-op text compressor

Author:
Juergen Donnerstag

Constructor Summary
NoOpTextCompressor()
           
 
Method Summary
 java.lang.String compress(java.lang.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 java.lang.String compress(java.lang.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-2011 Apache Software Foundation. All Rights Reserved.