org.displaytag.util
Class HtmlAttributeMap

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.displaytag.util.HtmlAttributeMap
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class HtmlAttributeMap
extends java.util.HashMap

Extends Map providing only a different toString() method which can be used in printing attributes inside an html tag.

Version:
$Revision: 1.10 $ ($Author: fgiust $)
Author:
Fabrizio Giustina
See Also:
Serialized Form

Constructor Summary
HtmlAttributeMap()
           
 
Method Summary
 java.lang.String toString()
          toString method: returns attributes in the format: attributename="attributevalue" attr2="attrValue2" ...
 
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

HtmlAttributeMap

public HtmlAttributeMap()
Method Detail

toString

public java.lang.String toString()
toString method: returns attributes in the format: attributename="attributevalue" attr2="attrValue2" ...

Returns:
String representation of the HtmlAttributeMap


Copyright © 2002-2005 the Displaytag team. All Rights Reserved.