com.github.datatables4j.plugins.compression
Class YuiResourceCompressor
java.lang.Object
com.github.datatables4j.plugins.compression.YuiResourceCompressor
- All Implemented Interfaces:
- com.github.datatables4j.core.api.compressor.WebResourceCompressor
public class YuiResourceCompressor
- extends Object
- implements com.github.datatables4j.core.api.compressor.WebResourceCompressor
Default compression class which uses YUICompressor.
- Author:
- Thibault Duchateau
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
YuiResourceCompressor
public YuiResourceCompressor()
getCompressedJavascript
public String getCompressedJavascript(com.github.datatables4j.core.api.model.HtmlTable table,
String input)
throws com.github.datatables4j.core.api.exception.CompressionException
-
- Specified by:
getCompressedJavascript in interface com.github.datatables4j.core.api.compressor.WebResourceCompressor
- Throws:
com.github.datatables4j.core.api.exception.CompressionException
getCompressedCss
public String getCompressedCss(String input)
throws com.github.datatables4j.core.api.exception.CompressionException
-
- Specified by:
getCompressedCss in interface com.github.datatables4j.core.api.compressor.WebResourceCompressor
- Throws:
com.github.datatables4j.core.api.exception.CompressionException
Copyright © 2013. All Rights Reserved.