| Package | Description |
|---|---|
| ro.isdc.wro.manager | |
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.model | |
| ro.isdc.wro.model.factory | |
| ro.isdc.wro.model.transformer | |
| ro.isdc.wro.util |
| Modifier and Type | Method and Description |
|---|---|
List<Transformer<WroModel>> |
WroManager.getModelTransformers() |
| Modifier and Type | Method and Description |
|---|---|
void |
WroManager.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.
|
BaseWroManagerFactory |
BaseWroManagerFactory.setModelTransformers(List<Transformer<WroModel>> modelTransformers) |
| Modifier and Type | Method and Description |
|---|---|
WroModel |
WroModel.addGroup(Group group)
Add a single group to the model.
|
WroModel |
WroModel.setGroups(Collection<Group> groups) |
| Modifier and Type | Method and Description |
|---|---|
void |
WroModel.merge(WroModel importedModel)
Merge this model with another model.
|
| Constructor and Description |
|---|
WroModelInspector(WroModel model) |
| Modifier and Type | Method and Description |
|---|---|
WroModel |
XmlModelFactory.create() |
WroModel |
WroModelFactoryDecorator.create() |
WroModel |
ModelTransformerFactory.create() |
WroModel |
FallbackAwareWroModelFactory.create() |
WroModel |
DefaultWroModelFactoryDecorator.create() |
| 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 | Method and Description |
|---|---|
WroModel |
WildcardExpanderModelTransformer.transform(WroModel input)
Apply a transformation on the input object.
|
| Modifier and Type | Method and Description |
|---|---|
WroModel |
WildcardExpanderModelTransformer.transform(WroModel input)
Apply a transformation on the input object.
|
| Modifier and Type | Method and Description |
|---|---|
static WroModelFactory |
WroUtil.factoryFor(WroModel model)
A simple way to create a
WroModelFactory. |
static WroModelFactory |
WroTestUtils.simpleModelFactory(WroModel model)
Creates a model factory for a given model.
|
Copyright © 2008-2013. All Rights Reserved.