comparison gnv/src/main/java/de/intevation/gnv/util/XSLTransformer.java @ 993:9b126bceb0b2

gnv/issue219: Added rendering of direct links. gnv/trunk@1194 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 10 Jun 2010 22:01:23 +0000
parents e7fda0ae8b92
children 27029f0ec7e1
comparison
equal deleted inserted replaced
992:9ff116474e7b 993:9b126bceb0b2
96 * @param name The name of the parameter. 96 * @param name The name of the parameter.
97 * @param value The value of the parameter. 97 * @param value The value of the parameter.
98 */ 98 */
99 public void addParameter(String name, String value) { 99 public void addParameter(String name, String value) {
100 if (params == null) { 100 if (params == null) {
101 params = new HashMap<String, String>(3); 101 params = new HashMap<String, String>();
102 } 102 }
103 103
104 params.put(name, value); 104 params.put(name, value);
105 } 105 }
106 } 106 }

http://dive4elements.wald.intevation.org