ThreadLocalManager.bindResource(LOGIN_LOCALE_KEY,loc);
ThreadLocalManager.bindResource(LOGIN_PRINCIPAL_KEY,principal);
ThreadLocalManager.bindResource(LOGIN_TIMEZONE_KEY,loc);
ThreadLocalManager.bindResource(String, Object)
.ThreadLocalManager
.MethodInvocation
, which is intercepted by a
MethodInterceptor
.MethodInvocation
, which operates on an
InvocationHandler
instance.JdbcTransactionInterceptor
.ThreadLocalManager.bindResource(String, Object)
with the given
datasource as a key.ResourceBundle
and abbreviated formatting using String.format(java.util.Locale, String, Object...)
.Messages
, which eases the retrieval of
localized resources.Messages
interface.Messages
instance by locale, plural rule and a resource bundle.Messages
instance by locale,and a resource bundle.Messages
instance by locale, plural rule and a resource bundle
to be loaded from a properties file from the resourcePath from the given class loader.Messages
instance by locale and a resource bundle
to be loaded from a properties file from the resourcePath from the given class loader.Messages
instance by locale, plural rule and a resource
bundle to be loaded from a properties file using the class loader and
the class name of the given class.Messages
instance by locale and a resource bundle
to be loaded from a properties file using the class loader and the
class name of the given class.zero
, one
, two
,
few
or many
mentioned in
the plural rule specification of the Unicode Consortium.MethodInvocation
, which operates on an ordinary
Java Object.ThreadLocal
.ThreadLocalManager.bindLoginLocale(Locale)
.ThreadLocalManager.bindLoginPrincipal(Principal)
.ThreadLocalManager.bindLoginTimeZone(TimeZone)
.ThreadLocalManager.bindResource(String, Object)
.ThreadLocalManager.bindResource(String, Object)
.Copyright © 2016 Clazzes.org. All rights reserved.