Class f_clientStorage
Object
f_object
f_clientStorage
- Direct Known Subclasses:
- f_flashClientStorage
public abstract class f_clientStorage
- extends f_object
COOKIE_STORAGE_TYPE
public static final Number COOKIE_STORAGE_TYPE
DOM_STORAGE_TYPE
public static final Number DOM_STORAGE_TYPE
USER_DATA_STORAGE_TYPE
public static final Number USER_DATA_STORAGE_TYPE
FLASH_STORAGE_TYPE
public static final Number FLASH_STORAGE_TYPE
SERVER_STORAGE_STYPE
public static final Number SERVER_STORAGE_STYPE
f_set
public abstract String f_set(String name,
String value)
- Parameters:
name - Name of the propertyvalue - Value of the property.
- Returns:
- Old value of the property.
f_getStorageType
public abstract Number f_getStorageType()
- See Also:
#f_clientStorage.COOKIE_STORAGE_TYPE,
#f_clientStorage.FLASH_STORAGE_TYPE,
#f_clientStorage.USER_DATA_STORAGE_TYPE,
#f_clientStorage.DOM_STORAGE_TYPE
Get
public static f_clientStorage Get(Number... types)
- Parameters:
types -
f_get
public abstract String f_get(String name)
- Parameters:
name - Name of the property
- Returns:
- value of the property.
f_getStorageMaxSize
public abstract Number f_getStorageMaxSize()
- Returns:
- Size or (-1 if unknown)