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

Packages that use WroModel
ro.isdc.wro.extensions.model.factory   
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   
 

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

Methods in ro.isdc.wro.extensions.model.factory that return WroModel
 WroModel SmartWroModelFactory.create()
          
 WroModel JsonModelFactory.create()
          
 WroModel GroovyModelFactory.create()
          
 WroModel WroModelDelegate.getWroModel()
           
static WroModel GroovyModelParser.parse(groovy.lang.Script dslScript)
          Parse a groovy DSL into a WroModel
static WroModel GroovyModelParser.parse(String dsl)
          Parse a groovy DSL into a WroModel
 

Methods in ro.isdc.wro.extensions.model.factory with parameters of type WroModel
 void WroModelDelegate.setWroModel(WroModel value)
           
 

Uses of WroModel in ro.isdc.wro.manager
 

Method parameters in ro.isdc.wro.manager with type arguments of type WroModel
 WroManager.Builder WroManager.Builder.setModelTransformers(List<Transformer<WroModel>> modelTransformers)
           
 

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.
 

Constructors in ro.isdc.wro.model with parameters of type WroModel
WroModelInspector(WroModel 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 LazyWroModelFactoryDecorator.create()
          
 WroModel FallbackAwareWroModelFactory.create()
          
 WroModel DefaultWroModelFactoryDecorator.create()
          
 WroModel ConfigurableModelFactory.create()
          
 

Method parameters in ro.isdc.wro.model.factory with type arguments of type WroModel
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.
 

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

Methods in ro.isdc.wro.model.transformer that return WroModel
 WroModel WildcardExpanderModelTransformer.transform(WroModel input)
          Apply a transformation on the input object.
 

Methods in ro.isdc.wro.model.transformer with parameters of type WroModel
 WroModel WildcardExpanderModelTransformer.transform(WroModel input)
          Apply a transformation on the input object.
 

Uses of WroModel in ro.isdc.wro.util
 

Methods in ro.isdc.wro.util with parameters of type WroModel
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.