| Class | Description |
|---|---|
| AbstractProcessorDecoratorSupport<T> |
Hides details common to all processors decorators, like ability to identify if a processor is minimize aware
|
| BenchmarkProcessorDecorator |
A decorator responsible for tracking the time spent with processing.
|
| CopyrightKeeperProcessorDecorator |
Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them.
|
| DefaultProcessorDecorator |
Decorates the processor with a set of common useful decorators during each processing.
|
| ExceptionHandlingProcessorDecorator |
Responsible for handling exception thrown by decorated processor.
|
| ExtensionsAwareProcessorDecorator |
Enforce decorated processors to be applied only on predefined extension.
|
| ImportAwareProcessorDecorator |
Check if the decorated processor is considered import aware.
|
| LazyProcessorDecorator |
Decorates a
LazyInitializer which creates a processor. |
| MinimizeAwareProcessorDecorator |
Enhance the decorated processor with the ability to skip processing based on minimize aware state of the processor.
|
| ProcessorDecorator |
Default implementation which can decorate a processor.
|
| SupportAwareProcessorDecorator |
Check if the decorated processor implements
SupportAware interface and throws the WroRuntimeException
with specific message when processor is not supported. |
Copyright © 2008-2014. All Rights Reserved.