org.jboss.varia.property
Class SystemPropertiesService.HTMLMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.jboss.varia.property.SystemPropertiesService.HTMLMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable
Enclosing class:
SystemPropertiesService (src)

protected static class SystemPropertiesService.HTMLMap
extends java.util.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

Constructor Summary
SystemPropertiesService.HTMLMap(java.util.Map map)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

SystemPropertiesService.HTMLMap

public SystemPropertiesService.HTMLMap(java.util.Map map)
Method Detail

toString

public java.lang.String toString()