Package org.cyclos.utils
Interface MessageProducer
-
- All Known Subinterfaces:
InternalTranslationMessageService,InternalTranslationMessageServiceLocal,TranslationHandler
- All Known Implementing Classes:
InternalTranslationMessageServiceSecurity,TranslationHandlerImpl,TranslationMessageServiceImpl
public interface MessageProducer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringmessage(MessageFormat messageFormat, MessageKey key, Object... args)Returns a translation message for the given message key and arguments, formatting it according to the given message formatStringmessage(MessageKey key, Object... args)Returns a translation message for the given message key and arguments
-
-
-
Method Detail
-
message
String message(MessageFormat messageFormat, MessageKey key, Object... args)
Returns a translation message for the given message key and arguments, formatting it according to the given message format
-
message
String message(MessageKey key, Object... args)
Returns a translation message for the given message key and arguments
-
-