Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class MultiValueMapFactoryUtil

java.lang.Object
  extended by com.liferay.portal.kernel.util.MultiValueMapFactoryUtil

public class MultiValueMapFactoryUtil
extends Object


Constructor Summary
MultiValueMapFactoryUtil()
           
 
Method Summary
static MultiValueMap<?,?> getMultiValueMap(int type)
           
static MultiValueMap<?,?> getMultiValueMap(String propertyKey)
           
static MultiValueMapFactory getMultiValueMapFactory()
           
 void setMultiValueMapFactory(MultiValueMapFactory multiValueMapFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiValueMapFactoryUtil

public MultiValueMapFactoryUtil()
Method Detail

getMultiValueMap

public static MultiValueMap<?,?> getMultiValueMap(int type)

getMultiValueMap

public static MultiValueMap<?,?> getMultiValueMap(String propertyKey)

getMultiValueMapFactory

public static MultiValueMapFactory getMultiValueMapFactory()

setMultiValueMapFactory

public void setMultiValueMapFactory(MultiValueMapFactory multiValueMapFactory)

Liferay 6.1.2-ce-ga3