Methods in
org.eclipse.rwt.service that throw
SettingStoreException
|
void
|
FileSettingStore.
setAttribute
(
String name,
String value)
|
void
|
FileSettingStore.
loadById
(
String id)
|
void
|
FileSettingStore.
removeAttribute
(
String name)
|
void
|
ISettingStore.
setAttribute
(
String name,
String value)
Stores an attribute to this
ISettingStore , using the name
specified. |
void
|
ISettingStore.
removeAttribute
(
String name)
Removes the attribute stored under the specified name from this
ISettingStore . |
void
|
ISettingStore.
loadById
(
String id)
Replace the contents of this setting store with all attributes persisted
under the given id . |