| Package | Description |
|---|---|
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.model.factory | |
| ro.isdc.wro.model.transformer | |
| ro.isdc.wro.util |
| Modifier and Type | Method and Description |
|---|---|
WroManager.Builder |
WroManager.Builder.setModelTransformers(List<Transformer<WroModel>> modelTransformers) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Transformer<WroModel>> |
BaseWroManagerFactory.newModelTransformers() |
| Modifier and Type | Method and Description |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.addModelTransformer(Transformer<WroModel> modelTransformer)
Add a single model transformer.
|
| Modifier and Type | Method and Description |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.setModelTransformers(List<Transformer<WroModel>> modelTransformers) |
| Modifier and Type | Method and Description |
|---|---|
static WroModelFactory |
DefaultWroModelFactoryDecorator.decorate(WroModelFactory decorated,
List<Transformer<WroModel>> modelTransformers)
Factory method which takes care of redundant decoration.
|
ModelTransformerFactory |
ModelTransformerFactory.setTransformers(List<Transformer<WroModel>> modelTransformers)
Set a list of transformers to apply on decorated model factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WildcardExpanderModelTransformer
A decorator which looks up for resources containing wildcards and replaces them with the corresponding collection of
specific resources.
|
| Modifier and Type | Method and Description |
|---|---|
static Transformer<String> |
Transformers.baseNameSuffixTransformer(String suffix)
Appends a suffix to the source baseName.
|
static Transformer<String> |
Transformers.extensionTransformer(String newExtension)
Creates a
Transformer which replace a original filename extension with a new extension. |
static Transformer<String> |
Transformers.noOpTransformer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
WroTestUtils.compareFromSameFolder(File sourceFolder,
org.apache.commons.io.filefilter.IOFileFilter sourceFileFilter,
Transformer<String> toTargetFileName,
ResourcePreProcessor processor) |
Copyright © 2008-2014. All Rights Reserved.