public final class RestfulJsonNotificationService extends AbstractNotificationService
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_URLS_PREFERENCE |
| Constructor and Description |
|---|
RestfulJsonNotificationService() |
| Modifier and Type | Method and Description |
|---|---|
NotificationResponse |
fetch(javax.portlet.ResourceRequest req)
Provide the current collection of Notifications information for the user
represented by the
PortletRequest. |
void |
setPasswordEvaluator(IParameterEvaluator passwordEvaluator) |
void |
setRestTemplate(org.springframework.web.client.RestTemplate restTemplate) |
void |
setUrlParameters(Map<String,IParameterEvaluator> urlParameters) |
void |
setUsernameEvaluator(IParameterEvaluator usernameEvaluator) |
collect, createServiceUserWindowSpecificCacheKey, getName, invoke, isValid, prepareErrorResponse, setNamepublic static final String SERVICE_URLS_PREFERENCE
public void setUsernameEvaluator(IParameterEvaluator usernameEvaluator)
public void setPasswordEvaluator(IParameterEvaluator passwordEvaluator)
public void setUrlParameters(Map<String,IParameterEvaluator> urlParameters)
public void setRestTemplate(org.springframework.web.client.RestTemplate restTemplate)
public NotificationResponse fetch(javax.portlet.ResourceRequest req)
INotificationServicePortletRequest.req - The PortletRequestCopyright © 2013 Jasig. All Rights Reserved.