|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.manager.factory.standalone |
|---|
| Methods in ro.isdc.wro.manager.factory.standalone that return types with arguments of type ResourcePreProcessor | |
|---|---|
protected Map<String,ResourcePreProcessor> |
ConfigurableStandaloneContextAwareManagerFactory.createPreProcessorsMap()
|
| Uses of ResourcePreProcessor in ro.isdc.wro.model.group.processor |
|---|
| Methods in ro.isdc.wro.model.group.processor that return types with arguments of type ResourcePreProcessor | |
|---|---|
Collection<ResourcePreProcessor> |
ProcessorsFactoryDecorator.getPreProcessors()
|
Collection<ResourcePreProcessor> |
InjectorProcessorsFactoryDecorator.getPreProcessors()
|
| Uses of ResourcePreProcessor in ro.isdc.wro.model.resource.processor |
|---|
| Methods in ro.isdc.wro.model.resource.processor with type parameters of type ResourcePreProcessor | ||
|---|---|---|
static
|
ProcessorsUtils.findPreProcessorByClass(Class<T> processorClass,
Collection<ResourcePreProcessor> preProcessors)
|
|
| Methods in ro.isdc.wro.model.resource.processor that return ResourcePreProcessor | |
|---|---|
static ResourcePreProcessor |
ProcessorsUtils.toPreProcessor(ResourcePostProcessor postProcessor)
Transforms a postProcessor into a preProcessor. |
| Methods in ro.isdc.wro.model.resource.processor that return types with arguments of type ResourcePreProcessor | |
|---|---|
static Map<String,ResourcePreProcessor> |
ProcessorsUtils.createPreProcessorsMap()
|
| Methods in ro.isdc.wro.model.resource.processor with parameters of type ResourcePreProcessor | |
|---|---|
static ResourcePostProcessor |
ProcessorsUtils.toPostProcessor(ResourcePreProcessor preProcessor)
Transforms a preProcessor into a postProcessor. |
| Method parameters in ro.isdc.wro.model.resource.processor with type arguments of type ResourcePreProcessor | ||
|---|---|---|
static
|
ProcessorsUtils.findPreProcessorByClass(Class<T> processorClass,
Collection<ResourcePreProcessor> preProcessors)
|
|
| 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()
|
Map<String,ResourcePreProcessor> |
ConfigurableProcessorsFactory.newPreProcessorsMap()
|
| 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 |
AbstractProcessorDecorator
Hides details common to all processors decorators. |
class |
CommentStripperProcessor
CommentStripperProcessor. |
class |
CopyrightKeeperProcessorDecorator
Inspects the resource for copyright (licence) header and inserts them back if the decorated processor removes them. |
class |
ExtensionsAwareProcessorDecorator
Enforce decorated processors to be applied only on predefined extension. |
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. |
| Methods in ro.isdc.wro.model.resource.processor.impl that return ResourcePreProcessor | |
|---|---|
protected ResourcePreProcessor |
AbstractProcessorDecorator.getDecoratedProcessor()
|
| Methods in ro.isdc.wro.model.resource.processor.impl with parameters of type ResourcePreProcessor | |
|---|---|
static ExtensionsAwareProcessorDecorator |
ExtensionsAwareProcessorDecorator.decorate(ResourcePreProcessor preProcessor)
|
static CopyrightKeeperProcessorDecorator |
CopyrightKeeperProcessorDecorator.decorate(ResourcePreProcessor preProcessor)
|
| Constructors in ro.isdc.wro.model.resource.processor.impl with parameters of type ResourcePreProcessor | |
|---|---|
AbstractProcessorDecorator(ResourcePreProcessor preProcessor)
|
|
| 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 |
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
CssUrlRewritingProcessor. The algorithm requires two types of UriLocator objects, one for resolving url resources & one for
classpathresources. |
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 |
JawrCssMinifierProcessor
A processor implementation using JawrCssMinifier algorithm. |
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 |
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.util |
|---|
| Methods in ro.isdc.wro.util with parameters of type ResourcePreProcessor | |
|---|---|
static void |
WroTestUtils.compareFromDifferentFolders(File sourceFolder,
File targetFolder,
org.apache.commons.io.filefilter.IOFileFilter fileFilter,
Transformer<String> toTargetFileName,
ResourcePreProcessor preProcessor)
Process and compare the files which a located in different folders. |
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.compareProcessedResourceContents(String inputResourceUri,
String expectedContentResourceUri,
ResourcePreProcessor processor)
|
static void |
WroTestUtils.compareSameFolderByExtension(File sourceFolder,
String sourceFileExtension,
String targetFileExtension,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||