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

Packages that use SupportAware
ro.isdc.wro.extensions.processor   
ro.isdc.wro.extensions.processor.css   
ro.isdc.wro.extensions.processor.js   
ro.isdc.wro.model.resource.processor.decorator   
 

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

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

Uses of SupportAware in ro.isdc.wro.extensions.processor.css
 

Classes in ro.isdc.wro.extensions.processor.css that implement SupportAware
 class NodeLessCssProcessor
          Important node: this processor is not cross platform and has some pre-requesites in order to work.
 

Uses of SupportAware in ro.isdc.wro.extensions.processor.js
 

Classes in ro.isdc.wro.extensions.processor.js that implement SupportAware
 class NodeCoffeeScriptProcessor
          Important node: this processor is not cross platform and has some pre-requesites in order to work.
 class NodeTypeScriptProcessor
          Important node: this processor is not cross platform and has some pre-requesites in order to work.
 

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

Classes in ro.isdc.wro.model.resource.processor.decorator that implement SupportAware
 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.
 



Copyright © 2008-2013. All Rights Reserved.