org.jboss.varia.property
Class SystemPropertiesService.HTMLMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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

Constructor Summary
SystemPropertiesService.HTMLMap(Map map)
           
 
Method Summary
 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(Map map)
Method Detail

toString

public String toString()
Overrides:
toString in class AbstractMap


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.