| Package | Description |
|---|---|
| org.jasig.portlet.notice |
This package contains a simple data model for Notifications for the purpose
of communicating them between components such as a remote data source, the
server-side portlet code (controllers), and the browser-based UI.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationAttribute> |
JsonAttributesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
List<NotificationAttribute> |
NotificationEntry.getAttributes()
Open-ended collection of notification metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonAttributesSerializer.serialize(List<NotificationAttribute> attributes,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
void |
NotificationEntry.setAttributes(List<NotificationAttribute> attributes) |
Copyright © 2016 Jasig. All Rights Reserved.