| Interface | Description |
|---|---|
| Minifier |
Although the minifier is a configuration-aware component, it's allowed to
define own configuration keys only if used as a part of a
MinifyListener (in fact it's not a "real" extension point). |
| Class | Description |
|---|---|
| AbstractMinifier |
Abstract no-op minifier.
|
| CompressorMinifier<T extends com.googlecode.htmlcompressor.compressor.Compressor> |
Minifier backed by com.googlecode.htmlcompressor library.
|
| HtmlCompressorMinifier | |
| Minify |
Helper methods to obtain most common minify constructs.
|
| MinifyLambda |
This lambda is useful to minify parts of the template contents.
|
| MinifyListener | |
| XmlCompressorMinifier |
Copyright © 2016. All rights reserved.