com.liferay.faces.bridge.util.internal
Class NameValuePair<N,V>

java.lang.Object
  extended by com.liferay.faces.util.lang.NameValuePair<N,V>
      extended by com.liferay.faces.bridge.util.internal.NameValuePair<N,V>

Deprecated. Replaced by com.liferay.faces.util.lang.NameValuePair

@Deprecated
public class NameValuePair<N,V>
extends NameValuePair<N,V>

This is a generic class that represents a name+value pair.

Author:
Neil Griffin

Constructor Summary
NameValuePair(N name, V value)
          Deprecated.  
 
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
 

Constructor Detail

NameValuePair

public NameValuePair(N name,
                     V value)
Deprecated. 


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