com.liferay.faces.util.config.internal
Class ConfiguredElementImpl

java.lang.Object
  extended by com.liferay.faces.util.lang.NameValuePair<String,String>
      extended by com.liferay.faces.util.config.internal.ConfiguredElementImpl
All Implemented Interfaces:
ConfiguredElement

public class ConfiguredElementImpl
extends NameValuePair<String,String>
implements ConfiguredElement

Author:
Neil Griffin

Constructor Summary
ConfiguredElementImpl(String name, String value)
           
 
Method Summary
 
Methods inherited from class com.liferay.faces.util.lang.NameValuePair
getName, getValue, setName, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.util.config.ConfiguredElement
getName, getValue
 

Constructor Detail

ConfiguredElementImpl

public ConfiguredElementImpl(String name,
                             String value)


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