ro.isdc.wro.model.factory
Class ModelTransformerFactory
java.lang.Object
ro.isdc.wro.model.factory.WroModelFactoryDecorator
ro.isdc.wro.model.factory.ModelTransformerFactory
- All Implemented Interfaces:
- WroModelFactory, ObjectFactory<WroModel>
public class ModelTransformerFactory
- extends WroModelFactoryDecorator
Applies transformation using supplied transformers to the decorated model.
- Since:
- 1.4.0
- Author:
- Alex Objelean
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelTransformerFactory
public ModelTransformerFactory(WroModelFactory decorated)
setTransformers
public ModelTransformerFactory setTransformers(List<? extends Transformer<WroModel>> modelTransformers)
- Set a list of transformers to apply on decorated model factory.
create
public WroModel create()
-
- Specified by:
create in interface ObjectFactory<WroModel>- Overrides:
create in class WroModelFactoryDecorator
Copyright © 2008-2011. All Rights Reserved.