Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/src/main/java/de/intevation/gnv/artifacts/GNVArtifactBase.java @ 358:2f7a28f211c7
Fetch ChartTheme from CallContext instead of creating it each time before creating a chart.
gnv-artifacts/trunk@431 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 15 Dec 2009 15:30:25 +0000 |
parents | a887074460b6 |
children | 3ddc22aab764 |
comparison
equal
deleted
inserted
replaced
357:25e4724aa504 | 358:2f7a28f211c7 |
---|---|
496 | 496 |
497 if (current != null && current instanceof OutputState) { | 497 if (current != null && current instanceof OutputState) { |
498 ((OutputState) current) | 498 ((OutputState) current) |
499 .out(format, this.parseInputData( | 499 .out(format, this.parseInputData( |
500 format, "/action/out/params/input"), | 500 format, "/action/out/params/input"), |
501 outputStream, super.identifier, context.getMeta()); | 501 outputStream, super.identifier, context); |
502 } | 502 } |
503 } catch (StateException e) { | 503 } catch (StateException e) { |
504 log.error(e, e); | 504 log.error(e, e); |
505 throw new IOException(e.getMessage()); | 505 throw new IOException(e.getMessage()); |
506 } | 506 } |