Mercurial > dive4elements > framework
diff ChangeLog @ 143:7e20702a90ed
Implemented an abstract class for the output of artifacts and collections. Added a CollectionOutResource.
artifacts/trunk@1368 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 02 Mar 2011 16:02:47 +0000 |
parents | e986e32bc7d4 |
children | 5369582d4fbf |
line wrap: on
line diff
--- a/ChangeLog Wed Mar 02 15:10:34 2011 +0000 +++ b/ChangeLog Wed Mar 02 16:02:47 2011 +0000 @@ -1,3 +1,23 @@ +2011-03-02 Ingo Weinzierl <ingo@intevation.de> + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/BaseOutResource.java: + New. Abstract class that should be used as the base class for the + artifact and collection out resource. The most stuff to handle the + output is done in this class. Concrete subclasses are needed to call the + correct methods in the artifact database. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CollectionOutResource.java: + New. The OUT Resource for collections. It implements the two abstract + methods of BaseOutResource. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/ArtifactOutResource.java: + This class inherits from BaseOutResource now. The most code has been + removed. Just the two abstract methods of BaseOutResource are + implemented here. + + * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/RestApp.java: + Added the CollectionOutResource. + 2011-03-02 Ingo Weinzierl <ingo@intevation.de> * artifact-database/src/main/java/de/intevation/artifactdatabase/rest/CollectionResource.java: