|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ResourcePreProcessor in ro.isdc.wro.http.support |
|---|
| Methods in ro.isdc.wro.http.support that return types with arguments of type ResourcePreProcessor | |
|---|---|
protected abstract List<ResourcePreProcessor> |
AbstractProcessorsFilter.getProcessorsList()
|
| Uses of ResourcePreProcessor in ro.isdc.wro.manager.factory |
|---|
| Method parameters in ro.isdc.wro.manager.factory with type arguments of type ResourcePreProcessor | |
|---|---|
protected void |
ConfigurableWroManagerFactory.contributePreProcessors(Map<String,ResourcePreProcessor> map)
Allow subclasses to contribute with it's own pre processors. |
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.decorator |
|---|
| Classes in ro.isdc.wro.model.resource.processor.decorator that implement ResourcePreProcessor | |
|---|---|
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. |
| Methods in ro.isdc.wro.model.resource.processor.decorator with parameters of type ResourcePreProcessor | |
|---|---|
static ExtensionsAwareProcessorDecorator |
ExtensionsAwareProcessorDecorator.decorate(ResourcePreProcessor preProcessor)
|
static CopyrightKeeperProcessorDecorator |
CopyrightKeeperProcessorDecorator.decorate(ResourcePreProcessor preProcessor)
|
| Constructor parameters in ro.isdc.wro.model.resource.processor.decorator with type arguments of type ResourcePreProcessor | |
|---|---|
LazyProcessorDecorator(LazyInitializer<ResourcePreProcessor> processor)
|
|
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.factory |
|---|
| Methods in ro.isdc.wro.model.resource.processor.factory that return types with arguments of type ResourcePreProcessor | |
|---|---|
Collection<ResourcePreProcessor> |
SimpleProcessorsFactory.getPreProcessors()
|
Collection<ResourcePreProcessor> |
ProcessorsFactory.getPreProcessors()
|
Collection<ResourcePreProcessor> |
ConfigurableProcessorsFactory.getPreProcessors()
|
protected Map<String,ResourcePreProcessor> |
ConfigurableProcessorsFactory.getPreProcessorStrategies(ProcessorProvider provider)
|
protected Map<String,ResourcePreProcessor> |
ConfigurableProcessorsFactory.newPreProcessorsMap()
By default the processor will be discovered using ServiceRegistry pattern (by inspecting META-INF/services
folder of each dependency). |
| Methods in ro.isdc.wro.model.resource.processor.factory with parameters of type ResourcePreProcessor | |
|---|---|
SimpleProcessorsFactory |
SimpleProcessorsFactory.addPreProcessor(ResourcePreProcessor processor)
Add a ResourcePreProcessor. |
| Method parameters in ro.isdc.wro.model.resource.processor.factory with type arguments of type ResourcePreProcessor | |
|---|---|
ConfigurableProcessorsFactory |
ConfigurableProcessorsFactory.setPreProcessorsMap(Map<String,ResourcePreProcessor> map)
|
void |
SimpleProcessorsFactory.setResourcePreProcessors(Collection<ResourcePreProcessor> processors)
|
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.impl |
|---|
| Classes in ro.isdc.wro.model.resource.processor.impl that implement ResourcePreProcessor | |
|---|---|
class |
CommentStripperProcessor
CommentStripperProcessor. |
class |
MultiLineCommentStripperProcessor
Removes multi line comments from processed resource. |
class |
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 |
SingleLineCommentStripperProcessor
SingleLineCommentStripperProcessor can be both: preProcessor & postProcessor. |
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.impl.css |
|---|
| Classes in ro.isdc.wro.model.resource.processor.impl.css that implement ResourcePreProcessor | |
|---|---|
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 |
ConformColorsCssProcessor
A processor which transform all colors to #rgb format. |
class |
CssCompressorProcessor
A processor implementation using CssCompressor algorithm. |
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 |
CssMinProcessor
A processor implementation using CSSMin algorithm. |
class |
CssUrlRewritingProcessor
Note: When used together with CssImportPreProcessor, the CssUrlRewritingProcessor should come first,
otherwise it will produce wrong results. |
class |
CssVariablesProcessor
Processor of css resources, responsible for replacing variables. |
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 |
JawrCssMinifierProcessor
A processor implementation using JawrCssMinifier algorithm. |
class |
LessCssImportPreProcessor
A processor capable of handling LessCss imports |
class |
VariablizeColorsCssProcessor
|
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.impl.js |
|---|
| Classes in ro.isdc.wro.model.resource.processor.impl.js that implement ResourcePreProcessor | |
|---|---|
class |
ConsoleStripperProcessor
A preProcessor, responsible for removing console.log(..) and console.debug(..) statements. |
class |
JSMinProcessor
Use JSMin utility for js compression. |
class |
SemicolonAppenderPreProcessor
A preProcessor, responsible for adding a ';' character to the end of each js file. |
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor.support |
|---|
| Classes in ro.isdc.wro.model.resource.processor.support that implement ResourcePreProcessor | |
|---|---|
class |
ChainedProcessor
A processor which uses a list of processors to compute the result. |
| Methods in ro.isdc.wro.model.resource.processor.support that return types with arguments of type ResourcePreProcessor | |
|---|---|
Map<String,ResourcePreProcessor> |
ProcessorProvider.providePreProcessors()
|
Map<String,ResourcePreProcessor> |
DefaultProcessorProvider.providePreProcessors()
|
| Methods in ro.isdc.wro.model.resource.processor.support with parameters of type ResourcePreProcessor | |
|---|---|
static ChainedProcessor |
ChainedProcessor.create(ResourcePreProcessor... processors)
|
| Uses of ResourcePreProcessor in ro.isdc.wro.util |
|---|
| Methods in ro.isdc.wro.util with parameters of type ResourcePreProcessor | |
|---|---|
static void |
WroTestUtils.assertProcessorSupportResourceTypes(ResourcePreProcessor processor,
ResourceType... expectedResourceTypes)
Asserts that a processor supports provided resource types. |
static void |
WroTestUtils.compareFromDifferentFolders(File sourceFolder,
File targetFolder,
ResourcePreProcessor processor)
Process and compare all the files from the sourceFolder and compare them with the files from the targetFolder. |
static void |
WroTestUtils.compareFromDifferentFoldersByExtension(File sourceFolder,
File targetFolder,
String extension,
ResourcePreProcessor processor)
|
static void |
WroTestUtils.compareFromSameFolder(File sourceFolder,
org.apache.commons.io.filefilter.IOFileFilter sourceFileFilter,
Transformer<String> toTargetFileName,
ResourcePreProcessor processor)
|
static void |
WroTestUtils.initProcessor(ResourcePreProcessor processor)
|
static ResourcePostProcessor |
WroUtil.newResourceProcessor(Resource resource,
ResourcePreProcessor preProcessor)
A factory method for creating a ResourceProcessor based on provided ResourcePreProcessor. |
| Uses of ResourcePreProcessor in ro.isdc.wro.util.provider |
|---|
| Methods in ro.isdc.wro.util.provider that return types with arguments of type ResourcePreProcessor | |
|---|---|
Map<String,ResourcePreProcessor> |
DefaultConfigurableProvider.providePreProcessors()
|
Map<String,ResourcePreProcessor> |
ConfigurableProviderSupport.providePreProcessors()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||