| Package | Description |
|---|---|
| org.mentawai.core | |
| org.mentawai.filter | |
| org.mentawai.message |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseAction.addError(Message error)
Adds an error to the action.
|
void |
BaseAction.addError(String field,
Message error)
Adds an error to the action for the given field.
|
void |
BaseAction.addMessage(Message msg)
Adds an message to the action.
|
void |
BaseAction.addMessage(Message msg,
boolean flash) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,String> |
AjaxValidationFilter.proccessList(List<Message> list,
Locale loc) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMessage |
class |
DefaultMessage |
| Modifier and Type | Method and Description |
|---|---|
static List<Message> |
MessageManager.getErrors(Action action,
boolean create) |
static Map<String,Message> |
MessageManager.getFieldErrors(Action action,
boolean create) |
static List<Message> |
MessageManager.getMessages(Action action,
boolean create) |
static List<Message> |
MessageManager.getMessages(Action action,
boolean create,
boolean flash) |
Copyright © 2015. All Rights Reserved.