public interface GenericPageConfigurationProvider
extends de.iwes.widgets.template.LabelledItem
| Modifier and Type | Field and Description |
|---|---|
static String |
SMARTREFF_URL_BASEPATH |
| Modifier and Type | Method and Description |
|---|---|
ConfigInfoExt |
getSessionConfiguration(String configurationId)
Get configuration for specific session
|
String |
id()
The id of the configurationProvider must be provided as parameter
configProvider with URL
|
void |
saveCurrentConfiguration(ConfigInfoExt currentConfiguration,
String configurationId)
Current selections/configurations sent to the provider.
|
static final String SMARTREFF_URL_BASEPATH
String id()
id in interface de.iwes.widgets.template.LabelledItemConfigInfoExt getSessionConfiguration(String configurationId)
configurationId - paramter configurationId provided with URL. If the parameter is null
a standard session configuration for the provider may be returned, but in this case
also just null be returned, but no exception should be thrown.void saveCurrentConfiguration(ConfigInfoExt currentConfiguration, String configurationId)
Copyright © 2019. All rights reserved.