public interface I18NBoundMessage extends Serializable
I18NMessage and its parameters, if any.| Modifier and Type | Field and Description |
|---|---|
static Serializable[] |
EMPTY_PARAMS
An empty parameter list for a bound message.
|
static final Serializable[] EMPTY_PARAMS
I18NLoggerProxy getLoggerProxy()
I18NMessageProvider getMessageProvider()
I18NMessage getMessage()
Serializable[] getParams()
Object[] getParamsAsObjects()
String getText(Locale locale)
I18NMessageProvider.getText(Locale,I18NMessage,Object...).String getText()
I18NMessageProvider.getText(I18NMessage,Object...).void error(Object category, Throwable throwable)
I18NLoggerProxy.error(Object,Throwable,I18NMessage,Object...).void error(Object category)
I18NLoggerProxy.error(Object,I18NMessage,Object...).void warn(Object category, Throwable throwable)
I18NLoggerProxy.warn(Object,Throwable,I18NMessage,Object...).void warn(Object category)
I18NLoggerProxy.warn(Object,I18NMessage,Object...).void info(Object category, Throwable throwable)
I18NLoggerProxy.info(Object,Throwable,I18NMessage,Object...).void info(Object category)
I18NLoggerProxy.info(Object,I18NMessage,Object...).void debug(Object category, Throwable throwable)
I18NLoggerProxy.debug(Object,Throwable,I18NMessage,Object...).void debug(Object category)
I18NLoggerProxy.debug(Object,I18NMessage,Object...).void trace(Object category, Throwable throwable)
I18NLoggerProxy.trace(Object,Throwable,I18NMessage,Object...).void trace(Object category)
I18NLoggerProxy.trace(Object,I18NMessage,Object...).Copyright © 2015. All Rights Reserved.