comparison flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.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 8940b0885865
children 046bd86ae41d
comparison
equal deleted inserted replaced
363:8422ffc1f2f9 364:8830eecad69e
34 * @param artifact The artifact that provides information and data for the 34 * @param artifact The artifact that provides information and data for the
35 * single output. 35 * single output.
36 * @param attr A document that might contain some attributes used while 36 * @param attr A document that might contain some attributes used while
37 * producing the output. 37 * producing the output.
38 */ 38 */
39 void doOut(Artifact artifact, Document attr); 39 void doOut(Artifact artifact, String facet, Document attr);
40 40
41 /** 41 /**
42 * Writes the collected output of all artifacts specified in the 42 * Writes the collected output of all artifacts specified in the
43 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see 43 * <i>request</i> (see init()) document to the OutputStream <i>out</i> (see
44 * init()). 44 * init()).

http://dive4elements.wald.intevation.org