comparison flys-artifacts/src/main/java/de/intevation/flys/exports/OutGenerator.java @ 412:046bd86ae41d

Improved the OutGenerator interface to set a master artifact for the out generation. flys-artifacts/trunk@1874 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 10 May 2011 10:26:26 +0000
parents 8830eecad69e
children 45cd58a2a2bb
comparison
equal deleted inserted replaced
411:6ab62e5b05b5 412:046bd86ae41d
26 * objects used for the output generation. 26 * objects used for the output generation.
27 */ 27 */
28 void init(Document request, OutputStream out, CallContext context); 28 void init(Document request, OutputStream out, CallContext context);
29 29
30 /** 30 /**
31 * This method is used to tell the OutGenerator which artifact is the master
32 * artifact which is used for special operations.
33 *
34 * @param master The master artifact.
35 */
36 void setMasterArtifact(Artifact master);
37
38 /**
31 * Creates the output of an Artifact and appends that single output to the 39 * Creates the output of an Artifact and appends that single output to the
32 * total output. 40 * total output.
33 * 41 *
34 * @param artifact The artifact that provides information and data for the 42 * @param artifact The artifact that provides information and data for the
35 * single output. 43 * single output.

http://dive4elements.wald.intevation.org