public class MessageManager extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ERRORS |
static String |
FIELDERRORS |
static String |
MESSAGES |
| Constructor and Description |
|---|
MessageManager() |
| Modifier and Type | Method and Description |
|---|---|
static List<Message> |
getErrors(Action action,
boolean create) |
static Map<String,Message> |
getFieldErrors(Action action,
boolean create) |
static List<Message> |
getMessages(Action action,
boolean create) |
static List<Message> |
getMessages(Action action,
boolean create,
boolean flash) |
Copyright © 2015. All Rights Reserved.