| Package | Description |
|---|---|
| com.liferay.portal.kernel.module.configuration | |
| com.liferay.portal.kernel.settings |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ConfigurationProviderUtil.getConfiguration(Class<T> clazz,
SettingsLocator settingsLocator) |
<T> T |
ConfigurationProvider.getConfiguration(Class<T> clazz,
SettingsLocator settingsLocator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompanyServiceSettingsLocator |
class |
GroupServiceSettingsLocator |
class |
ParameterMapSettingsLocator |
class |
PortletInstanceSettingsLocator |
class |
SystemSettingsLocator |
| Modifier and Type | Method and Description |
|---|---|
static Settings |
SettingsFactoryUtil.getSettings(SettingsLocator settingsLocator) |
Settings |
SettingsFactory.getSettings(SettingsLocator settingsLocator) |
| Constructor and Description |
|---|
ParameterMapSettingsLocator(Map<String,String[]> parameterMap,
SettingsLocator settingsLocator) |
ParameterMapSettingsLocator(Map<String,String[]> parameterMap,
String parameterNamePrefix,
SettingsLocator settingsLocator) |