org.apache.myfaces.tobago.renderkit.html
Class HtmlStyleMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.apache.myfaces.tobago.renderkit.html.HtmlStyleMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class HtmlStyleMap
extends HashMap<String,Object>

See Also:
Serialized Form

Constructor Summary
HtmlStyleMap()
           
 
Method Summary
 Integer getInt(Object o)
           
 Object put(String s, Object o)
           
 String toString()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, 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

HtmlStyleMap

public HtmlStyleMap()
Method Detail

put

public Object put(String s,
                  Object o)
Specified by:
put in interface Map<String,Object>
Overrides:
put in class HashMap<String,Object>

getInt

public Integer getInt(Object o)

toString

public String toString()
Overrides:
toString in class AbstractMap<String,Object>


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.