Skip navigation links
A B C D E F G H I J K L N O P R S T V W 

A

AbstractStorageKeyProvider - Class in com.seanchenxi.gwt.storage.client
Provides base implementations of StorageKeyProvider methods.
AbstractStorageKeyProvider() - Constructor for class com.seanchenxi.gwt.storage.client.AbstractStorageKeyProvider
 
acceptByDefault() - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFilter
 
addIfIsValidType(Set<JType>, JType) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
addStorageChangeHandler(StorageChangeEvent.Handler) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Registers an event handler for StorageChangeEvent
attachTypeFinder(SerializableTypeOracleBuilder, StorageTypeFinder, TreeLogger) - Static method in class com.google.gwt.user.rebind.rpc.GwtUtilityDelegate
 

B

boolArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boolKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedBoolArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedByteArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedCharArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedDoubleArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedFloatArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedIntArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedLongArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
boxedShortArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
byteArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
byteKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 

C

charArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
charKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
clear() - Method in interface com.seanchenxi.gwt.storage.client.cache.StorageCache
Clear cache
clear() - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Removes all items in the Storage, and its cache if activated
clearCache() - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Clear all cached serialized object from configured StorageCache
com.google.gwt.user.rebind.rpc - package com.google.gwt.user.rebind.rpc
 
com.seanchenxi.gwt.storage.client - package com.seanchenxi.gwt.storage.client
 
com.seanchenxi.gwt.storage.client.cache - package com.seanchenxi.gwt.storage.client.cache
 
com.seanchenxi.gwt.storage.client.serializer - package com.seanchenxi.gwt.storage.client.serializer
 
com.seanchenxi.gwt.storage.rebind - package com.seanchenxi.gwt.storage.rebind
 
com.seanchenxi.gwt.storage.server - package com.seanchenxi.gwt.storage.server
 
com.seanchenxi.gwt.storage.shared - package com.seanchenxi.gwt.storage.shared
 
containsKey(StorageKey<T>) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Test if this storage contains a value for the specified key.
containsValue(T) - Method in interface com.seanchenxi.gwt.storage.client.cache.StorageCache
Test if this Cache contains a value.
createIfAbsent(String, Class<T>) - Static method in class com.seanchenxi.gwt.storage.client.AbstractStorageKeyProvider
 

D

deserialize(Class<? super T>, String) - Method in interface com.seanchenxi.gwt.storage.client.serializer.StorageSerializer
Deserialize string to object The clazz only used by serializer to distinguish primitive type and object type.
deserialize(Class<? super T>, String, SerializationPolicy) - Method in class com.seanchenxi.gwt.storage.server.ServerStorageSerializer
 
