com.liferay.portal.kernel.settings
Interface Settings
- All Known Subinterfaces:
- ArchivedSettings, ModifiableSettings
- All Known Implementing Classes:
- BaseModifiableSettings, BaseSettings, ConfigurationBeanSettings, FallbackSettings, MemorySettings, ParameterMapSettings, PortletPreferencesSettings, PropertiesSettings
public interface Settings
getModifiableSettings
ModifiableSettings getModifiableSettings()
getParentSettings
Settings getParentSettings()
getValue
String getValue(String key,
String defaultValue)
getValues
String[] getValues(String key,
String[] defaultValue)