/ Published in: Java
Expand |
Embed | Plain Text
<pre> <% for (Enumeration<String> enumeration = request.getAttributeNames(); enumeration.hasMoreElements();) { out.println(attributeName + " -> " + attribute.getClass().getName() + ":" + attribute.toString()); } %> </pre>
You need to login to post a comment.