deserialize(Class<? super T>, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
deserialize(Class<? super T>, String, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
dispatch(StorageChangeEvent.Handler) - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
 
doubleArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
doubleKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 

E

entriesArePositiveByDefault() - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFilter
 
equals(Object) - Method in class com.seanchenxi.gwt.storage.client.StorageKey
 

F

findStorageTypes() - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
floatArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
floatKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 

G

generate(TreeLogger, GeneratorContext, String) - Method in class com.seanchenxi.gwt.storage.rebind.StorageKeyProviderGenerator
 
generateIncrementally(TreeLogger, GeneratorContext, String) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator
 
get(StorageKey<T>) - Method in interface com.seanchenxi.gwt.storage.client.cache.StorageCache
Returns the value in this Cache associated with the specified key.
get(StorageKey<T>) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Returns the value in the Storage associated with the specified key, or null if this Storage contains no mapping for the key.
getAssociatedType() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
 
getBaseTypeName(JClassType) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
Returns a simple types, including classes and interfaces, parameterized, and raw types.
getChangeType() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the change type
getClasses() - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
getClazz() - Method in class com.seanchenxi.gwt.storage.client.StorageKey
Get associate value's class type
getData() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the new serialized string value of the key being changed.
getInstance(GeneratorContext, TreeLogger) - Static method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
getKey() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the key being changed.
getKey() - Method in exception com.seanchenxi.gwt.storage.client.StorageQuotaExceededException
 
getLocalStorage() - Static method in class com.seanchenxi.gwt.storage.client.StorageExt
Returns a Local Storage.
getOldData() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the old serialized string value of the key being changed.
getOldValue() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the old value of the key being changed.
getPath() - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
getSerializationSignature(GeneratorContext, JType) - Static method in class com.google.gwt.user.rebind.rpc.GwtUtilityDelegate
 
getSessionStorage() - Static method in class com.seanchenxi.gwt.storage.client.StorageExt
Returns a Session Storage.
getString(String) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Get directly the stored string value associated with the specified key.
getType() - Static method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
 
getValue() - Method in class com.seanchenxi.gwt.storage.client.StorageChangeEvent
Returns the new value of the key being changed.
getVersionId() - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator
 
GwtUtilityDelegate - Class in com.google.gwt.user.rebind.rpc
GWT Package protected utility delegation
GwtUtilityDelegate() - Constructor for class com.google.gwt.user.rebind.rpc.GwtUtilityDelegate
 

H

hashCode() - Method in class com.seanchenxi.gwt.storage.client.StorageKey
 

I

intArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
intKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
isAllowed(JClassType) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
isAutoArrayType() - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
isIncludePrimitiveTypes() - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
isSerializableKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
Returns IsSerializable type value's storage key.

J

JTYPE_COMPARATOR - Static variable in class com.google.gwt.user.rebind.rpc.GwtUtilityDelegate
 

K

key(int) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Returns the key at the specified index.

L

load(ServletContext, String...) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils.PolicyLoader
 
load(ServletContext, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils.PolicyLoader
 
load(ServletContext, String, boolean) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils.PolicyLoader
 
load(InputStream, String, boolean) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils.PolicyLoader
 
logger - Variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
longArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
longKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 

N

name() - Method in class com.seanchenxi.gwt.storage.client.StorageKey
Get the Storage Key's name

O

objectKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
onStorageChange(StorageChangeEvent) - Method in interface com.seanchenxi.gwt.storage.client.StorageChangeEvent.Handler
Invoked when a StorageChangeEvent is fired.

P

PolicyLoader() - Constructor for class com.seanchenxi.gwt.storage.shared.StorageUtils.PolicyLoader
 
PROP_RPC_BLACKLIST - Static variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
PROP_STORAGE_BLACKLIST - Static variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
PROP_TYPE_FINDER - Static variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
put(StorageKey<T>, T) - Method in interface com.seanchenxi.gwt.storage.client.cache.StorageCache
Cache the specified value with the specified key.
put(StorageKey<T>, T) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Store the specified value with the specified key in this storage.

R

remove(StorageKey<T>) - Method in interface com.seanchenxi.gwt.storage.client.cache.StorageCache
Removes the cached value for the specified key from this cache if present.
remove(StorageKey<T>) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Removes the record for the specified key from this storage if present.

S

serializableKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
Returns Serializable type value's storage key.
SERIALIZATION_CONFIG - Static variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
SERIALIZATION_POLICY_NAME - Static variable in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(Class<? super T>, T) - Method in interface com.seanchenxi.gwt.storage.client.serializer.StorageSerializer
Serialize object to string The clazz only used to distinguish primitive type and object type.
serialize(Class<? super T>, T, SerializationPolicy) - Method in class com.seanchenxi.gwt.storage.server.ServerStorageSerializer
 
serialize(String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(boolean) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(byte) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(char) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(double) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(float) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(int) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(long) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(short) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(Object) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(String, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(boolean, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(byte, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(char, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(double, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(float, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(int, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(long, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(short, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(Object, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(Class<? super T>, T) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
serialize(Class<? super T>, T, String) - Static method in class com.seanchenxi.gwt.storage.shared.StorageUtils
 
ServerStorageSerializer - Class in com.seanchenxi.gwt.storage.server
Created by: Xi
ServerStorageSerializer() - Constructor for class com.seanchenxi.gwt.storage.server.ServerStorageSerializer
 
setAutoArrayType(boolean) - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
setClasses(List<String>) - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
setEventLevel(StorageChangeEvent.Level) - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Set Event Level.
setIncludePrimitiveTypes(boolean) - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
setPath(String) - Method in class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
setTypeFilter(StorageTypeFilter) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
shortArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
shortKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
shouldSerializeFinalFields(TreeLogger, GeneratorContext) - Static method in class com.google.gwt.user.rebind.rpc.GwtUtilityDelegate
 
size() - Method in class com.seanchenxi.gwt.storage.client.StorageExt
Returns the number of items in this Storage.
StorageCache - Interface in com.seanchenxi.gwt.storage.client.cache
Interface for deferred binding implementation.
StorageChangeEvent - Class in com.seanchenxi.gwt.storage.client
Represents a Storage Change Event.
StorageChangeEvent.ChangeType - Enum in com.seanchenxi.gwt.storage.client
Type of Storage Change
StorageChangeEvent.Handler - Interface in com.seanchenxi.gwt.storage.client
Represents an Event handler for StorageChangeEvents.
StorageChangeEvent.Level - Enum in com.seanchenxi.gwt.storage.client
Level of Storage Change Event information
StorageExt - Class in com.seanchenxi.gwt.storage.client
Extends the GWT HTML5 Storage API, by adding Object Value Support.
StorageKey<T> - Class in com.seanchenxi.gwt.storage.client
The Storage Key
StorageKey() - Constructor for class com.seanchenxi.gwt.storage.client.StorageKey
Protected class constructor for serialization requirements
StorageKey(String, Class<? super T>) - Constructor for class com.seanchenxi.gwt.storage.client.StorageKey
Create an StorageKey instance The clazz only used to distinguish primitive type and object type.
StorageKeyFactory - Class in com.seanchenxi.gwt.storage.client
Storage Key Factory Choose type correspond method for all primitive type values' key,
Use StorageKeyFactory.serializableKey(String) for Serializable object type Use StorageKeyFactory.isSerializableKey(String) for IsSerializable object type
StorageKeyFactory() - Constructor for class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
StorageKeyProvider - Interface in com.seanchenxi.gwt.storage.client
A tag interface for the StorageKey generator.
StorageKeyProvider.Key - Annotation Type in com.seanchenxi.gwt.storage.client
Used for adding additional and generic information to generated key
StorageKeyProviderGenerator - Class in com.seanchenxi.gwt.storage.rebind
Created by: Xi
StorageKeyProviderGenerator() - Constructor for class com.seanchenxi.gwt.storage.rebind.StorageKeyProviderGenerator
 
StorageQuotaExceededException - Exception in com.seanchenxi.gwt.storage.client
 
StorageQuotaExceededException() - Constructor for exception com.seanchenxi.gwt.storage.client.StorageQuotaExceededException
Protected class constructor for serialization requirements
StorageQuotaExceededException(StorageKey<?>, Throwable) - Constructor for exception com.seanchenxi.gwt.storage.client.StorageQuotaExceededException
 
StorageSerialization - Class in com.seanchenxi.gwt.storage.rebind
Created by: Xi
StorageSerialization() - Constructor for class com.seanchenxi.gwt.storage.rebind.StorageSerialization
 
StorageSerializer - Interface in com.seanchenxi.gwt.storage.client.serializer
Interface for deferred binding implementation.
StorageTypeFilter - Class in com.seanchenxi.gwt.storage.rebind
Created by: Xi
StorageTypeFilter(TreeLogger, List<String>) - Constructor for class com.seanchenxi.gwt.storage.rebind.StorageTypeFilter
 
StorageTypeFinder - Class in com.seanchenxi.gwt.storage.rebind
Created by: Xi
StorageTypeFinder(GeneratorContext, TreeLogger) - Constructor for class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
StorageTypeSerializerGenerator - Class in com.seanchenxi.gwt.storage.rebind
Generator for StorageSerializer
StorageTypeSerializerGenerator() - Constructor for class com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator
 
StorageUtils - Class in com.seanchenxi.gwt.storage.shared
A utility class for easy serialization/deserialization actions This a server side implementation.
StorageUtils.PolicyLoader - Class in com.seanchenxi.gwt.storage.shared
 
stringArrayKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 
stringKey(String) - Static method in class com.seanchenxi.gwt.storage.client.StorageKeyFactory
 

T

toString() - Method in class com.seanchenxi.gwt.storage.client.StorageKey
 
TYPE_FINDER_VALUES - Static variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 
typeOracle - Variable in class com.seanchenxi.gwt.storage.rebind.StorageTypeFinder
 

V

valueOf(String) - Static method in enum com.seanchenxi.gwt.storage.client.StorageChangeEvent.ChangeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.seanchenxi.gwt.storage.client.StorageChangeEvent.Level
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.seanchenxi.gwt.storage.client.StorageChangeEvent.ChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.seanchenxi.gwt.storage.client.StorageChangeEvent.Level
Returns an array containing the constants of this enum type, in the order they are declared.

W

writeSerializationPolicyFile(TreeLogger, GeneratorContext, SerializableTypeOracle, Map<JType, String>) - Method in class com.seanchenxi.gwt.storage.rebind.StorageTypeSerializerGenerator
 
A B C D E F G H I J K L N O P R S T V W 
Skip navigation links

Copyright © 2018 seanchenxi.com. All rights reserved.