Interface | Description |
---|---|
MessageHolder |
An i18n- and character-escaping-agnostic collection of action and field error
Message s. |
MessageHolderAware |
Actions implementing this interface can have
MessageHolder s 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
MessageHolder s. |
Enum | Description |
---|---|
MessageLevel |
The level that a
Message will be displayed at. |
Copyright © 2003–2016 Atlassian. All rights reserved.