org.apache.myfaces.extensions.cdi.message.api
Interface MessageWithSeverity

All Superinterfaces:
Localizable, Message, Serializable
All Known Implementing Classes:
AbstractMessageWithSeverity

public interface MessageWithSeverity
extends Message

convenience interface


Method Summary
 MessagePayload getSeverity()
           
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.message.api.Message
addArgument, addPayload, getArguments, getDescriptor, getPayload
 
Methods inherited from interface org.apache.myfaces.extensions.cdi.message.api.Localizable
toString
 

Method Detail

getSeverity

MessagePayload getSeverity()
Returns:
the severity of the message based on the message payload


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.