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

All Known Subinterfaces:
Message, MessageWithSeverity
All Known Implementing Classes:
AbstractMessage, AbstractMessageWithSeverity

public interface Localizable

Classes which implement it can provide the message-text based on the given MessageContext


Method Summary
 String toString(MessageContext messageContext)
           
 

Method Detail

toString

String toString(MessageContext messageContext)
Parameters:
messageContext - the current context
Returns:
the text which represents the current instance for the given message context


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