| Name | Description | Type | Package | Framework |
| AbstractCssImportPreProcessor | CssImport Processor responsible for handling css @import statement. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| AbstractCssUrlRewritingProcessor | A processor responsible for rewriting url's from inside the css resources. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| AbstractProcessorDecorator | This class exist only for backward compatibility (third party implementation and documentation) and will be removedAuthor:Alex Objelean | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| AbstractProcessorDecoratorSupport | Hides details common to all processors decorators, like ability to identify if a processor is minimize awareSince:1. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| BenchmarkProcessorDecorator | A decorator responsible for tracking the time spent with processing. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| CommentStripperProcessor | CommentStripperProcessor. | Class | ro.isdc.wro.model.resource.processor.impl | Wro4J |
| ConfigurableProcessorsFactory | A ProcessorsFactory implementation which is easy to configure using a Properties object. | Class | ro.isdc.wro.model.resource.processor.factory | Wro4J |
| ConformColorsCssProcessor | A processor which transform all colors to #rgb format. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| ConsoleStripperProcessor | A preProcessor, responsible for removing console. | Class | ro.isdc.wro.model.resource.processor.impl.js | Wro4J |
| CopyrightKeeperProcessorDecorator | Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| CssColors | enum CssColorsextends Enum | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| CssCompressor | Class | ro.isdc.wro.model.resource.processor.support | Wro4J | |
| CssCompressorProcessor | A processor implementation using CssCompressor algorithm. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| CssDataUriPreProcessor | Rewrites background images by replacing the url with data uri of the image. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| CssImportInspector | Encapsulates the matcher creation for css import statements detection. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| CssImportPreProcessor | CssImport Processor responsible for handling css @import statement. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| CSSMin | Css minify barryvan implementation. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| CssMinProcessor | A processor implementation using CSSMin algorithm. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| CssUrlInspector | Encapsulates the matcher creation for css backround url's detection. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| CssUrlInspector .ItemHandler | The handler invoked for each found occurrence of url in parsed css. | Interface | ro.isdc.wro.model.resource.processor.support | Wro4J |
| CssUrlRewritingProcessor | Note: When used together with CssImportPreProcessor, the CssUrlRewritingProcessor should come first, otherwise it will produce wrong results. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| CssVariablesProcessor | Processor of css resources, responsible for replacing variables. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| DataUriGenerator | Generator for Data URIs. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| DefaultProcessorDecorator | Decorates the processor with a set of common useful decorators during each processing. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| DefaultProcessorProvider | The implementation which contributes with processors from core module. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| DefaultProcessorsFactory | Default ProcessorsFactory which provides most commons processors. | Class | ro.isdc.wro.model.resource.processor.factory | Wro4J |
| 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 | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| ExceptionHandlingProcessorDecorator | Responsible for handling exception thrown by decorated processor. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| ExtensionsAwareProcessorDecorator | Enforce decorated processors to be applied only on predefined extension. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| FallbackCssDataUriProcessor | Preserves the original css uri along with the new one. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| FallbackCssDataUriUrlInspector | Similar to CssUrlInspector but responsible for Preserving the original css uri along with the new one. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| ImportAware | Processors implementing this interface will be applied (by returning true for isImportAware() method) on imported resources during pre-processing execution. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| ImportAwareProcessorDecorator | Check if the decorated processor is considered import aware. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| JawrCssMinifier | Minifies CSS files by removing expendable whitespace and comments. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| JawrCssMinifierProcessor | A processor implementation using JawrCssMinifier algorithm. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| JSMin | Copyright (c) 2006 John Reilly (www. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| JSMinProcessor | Use JSMin utility for js compression. | Class | ro.isdc.wro.model.resource.processor.impl.js | Wro4J |
| LazyProcessorDecorator | Decorates a LazyInitializer which creates a processor. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| LessCssImportInspector | Responsible for identifying import statements for LESS language. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| LessCssImportPreProcessor | A processor capable of handling LessCss importsSince:1. | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J |
| Lessify | Transforms colors from long format in a shorter one. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| MinimizeAware | Mark processors implementing this interface as minimize aware. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| MinimizeAwareProcessorDecorator | Enhance the decorated processor with the ability to skip processing based on minimize aware state of the processor. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| MultiLineCommentStripperProcessor | Removes multi line comments from processed resource. | Class | ro.isdc.wro.model.resource.processor.impl | Wro4J |
| PlaceholderProcessor | A processor which parse a resource and search for placeholders of this type: ${} and replace them with the values found in a map provided the by client. | Class | ro.isdc.wro.model.resource.processor.impl | Wro4J |
| ProcessingCriteria | The criteria used to apply or skip the processor. | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| ProcessingType | enum ProcessingTypeextends Enum | Class | ro.isdc.wro.model.resource.processor.support | Wro4J |
| ProcessorDecorator | Default implementation which can decorate a processor. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| ProcessorProvider | All implementation of this interface will contribute to the list of available processors discovered during application initialization. | Interface | ro.isdc.wro.model.resource.processor.support | Wro4J |
| ProcessorsFactory | Locates processors to be used for group processing. | Interface | ro.isdc.wro.model.resource.processor.factory | Wro4J |
| ResourcePostProcessor | A processor which is applied after the merge. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| ResourcePreProcessor | Perform actual processing of the resource content from the Reader and writes the processed content to the Writer. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| SemicolonAppenderPreProcessor | A preProcessor, responsible for adding a ';' character to the end of each js file. | Class | ro.isdc.wro.model.resource.processor.impl.js | Wro4J |
| SimpleProcessorsFactory | Default implementation of processors factory. | Class | ro.isdc.wro.model.resource.processor.factory | Wro4J |
| SingleLineCommentStripperProcessor | SingleLineCommentStripperProcessor can be both: preProcessor & postProcessor. | Class | ro.isdc.wro.model.resource.processor.impl | Wro4J |
| SupportAware | which indicates that the implementation is supported on current environment (some processors may be supported on Linux, but unsupported on other platforms), or if certain prerequisites are met. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| SupportAwareProcessorDecorator | Check if the decorated processor implements SupportAware interface and throws the WroRuntimeException with specific message when processor is not supported. | Class | ro.isdc.wro.model.resource.processor.decorator | Wro4J |
| SupportedResourceTypeAware | Mark processor implementing this interface that they are capable of providing supported ResourceType. | Interface | ro.isdc.wro.model.resource.processor | Wro4J |
| VariablizeColorsCssProcessor | Class | ro.isdc.wro.model.resource.processor.impl.css | Wro4J | |