comparison flys-artifacts/src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java @ 364:8830eecad69e

Added the name of the facet to the parameterlist of OutGenerator.doOut(). flys-artifacts/trunk@1772 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 29 Apr 2011 08:13:56 +0000
parents 8378683fa07a
children 4a8d934e745f
comparison
equal deleted inserted replaced
363:8422ffc1f2f9 364:8830eecad69e
190 log.debug("Do output for..."); 190 log.debug("Do output for...");
191 log.debug("... artifact: " + art); 191 log.debug("... artifact: " + art);
192 log.debug("... facet: " + theme.getName()); 192 log.debug("... facet: " + theme.getName());
193 } 193 }
194 194
195 String facetName = theme.getName();
196
195 generator.doOut( 197 generator.doOut(
196 getArtifact(art, context), 198 getArtifact(art, context),
199 facetName,
197 getFacetThemeFromAttribute( 200 getFacetThemeFromAttribute(
198 art, 201 art,
199 outName, 202 outName,
200 theme.getName(), 203 facetName,
201 context)); 204 context));
202 } 205 }
203 } 206 }
204 catch (ArtifactDatabaseException ade) { 207 catch (ArtifactDatabaseException ade) {
205 log.error(ade, ade); 208 log.error(ade, ade);

http://dive4elements.wald.intevation.org