changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

use a factory for WroConfiguration creation #212

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
WroManager should use a WroConfigurationFactory for building WroConfiguration 
object.

Original issue reported on code.google.com by alex.obj...@gmail.com on 6 May 2011 at 9:16

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 13 May 2011 at 7:42

GoogleCodeExporter commented 9 years ago
Actually WroFilter will use the factory, not WroManager which doesn't care how 
the WroConfig is created.

Original comment by alex.obj...@gmail.com on 14 May 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Created PropertyWroConfigurationFactory & FilterConfigWroConfigurationFactory. 
These factory are useful for extracting configurations from a "properties" file.

Original comment by alex.obj...@gmail.com on 14 May 2011 at 11:38