| Package | Description |
|---|---|
| ro.isdc.wro.model.resource.processor.decorator |
| Modifier and Type | Class and Description |
|---|---|
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-2014. All Rights Reserved.