Package com.atlassian.confluence.validation
-
Interface Summary Interface Description MessageHolder An i18n- and character-escaping-agnostic collection of action and field errorMessage
s.MessageHolderAware Actions implementing this interface can haveMessageHolder
s loaded into the action'sValidationAware
implementation.MessageHolderFactory ProducesMessageHolder
instances. -
Class Summary Class Description DefaultMessageHolder DefaultMessageHolderFactory MessageHolderInterceptor Sets a newMessageHolder
instance into allMessageHolderAware
actions.MessageLoadingPreResultListener LoadsMessageHolder
messages into aConfluenceActionSupport
instance after Action execution but before Result execution.Validation<T> This class is basically anEither
where left represents fail and right represents success.XWorkValidationResultSupport Helps push API level ServiceValidationResult
values intoMessageHolder
s. -
Enum Summary Enum Description MessageLevel The level that aMessage
will be displayed at.