comparison artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.java @ 7116:3c7471b929d1

Merge branch generator-refectoring into default.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 24 Sep 2013 12:29:44 +0200
parents 41567bf1e131
children e4606eae8ea5
comparison
equal deleted inserted replaced
7095:bdadffad35b1 7116:3c7471b929d1
42 public static final String DEFAULT_ENCODING = "UTF-8"; 42 public static final String DEFAULT_ENCODING = "UTF-8";
43 43
44 protected WQ data; 44 protected WQ data;
45 protected CallContext context; 45 protected CallContext context;
46 protected OutputStream out; 46 protected OutputStream out;
47 protected D4EArtifact master; 47 protected D4EArtifact master;
48 protected String outName;
48 49
49 protected D4EArtifactCollection collection; 50 protected D4EArtifactCollection collection;
50 51
51 52
52 public ATExporter() { 53 public ATExporter() {
53 } 54 }
54 55
55 @Override 56 @Override
56 public void init(Document request, OutputStream out, CallContext context) { 57 public void setup(Object config) {
58 logger.debug("ATExporter.setup");
59 }
60
61 @Override
62 public void init(String outName, Document request, OutputStream out, CallContext context) {
63 this.outName = outName;
57 this.context = context; 64 this.context = context;
58 this.out = out; 65 this.out = out;
59 } 66 }
60 67
61 68

http://dive4elements.wald.intevation.org