Mercurial > dive4elements > river
comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 695:45cd58a2a2bb facets-slt
OutGenerators doOut() takes a facet object now instead of just its name.
flys-artifacts/branches/facets-slt@2137 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 16 Jun 2011 14:31:41 +0000 |
parents | 68c6c75a6f7c |
children | dc3a8c45349b |
comparison
equal
deleted
inserted
replaced
694:68c6c75a6f7c | 695:45cd58a2a2bb |
---|---|
232 continue; | 232 continue; |
233 } | 233 } |
234 | 234 |
235 generator.doOut( | 235 generator.doOut( |
236 artifact, | 236 artifact, |
237 facetName, | 237 theme, |
238 getFacetThemeFromAttribute( | 238 getFacetThemeFromAttribute( |
239 art, | 239 art, |
240 outName, | 240 outName, |
241 facetName, | 241 facetName, |
242 context)); | 242 context)); |