public interface IRefreshable
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.| Modifier and Type | Method and Description |
|---|---|
void |
refresh(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Drop cached data; obtain from remote data sources on next fetch.
|