Mercurial > hg > digilib
comparison client/digitallibrary/dlInfo-xml.jsp @ 544:a7caedbfdb8d digilibPDF
more refactoring and cleanup
author | robcast |
---|---|
date | Mon, 13 Dec 2010 15:35:25 +0100 |
parents | 8ae5f49b5214 |
children | 480c3553c8d2 |
comparison
equal
deleted
inserted
replaced
543:fef787351c31 | 544:a7caedbfdb8d |
---|---|
21 docBean.setRequest(dlRequest); | 21 docBean.setRequest(dlRequest); |
22 | 22 |
23 %><!-- Automatically generated XML snippet with document parameters --> | 23 %><!-- Automatically generated XML snippet with document parameters --> |
24 <document-parameters> | 24 <document-parameters> |
25 <% | 25 <% |
26 Object[] keys = dlRequest.keySet().toArray(); | 26 Object[] keys = dlRequest.getParams.keySet().toArray(); |
27 java.util.Arrays.sort(keys); | 27 java.util.Arrays.sort(keys); |
28 int l = keys.length; | 28 int l = keys.length; |
29 for (int i = 0; i < l; i++) { | 29 for (int i = 0; i < l; i++) { |
30 String key = (String) keys[i]; | 30 String key = (String) keys[i]; |
31 String val = dlRequest.getAsString(key); | 31 String val = dlRequest.getAsString(key); |