|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.loom.resources.compressor.NullCompressor
public class NullCompressor
A null compressor that does not do modify the file contents.
Constructor Summary | |
---|---|
NullCompressor()
|
Method Summary | |
---|---|
java.lang.String |
compress(java.lang.String resourceName,
java.lang.String contents)
Compress the input contents. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullCompressor()
Method Detail |
---|
public java.lang.String compress(java.lang.String resourceName, java.lang.String contents) throws java.io.IOException
WebResourceCompressor
compress
in interface WebResourceCompressor
contents
- the file contents to be compressed
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |