Uses of Class
ro.isdc.wro.model.resource.processor.impl.css.AbstractCssUrlRewritingProcessor

Packages that use AbstractCssUrlRewritingProcessor
ro.isdc.wro.model.resource.processor.impl.css   
 

Uses of AbstractCssUrlRewritingProcessor in ro.isdc.wro.model.resource.processor.impl.css
 

Subclasses of AbstractCssUrlRewritingProcessor in ro.isdc.wro.model.resource.processor.impl.css
 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-2013. All Rights Reserved.