changcheng / wro4j

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

Given a resource URI, simplify a way to find out which group it belongs to #469

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Add a new method to WroModel which would help to identify the groups to which a 
resource belongs to.

Original issue reported on code.google.com by alex.obj...@gmail.com on 20 Jun 2012 at 2:01

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 22 Jun 2012 at 1:47

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.4.x
A new method was added to WroModel: 
Collection<String> getGroupNamesContainingResource(resourceUri)

Original comment by alex.obj...@gmail.com on 24 Jun 2012 at 8:57