Package htmlcompiler.compilers.html
Interface HtmlCompiler
- All Known Subinterfaces:
NekoCompiler
- All Known Implementing Classes:
CodelibsCompiler,CyberNekoCompiler,DefaultNekoCompiler,HtmlUnitCompiler,JsoupCompiler,NopCompiler
public interface HtmlCompiler
-
Method Summary
Modifier and Type Method Description StringcompileHtmlCode(Path file, String content)StringcompressHtmlCode(String content)StringdoctypeCompressCompile(Path file, String content)static com.googlecode.htmlcompressor.compressor.HtmlCompressornewDefaultHtmlCompressor()
-
Method Details
-
doctypeCompressCompile
- Throws:
InvalidInput
-
compressHtmlCode
-
compileHtmlCode
- Throws:
InvalidInput
-
newDefaultHtmlCompressor
static com.googlecode.htmlcompressor.compressor.HtmlCompressor newDefaultHtmlCompressor()
-