| Interface | Description |
|---|---|
| INotificationRepository |
Entry point (in the post-Portlet API world) for fetching notifications from data sources.
|
| INotificationService |
This is the central interface of the Notifications API.
|
| INotificationServiceFilter |
Concrete implementations of this interface support operations like hide, favorite, filter by
priority, etc.
|
| INotificationServiceFilterChain |
Filters use the filter chain to invoke the next filter in the chain, or (if the calling filter is
the last filter in the chain) to invoke the data source(s).
|
| IRefreshable |
Implementing this interface in a concreete
INotificationService or
INotificationServiceFilter class indicates that the bean manages some sort of state
(usually a cache) that may need to be updated when (1) the user takes some sort of action, or (2)
the user manually requests a refresh. |
| Class | Description |
|---|---|
| CacheConfiguration | |
| HttpClientConfiguration | |
| NotifacationApplication | |
| ServletInitializer |