com.liferay.faces.bridge.component.html.internal
Class MessageAttributes

java.lang.Object
  extended by com.liferay.faces.bridge.component.html.internal.AttributesWrapper
      extended by com.liferay.faces.bridge.component.html.internal.MessageAttributes
All Implemented Interfaces:
Map<String,Object>, javax.faces.FacesWrapper<Map<String,Object>>

public class MessageAttributes
extends AttributesWrapper

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
MessageAttributes(Map<String,Object> attributes)
           
 
Method Summary
 Object get(Object key)
           
protected  String getClassAttributeValue(Object value, String defaultValue, String styleClass)
           
 Map<String,Object> getWrapped()
           
 
Methods inherited from class com.liferay.faces.bridge.component.html.internal.AttributesWrapper
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

MessageAttributes

public MessageAttributes(Map<String,Object> attributes)
Method Detail

get

public Object get(Object key)
Specified by:
get in interface Map<String,Object>
Overrides:
get in class AttributesWrapper

getClassAttributeValue

protected String getClassAttributeValue(Object value,
                                        String defaultValue,
                                        String styleClass)

getWrapped

public Map<String,Object> getWrapped()


Copyright © 2015 Liferay, Inc.. All rights reserved.