All Classes
-
All Classes Class Summary Enum Summary Class Description ClientStorageLoadContext A subcontext for driving the loading of data from a client into one or more instances of aClientStorageService.ClientStorageSaveContext A subcontext for driving the saving of data to a client from one or more instances of aClientStorageService.ClientStorageService Implementation ofStorageServicethat stores data in-memory in a shared session attribute.ClientStorageService.ClientStorageSource Enumeration of possible sources for the data.ClientStorageServiceOperation A wrapper for a storage operation to capture the current or intended state of the data for a client.JPAStorageRecord<T> Implementation ofMutableStorageRecordannotated for JPA.JPAStorageRecord.RecordId Composite key to represent the record id.JPAStorageService Implementation ofStorageServicethat uses JPA to persist to a database.LDAPStorageService Implementation ofStorageServicethat stores data in an LDAP.LoadClientStorageServices An action that loads any number ofClientStorageServiceinstances from a POST submission or cookies as applicable.LogLocalStorageSaveResults An action that logs the results of Local Storage-basedClientStorageServicesave operations.MemcachedStorageCapabilities Provides a description of memcached capabilities.MemcachedStorageRecord<T> Storage record implementation for use withMemcachedStorageService.MemcachedStorageService Memcached storage service.MemoryStorageService Implementation ofAbstractMapBackedStorageServicethat stores data in-memory in a shared data structure with no persistence.PopulateClientStorageLoadContext An action that creates and populates aClientStorageLoadContextwith any storage keys identified as missing from the current session and in need of loading.PopulateClientStorageSaveContext An action that creates and populates aClientStorageSaveContextwith any storage operations identified as required from the current session and in need of saving.SaveCookieBackedClientStorageServices An action that performs any number ofClientStorageServiceOperationinstances sourced from cookies by issuing the necessary Set-Cookie headers.StorageRecordTranscoder Handles conversion ofMemcachedStorageRecordto bytes and back.StringTranscoder Handles conversion of String values to bytes and back.