Uses of Interface
ro.isdc.wro.model.resource.processor.ImportAware

Packages that use ImportAware
ro.isdc.wro.extensions.processor   
ro.isdc.wro.model.resource.processor.decorator   
ro.isdc.wro.model.resource.processor.impl.css   
 

Uses of ImportAware in ro.isdc.wro.extensions.processor
 

Classes in ro.isdc.wro.extensions.processor that implement ImportAware
 class PathPatternProcessorDecorator
          A ProcessorDecorator with Ant path style support.
 

Uses of ImportAware in ro.isdc.wro.model.resource.processor.decorator
 

Classes in ro.isdc.wro.model.resource.processor.decorator that implement ImportAware
 class AbstractProcessorDecorator
          Deprecated. use ProcessorDecorator instead.
 class AbstractProcessorDecoratorSupport<T>
          Hides details common to all processors decorators, like ability to identify if a processor is minimize aware
 class BenchmarkProcessorDecorator
          A decorator responsible for tracking the time spent with processing.
 class CopyrightKeeperProcessorDecorator
          Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.
 class DefaultProcessorDecorator
          Decorates the processor with a set of common useful decorators during each processing.
 class ExceptionHandlingProcessorDecorator
          Responsible for handling exception thrown by decorated processor.
 class ExtensionsAwareProcessorDecorator
          Enforce decorated processors to be applied only on predefined extension.
 class ImportAwareProcessorDecorator
          Check if the decorated processor is considered import aware.
 class LazyProcessorDecorator
          Decorates a LazyInitializer which creates a processor.
 class MinimizeAwareProcessorDecorator
          Enhance the decorated processor with the ability to skip processing based on minimize aware state of the processor.
 class ProcessorDecorator
          Default implementation which can decorate a processor.
 class SupportAwareProcessorDecorator
          Check if the decorated processor implements SupportAware interface and throws the WroRuntimeException with specific message when processor is not supported.
 

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

Classes in ro.isdc.wro.model.resource.processor.impl.css that implement ImportAware
 class AbstractCssImportPreProcessor
          CssImport Processor responsible for handling css @import statement.
 class AbstractCssUrlRewritingProcessor
          A processor responsible for rewriting url's from inside the css resources.
 class CssDataUriPreProcessor
          Rewrites background images by replacing the url with data uri of the image.
 class CssImportPreProcessor
          CssImport Processor responsible for handling css @import statement.
 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.
 class LessCssImportPreProcessor
          A processor capable of handling LessCss imports
 



Copyright © 2008-2013. All Rights Reserved.