comparison flys-client/src/main/java/org/dive4elements/river/client/server/ChartOutputServiceImpl.java @ 5835:821a02bbfb4e

Fixed internal java dependencies
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 13:12:15 +0200
parents f507086aa94b
children
comparison
equal deleted inserted replaced
5834:f507086aa94b 5835:821a02bbfb4e
1 package de.intevation.flys.client.server; 1 package org.dive4elements.river.client.server;
2 2
3 import java.io.OutputStream; 3 import java.io.OutputStream;
4 import java.io.IOException; 4 import java.io.IOException;
5 import java.util.HashMap; 5 import java.util.HashMap;
6 import java.util.Map; 6 import java.util.Map;
11 11
12 import javax.servlet.http.HttpServlet; 12 import javax.servlet.http.HttpServlet;
13 import javax.servlet.http.HttpServletRequest; 13 import javax.servlet.http.HttpServletRequest;
14 import javax.servlet.http.HttpServletResponse; 14 import javax.servlet.http.HttpServletResponse;
15 15
16 import de.intevation.artifacts.common.utils.ClientProtocolUtils; 16 import org.dive4elements.artifacts.common.utils.ClientProtocolUtils;
17 17
18 import de.intevation.artifacts.httpclient.http.HttpClient; 18 import org.dive4elements.artifacts.httpclient.http.HttpClient;
19 import de.intevation.artifacts.httpclient.http.HttpClientImpl; 19 import org.dive4elements.artifacts.httpclient.http.HttpClientImpl;
20 20
21 21
22 /** 22 /**
23 * This service is used to request a chart from the artifact server. The 23 * This service is used to request a chart from the artifact server. The
24 * response is directed directly to the output stream, so the image that is 24 * response is directed directly to the output stream, so the image that is

http://dive4elements.wald.intevation.org