| Package | Description |
|---|---|
| ro.isdc.wro.model.resource.processor.impl.css |
| Modifier and Type | Class and Description |
|---|---|
class |
CssDataUriPreProcessor
Rewrites background images by replacing the url with data uri of the image.
|
class |
CssUrlRewritingProcessor
Note: When used together with
CssImportPreProcessor, the CssUrlRewritingProcessor should come first,
otherwise it will produce wrong results. |
class |
DuplicatesAwareCssDataUriPreProcessor
Similar to
CssDataUriPreProcessor which instead of replacing a url blindly with dataUri, is is smart enough to
detect duplicated image url and avoid replacing it with dataUri. |
class |
FallbackCssDataUriProcessor
Preserves the original css uri along with the new one.
|
Copyright © 2008-2014. All Rights Reserved.