Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1946:a584a26d5fde
Introduce pre-rendering inter-facet communication phase ('blackboard pass').
flys-artifacts/trunk@3336 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 30 Nov 2011 10:18:38 +0000 |
parents | f2c14e09a8f1 |
children | 8c0e9d13d1fc |
comparison
equal
deleted
inserted
replaced
1945:f2c14e09a8f1 | 1946:a584a26d5fde |
---|---|
1 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Introduce pre-rendering inter-facet communication phase ('blackboard | |
4 pass'). | |
5 | |
6 * src/main/java/de/intevation/flys/collections/FLYSArtifactCollection.java | |
7 (doBlackboardPass): New. Before actually calling doOut, bundle | |
8 ArtifactAndFacets and let them register | |
9 themselfes as DataProvider in CallContext if they | |
10 want ("announce on blackboard"). | |
11 | |
1 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 * src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java | 14 * src/main/java/de/intevation/flys/exports/ChartInfoGenerator.java |
4 (doOut): Adjusted signature. | 15 (doOut): Adjusted signature. |
5 | 16 |