Interface Summary |
IApplicationStore |
The IApplicationStore can be used as store for data that spans
the lifecycle of a web application instance. |
IServiceHandler |
A service handler can be used to process requests that bypass the standard
request lifecycle. |
IServiceManager |
An IServiceManager is responsible to manage existing
IServiceHandler s. |
IServiceStore |
The IServiceStore can be used to store and retrieve
information during a life cycle request. |
ISessionStore |
The ISessionStore represents a storage place for objects
with session scope. |
ISettingStore |
An ISettingStore is a mechanism persisting settings (i.e. |
ISettingStoreFactory |
A setting store factory is responsible for creating and initializing
a specific kind of setting store. |
SessionStoreListener |
SessionStoreListener s are
used to get notifications before the session store is destroyed. |
SettingStoreListener |
Setting store listeners are notified by an ISettingStore , when
an attribute inside the store has been changed (i.e. |