| Interface | Description |
|---|---|
| MessageHolder |
An i18n- and character-escaping-agnostic collection of action and field error
Messages. |
| MessageHolderAware |
Actions implementing this interface can have
MessageHolders loaded into the
action's ValidationAware implementation. |
| MessageHolderFactory |
Produces
MessageHolder instances. |
| Class | Description |
|---|---|
| DefaultMessageHolder | |
| DefaultMessageHolderFactory | |
| MessageHolderInterceptor |
Sets a new
MessageHolder instance into all MessageHolderAware actions. |
| MessageLoadingPreResultListener |
Loads
MessageHolder messages into a ConfluenceActionSupport instance
after Action execution but before Result execution. |
| Validation<T> |
This class is basically an
Either where left represents fail and right represents success. |
| XWorkValidationResultSupport |
Helps push API level Service
ValidationResult values into
MessageHolders. |
| Enum | Description |
|---|---|
| MessageLevel |
The level that a
Message will be displayed at. |
Copyright © 2003–2018 Atlassian. All rights reserved.