|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LocalStorage
Represents the local storage for the site currently opened in the browser. Each site has its own separate storage area.
| Method Summary | |
|---|---|
void |
clear()
|
String |
getItem(String key)
|
Set<String> |
keySet()
|
String |
removeItem(String key)
|
void |
setItem(String key,
String value)
|
int |
size()
|
| Method Detail |
|---|
String getItem(String key)
Set<String> keySet()
void setItem(String key,
String value)
String removeItem(String key)
void clear()
int size()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||