Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class ParameterMapSettings

java.lang.Object
  extended by com.liferay.portal.kernel.settings.BaseSettings
      extended by com.liferay.portal.kernel.settings.ParameterMapSettings
All Implemented Interfaces:
Settings

public class ParameterMapSettings
extends BaseSettings


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.settings.Settings
Settings.Config, Settings.OverrideClass, Settings.Property
 
Field Summary
static String PREFERENCES_PREFIX
           
static String SETTINGS_PREFIX
           
 
Fields inherited from class com.liferay.portal.kernel.settings.BaseSettings
parentSettings
 
Constructor Summary
ParameterMapSettings(Map<String,String[]> parameterMap, Settings parentSettings)
           
 
Method Summary
protected  String doGetValue(String key)
           
protected  String[] doGetValues(String key)
           
 String getParameterNamePrefix()
           
 void setParameterNamePrefix(String parameterNamePrefix)
           
 
Methods inherited from class com.liferay.portal.kernel.settings.BaseSettings
getModifiableSettings, getParentSettings, getValue, getValues
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFERENCES_PREFIX

public static final String PREFERENCES_PREFIX
See Also:
Constant Field Values

SETTINGS_PREFIX

public static final String SETTINGS_PREFIX
See Also:
Constant Field Values
Constructor Detail

ParameterMapSettings

public ParameterMapSettings(Map<String,String[]> parameterMap,
                            Settings parentSettings)
Method Detail

getParameterNamePrefix

public String getParameterNamePrefix()

setParameterNamePrefix

public void setParameterNamePrefix(String parameterNamePrefix)

doGetValue

protected String doGetValue(String key)
Specified by:
doGetValue in class BaseSettings

doGetValues

protected String[] doGetValues(String key)
Specified by:
doGetValues in class BaseSettings

Liferay 7.0-ce-b4