| Package | Description |
|---|---|
| fr.inra.agrosyst.web | |
| fr.inra.agrosyst.web.actions |
| Modifier and Type | Field and Description |
|---|---|
protected Set<AgrosystWebNotification> |
AgrosystWebSession.errorNotifications |
protected Set<AgrosystWebNotification> |
AgrosystWebSession.infoNotifications |
protected Set<AgrosystWebNotification> |
AgrosystWebSession.warningNotifications |
| Modifier and Type | Method and Description |
|---|---|
AgrosystWebNotification |
AgrosystWebNotification.link(String label,
String namespace,
String action,
String k1,
String v1) |
static AgrosystWebNotification |
AgrosystWebNotification.of(String text,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
Set<AgrosystWebNotification> |
AgrosystWebSession.getErrorNotifications() |
Set<AgrosystWebNotification> |
AgrosystWebSession.getInfoNotifications() |
Set<AgrosystWebNotification> |
AgrosystWebSession.getWarningNotifications() |
| Modifier and Type | Method and Description |
|---|---|
Set<AgrosystWebNotification> |
AbstractAgrosystAction.getErrorNotifications()
Return session error notifications.
|
Set<AgrosystWebNotification> |
AbstractAgrosystAction.getInfoNotifications()
Return session info notification.
|
Set<AgrosystWebNotification> |
AbstractAgrosystAction.getWarningNotifications()
Return session warning notifications.
|
Copyright © 2013 Inra. All rights reserved.