Mercurial > dive4elements > river
diff flys-artifacts/ChangeLog @ 347:a63d8bdb2d79
Improved the out() operation of a Collection - the OutGenerator gets to know about the facets and its theme.
flys-artifacts/trunk@1749 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 27 Apr 2011 14:35:44 +0000 |
parents | 16161de47662 |
children | 635af5381a4d |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Apr 26 13:29:18 2011 +0000 +++ b/flys-artifacts/ChangeLog Wed Apr 27 14:35:44 2011 +0000 @@ -1,3 +1,11 @@ +2011-04-27 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java: + Restructured the out() operation of a collection: Now, we collect a list + of artifacts/facets and use this for the OutGenerator. Its doOut() + method gets the attribute of an artifact - the position and the active + state is managed by the Collection itself. + 2011-04-26 Ingo Weinzierl <ingo@intevation.de> * src/main/java/de/intevation/flys/artifacts/model/ManagedFacet.java: New.