public class CssUrlRewriter extends ResourceFilterMatchProcessor
url( ... ) element in a
CSS file so that referenced resources (mainly images) can be resolved when the concatenated file
is delivered to the client| Constructor and Description |
|---|
CssUrlRewriter()
Create a new normalizer
|
| Modifier and Type | Method and Description |
|---|---|
String |
processMatch(String match,
String startDelimiter,
String endDelimiter)
Process a match found by the
DelimiterFilterReader. |
getProcessedResource, setProcessedResourcepublic String processMatch(String match, String startDelimiter, String endDelimiter)
DelimiterFilterMatchProcessorDelimiterFilterReader.match - the matched string including the start and end delimitersstartDelimiter - the delimiter on the left side of the matchendDelimiter - the delimiter on the right side of the matchCopyright © 2019 Communote team. All rights reserved.