Mercurial > dive4elements > framework
comparison ChangeLog @ 294:b530e83acf2e
Adapted the signature of Hook.execute() which now retrieves a Document as third parameter.
artifacts/trunk@2333 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 14 Jul 2011 14:41:00 +0000 |
parents | a367a0d011af |
children | e5bc48dc3ec3 |
comparison
equal
deleted
inserted
replaced
293:a367a0d011af | 294:b530e83acf2e |
---|---|
1 2011-07-14 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifacts/src/main/java/de/intevation/artifacts/Hook.java: The Hook's | |
4 execute() method is called with a Document now. | |
5 | |
6 * artifact-database/src/main/java/de/intevation/artifactdatabase/ArtifactDatabaseImpl.java: | |
7 The hooks that are called after feed() and advance() are called with the | |
8 documents which are returned by those operations. | |
9 | |
1 2011-07-14 Ingo Weinzierl <ingo@intevation.de> | 10 2011-07-14 Ingo Weinzierl <ingo@intevation.de> |
2 | 11 |
3 * artifacts/src/main/java/de/intevation/artifacts/GlobalContext.java: New. | 12 * artifacts/src/main/java/de/intevation/artifacts/GlobalContext.java: New. |
4 An interface for global context objects. It defines two basic operations | 13 An interface for global context objects. It defines two basic operations |
5 to put objects into the context and to retrieve objects from context. | 14 to put objects into the context and to retrieve objects from context. |