Uses of Class
ro.isdc.wro.model.resource.processor.decorator.ProcessorDecorator

Packages that use ProcessorDecorator
ro.isdc.wro.extensions.processor   
ro.isdc.wro.model.resource.processor.decorator   
 

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

Subclasses of ProcessorDecorator in ro.isdc.wro.extensions.processor
 class PathPatternProcessorDecorator
          A ProcessorDecorator with Ant path style support.
 

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

Subclasses of ProcessorDecorator in ro.isdc.wro.model.resource.processor.decorator
 class AbstractProcessorDecorator
          Deprecated. use ProcessorDecorator instead.
 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 MinimizeAwareProcessorDecorator
          Enhance the decorated processor with the ability to skip processing based on minimize aware state of the 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.