ro.isdc.wro.model.factory
Interface WroModelFactory

All Superinterfaces:
ObjectFactory<WroModel>
All Known Implementing Classes:
AbstractWroModelFactory, ConfigurableModelFactory, DefaultWroModelFactoryDecorator, FallbackAwareWroModelFactory, GroovyModelFactory, JsonModelFactory, LazyWroModelFactoryDecorator, ModelTransformerFactory, SmartWroModelFactory, WroModelFactoryDecorator, XmlModelFactory

public interface WroModelFactory
extends ObjectFactory<WroModel>

Creates a WroModel object. The concrete implementation must synchronize the instantiation of the model.

Author:
Alex Objelean

Method Summary
 void destroy()
          Called to indicate that the factory is being taken out of service.
 
Methods inherited from interface ro.isdc.wro.util.ObjectFactory
create
 

Method Detail

destroy

void destroy()
Called to indicate that the factory is being taken out of service.



Copyright © 2008-2013. All Rights Reserved.