com.liferay.portal.kernel.settings
Class ParameterMapSettings
java.lang.Object
com.liferay.portal.kernel.settings.BaseSettings
com.liferay.portal.kernel.settings.ParameterMapSettings
- All Implemented Interfaces:
- Settings
public class ParameterMapSettings
- extends BaseSettings
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ParameterMapSettings
public ParameterMapSettings(Map<String,String[]> parameterMap,
Settings parentSettings)
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