Uses of Class
ro.isdc.wro.model.WroModel

Packages that use WroModel
ro.isdc.wro.manager.factory   
ro.isdc.wro.model   
ro.isdc.wro.model.factory   
ro.isdc.wro.model.transformer   
 

Uses of WroModel in ro.isdc.wro.manager.factory
 

Methods in ro.isdc.wro.manager.factory that return types with arguments of type WroModel
protected  List<Transformer<WroModel>> BaseWroManagerFactory.newModelTransformers()
           
 

Method parameters in ro.isdc.wro.manager.factory with type arguments of type WroModel
 BaseWroManagerFactory BaseWroManagerFactory.addModelTransformer(Transformer<WroModel> modelTransformer)
          Add a single model transformer.
 BaseWroManagerFactory BaseWroManagerFactory.setModelTransformers(List<Transformer<WroModel>> modelTransformers)
           
 

Uses of WroModel in ro.isdc.wro.model
 

Methods in ro.isdc.wro.model that return WroModel
 WroModel WroModel.addGroup(Group group)
          Add a single group to the model.
 WroModel WroModel.setGroups(Collection<Group> groups)
           
 

Methods in ro.isdc.wro.model with parameters of type WroModel
 void WroModel.merge(WroModel importedModel)
          Merge this model with another model.
 

Uses of WroModel in ro.isdc.wro.model.factory
 

Methods in ro.isdc.wro.model.factory that return WroModel
 WroModel XmlModelFactory.create()
          
 WroModel WroModelFactoryDecorator.create()
          
 WroModel ModelTransformerFactory.create()
          
 WroModel InMemoryCacheableWroModelFactory.create()
          
 WroModel FallbackAwareWroModelFactory.create()
          
 

Method parameters in ro.isdc.wro.model.factory with type arguments of type WroModel
 ModelTransformerFactory ModelTransformerFactory.setTransformers(List<? extends Transformer<WroModel>> modelTransformers)
          Set a list of transformers to apply on decorated model factory.
 

Uses of WroModel in ro.isdc.wro.model.transformer
 

Methods in ro.isdc.wro.model.transformer that return WroModel
 WroModel WildcardExpanderModelTransformer.transform(WroModel input)
          
 

Methods in ro.isdc.wro.model.transformer with parameters of type WroModel
 WroModel WildcardExpanderModelTransformer.transform(WroModel input)
          
 



Copyright © 2008-2011. All Rights Reserved.