Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.settings.LocalizedValuesMap

Packages that use LocalizedValuesMap
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.kernel.settings   
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet with parameters of type LocalizedValuesMap
protected  void BaseJSPSettingsConfigurationAction.removeDefaultValue(PortletRequest portletRequest, ModifiableSettings modifiableSettings, String key, LocalizedValuesMap localizedMap)
           
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.settings
 

Methods in com.liferay.portal.kernel.settings that return LocalizedValuesMap
 LocalizedValuesMap TypedSettings.getLocalizedValuesMap(String key)
           
 

Uses of LocalizedValuesMap in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util with parameters of type LocalizedValuesMap
 Map<Locale,String> Localization.getMap(LocalizedValuesMap localizedValuesMap)
           
static Map<Locale,String> LocalizationUtil.getMap(LocalizedValuesMap localizedValuesMap)
           
 String Localization.getXml(LocalizedValuesMap localizedValuesMap, String key)
           
static String LocalizationUtil.getXml(LocalizedValuesMap localizedValuesMap, String key)
           
 


Liferay 7.0-ce-b4