| Interface | Description |
|---|---|
| CssUrlInspector.ItemHandler |
The handler invoked for each found occurrence of url in parsed css.
|
| ProcessorProvider |
All implementation of this interface will contribute to the list of available processors discovered during
application initialization.
|
| Class | Description |
|---|---|
| ChainedProcessor |
A processor which uses a list of processors to compute the result.
|
| CssCompressor | |
| CssImportInspector |
Encapsulates the matcher creation for css import statements detection.
|
| CSSMin |
Css minify barryvan implementation.
|
| CssUrlInspector |
Encapsulates the matcher creation for css backround url's detection.
|
| DataUriGenerator |
Generator for Data URIs.
|
| DefaultProcessorProvider |
The implementation which contributes with processors from core module.
|
| FallbackCssDataUriUrlInspector |
Similar to
CssUrlInspector but responsible for Preserving the original css uri along with the new one. |
| ImageUrlRewriter |
Responsible for computing the url of the images from css based on the location of the css where they are located.
|
| ImageUrlRewriter.RewriterContext |
Holds the properties required by this class to perform rewrite operation.
|
| JawrCssMinifier |
Minifies CSS files by removing expendable whitespace and comments.
|
| JSMin |
JsMin.java.
|
| LessCssImportInspector |
Responsible for identifying import statements for LESS language.
|
| Lessify |
Transforms colors from long format in a shorter one.
|
| ProcessingCriteria |
The criteria used to apply or skip the processor.
|
| Enum | Description |
|---|---|
| CssColors |
Holds color mappings.
|
| ProcessingType |
A type of processing to apply during preProcessor execution.
|
Copyright © 2008-2014. All Rights Reserved.