Class CQ_Analytics.StoreRegistry
| Package: | CQ_Analytics |
| Class: | StoreRegistry |
| Extends: | Object |
| Clientlib: | personalization.core |
Registery that contain a list of
CQ_Analytics.SessionStore.
This class is a singleton and cannot be created directly. Added in CQ 5.5.
Public Properties
This class has no public properties.
Public Methods
| |
getStore( String name ) : Object
Returns the store of the given name.
Returns the store of the given name.
|
StoreRegistry |
| |
getStores() : Object
Returns all registered stores.
Returns all registered stores.
|
StoreRegistry |
| |
register( Array store ) : void
Registers a store into the registery
Registers a store into the registery
|
StoreRegistry |
Public Events
This class has no public events.