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

java.lang.Object
  extended by com.liferay.faces.bridge.component.html.AttributesWrapper
      extended by com.liferay.faces.bridge.component.html.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)
           
 Map<String,Object> getWrapped()
           
 
Methods inherited from class com.liferay.faces.bridge.component.html.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

getWrapped

public Map<String,Object> getWrapped()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.