diff artifacts/src/main/java/de/intevation/artifacts/ArtifactCollection.java @ 269:d9a99b28a847

Added support for the 'type' parameter of artifacts and collections out() call. artifacts/trunk@2030 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 31 May 2011 14:53:36 +0000
parents f75f83af19e0
children 942a54670a72
line wrap: on
line diff
--- a/artifacts/src/main/java/de/intevation/artifacts/ArtifactCollection.java	Fri May 27 08:47:31 2011 +0000
+++ b/artifacts/src/main/java/de/intevation/artifacts/ArtifactCollection.java	Tue May 31 14:53:36 2011 +0000
@@ -110,12 +110,14 @@
 
     /**
      * Produce output for this collection.
+     * @param type Specifies the output type of the action.
      * @param format Specifies the format of the output.
      * @param out Stream to write the result data to.
      * @param context The global context of the runtime system.
      * @throws IOException Thrown if an I/O occurs.
      */
     void out(
+        String       type,
         Document     format,
         OutputStream out,
         CallContext  context)

http://dive4elements.wald.intevation.org