Class CssUrlRewritingProcessor
- java.lang.Object
-
- ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor
-
- ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
-
- org.nuxeo.ecm.web.resources.wro.processor.CssUrlRewritingProcessor
-
- All Implemented Interfaces:
ro.isdc.wro.model.resource.processor.ImportAware
,ro.isdc.wro.model.resource.processor.ResourcePostProcessor
,ro.isdc.wro.model.resource.processor.ResourcePreProcessor
public class CssUrlRewritingProcessor extends ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
CSS URL rewriting processor, handling basePath variable replacement, and avoiding crash when one given URL cannot be rewritten.- Since:
- 7.4
-
-
Field Summary
Fields Modifier and Type Field Description protected static String
BASE_PATH
protected static String
BASE_PATH_REGEXP
-
Constructor Summary
Constructors Constructor Description CssUrlRewritingProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
replaceImageUrl(String cssUri, String imageUrl)
-
Methods inherited from class ro.isdc.wro.model.resource.processor.impl.css.CssUrlRewritingProcessor
isUriAllowed, onProcessCompleted, onUrlReplaced
-
-
-
-
Field Detail
-
BASE_PATH_REGEXP
protected static final String BASE_PATH_REGEXP
- See Also:
- Constant Field Values
-
BASE_PATH
protected static final String BASE_PATH
- See Also:
- Constant Field Values
-
-