public interface StorageProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
StorageProvider.StorageObject
The Class StorageObject.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
GLOBAL
The GLOBAL scope.
|
static String |
LOCAL
The LOCAL scope.
|
static String |
SESSION
The SESSION scope.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,StorageProvider.StorageObject> |
getProperties()
Gets the properties.
|
Object |
getProperty(String key)
Gets the property.
|
Object |
getProperty(String key,
Object def)
Gets the property.
|
Object |
removeProperty(String key)
Removes the property.
|
Object |
setProperty(String key,
StorageProvider.StorageObject value)
Sets the property.
|
static final String GLOBAL
static final String LOCAL
static final String SESSION
Map<String,StorageProvider.StorageObject> getProperties()
Object getProperty(String key)
key - the keyObject getProperty(String key,
Object def)
key - the keydef - the defObject removeProperty(String key)
key - the keyObject setProperty(String key,
StorageProvider.StorageObject value)
key - the keyvalue - the valueCopyright © 2010-2020 Toolsverse. All Rights Reserved.