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 clientConstructor 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, setProcessedResource
public String processMatch(String match, String startDelimiter, String endDelimiter)
DelimiterFilterMatchProcessor
DelimiterFilterReader
.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.