Mercurial > dive4elements > framework
diff ChangeLog @ 355:6bd37edd9a80
Added handy implementation of a DataProvider.
artifacts/trunk@3333 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 30 Nov 2011 08:28:04 +0000 |
parents | c83519249fea |
children | 079ab7c971a4 |
line wrap: on
line diff
--- a/ChangeLog Wed Nov 30 08:25:10 2011 +0000 +++ b/ChangeLog Wed Nov 30 08:28:04 2011 +0000 @@ -1,3 +1,14 @@ +2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added convenienve bundle of artifact and facet that implements + DataProvider. This will help keeping things together in the upcoming + inter-facet pre-rendering communication ('blackboard') phase. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/state/ArtifactAndFacet.java: + New class, keeping together an artifact and a facet (thus, should + only have a short live span). Only implementation of the new + DataProvider interface. + 2011-11-30 Felix Wolfsteller <felix.wolfsteller@intevation.de> Extended CallContext to also act as a blackboard/service broker.