org.jboss.varia.property
Class SystemPropertiesService.HTMLMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
org.jboss.varia.property.SystemPropertiesService.HTMLMap
- All Implemented Interfaces:
- Serializable, Cloneable, Map
- Enclosing class:
- SystemPropertiesService
protected static class SystemPropertiesService.HTMLMap
- extends HashMap
A helper to render a map as HTML on toString()
The html adapter should in theory be able to render a map (nested map
list, array or whatever), but until then we can do it for it.
- See Also:
- Serialized Form
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
SystemPropertiesService.HTMLMap
public SystemPropertiesService.HTMLMap(Map map)
toString
public String toString()
- Overrides:
toString
in class AbstractMap
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.