Interface NotificationURLProvider
-
- All Known Implementing Classes:
DefaultNotificationManager
,DelayedNotificationDelegate
,DelayedNotificationSchedulerInitializer
public interface NotificationURLProvider
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default String
computeURL(Integer userId, String urlBase)
default String
computeURL(String userId, String urlBase)
default String
getApplicationURL()
default String
getUserAutoRedirectServerURL(String userId)
default String
getUserAutoRedirectSilverpeasServerURL(String userId)
default String
getUserAutoRedirectURL(String userId, String target)
default String
getUserAutoRedirectURL(Domain dom)
-