changeset 7135:7c3cab9330c4

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 25 Sep 2013 11:48:10 +0200
parents 11106b14daf2
children fd8b27cdf498
files gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Mon Sep 23 11:40:11 2013 +0200
+++ b/gwt-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java	Wed Sep 25 11:48:10 2013 +0200
@@ -29,8 +29,10 @@
 
 /**
  * This service is used to request a chart from the artifact server. The
- * response is directed directly to the output stream, so the image that is
- * retrieved is displayed in the UI afterwards.
+ * response is directed directly to the output stream. This can be used
+ * to stream an image that is displayed in the UI afterwards.
+ *
+ * Note that a chart output can also be a csv file.
  *
  * @author <a href="mailto:ingo.weinzierl@intevation.de">Ingo Weinzierl</a>
  */
@@ -41,6 +43,7 @@
         Logger.getLogger(ChartOutputServiceImpl.class);
 
 
+    /** Handle a get, collectionOut. */
     public void doGet(HttpServletRequest req, HttpServletResponse resp) {
         logger.info("ChartOutputServiceImpl.doGet");
 

http://dive4elements.wald.intevation.org