Package com.atlassian.confluence.validation
package com.atlassian.confluence.validation
-
ClassDescriptionAn i18n- and character-escaping-agnostic collection of action and field error
Message
s.Actions implementing this interface can haveMessageHolder
s loaded into the action'sValidationAware
implementation.ProducesMessageHolder
instances.Sets a newMessageHolder
instance into allMessageHolderAware
actions.The level that aMessage
will be displayed at.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.Helps push API level ServiceValidationResult
values intoMessageHolder
s.