| Package | Description |
|---|---|
| ro.isdc.wro.model.resource.processor | |
| ro.isdc.wro.model.resource.processor.decorator | |
| ro.isdc.wro.model.resource.processor.impl.css |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ResourceProcessorAware
Marker interface which extends all interfaces a processor can extend.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
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-2014. All Rights Reserved.