public class FallbackCssDataUriUrlInspector extends CssUrlInspector
CssUrlInspector but responsible for Preserving the original css uri along with the new one. This
should work also with browsers which do not support dataURI's.CssUrlInspector.ItemHandler| Constructor and Description |
|---|
FallbackCssDataUriUrlInspector() |
| Modifier and Type | Method and Description |
|---|---|
protected Matcher |
getMatcher(String content) |
protected String |
getOriginalDeclaration(Matcher matcher) |
protected String |
getOriginalUrl(Matcher matcher) |
findAndReplaceprotected Matcher getMatcher(String content)
getMatcher in class CssUrlInspectorMatcher for processed css content.protected String getOriginalDeclaration(Matcher matcher)
getOriginalDeclaration in class CssUrlInspectormatcher - the Matcher used to find url occurances.protected String getOriginalUrl(Matcher matcher)
getOriginalUrl in class CssUrlInspectormatcher - the Matcher used to find url occurances.Copyright © 2008-2014. All Rights Reserved.