Uses of Class
r01f.locale.I18NService

Packages that use I18NService
r01f.locale   
 

Uses of I18NService in r01f.locale
 

Fields in r01f.locale with type parameters of type I18NService
(package private)  java.util.concurrent.ConcurrentMap<java.lang.String,I18NService> I18NServiceFactory._serviceCache
           
 

Methods in r01f.locale that return I18NService
 I18NService I18NServiceFactory.I18NServiceProvider.forBundleChain(java.lang.String[] bundleChain)
          Crea un acceso a los recursos a través del objeto I18NService en base a:
 I18NService I18NServiceFactory.I18NServiceProvider.forBundleChain(java.lang.String[] bundleChain, I18NBundle.MissingKeyBehaviour missingKeyBehaviour)
          Crea un acceso a los recursos a través del objeto I18NService en base a:
 I18NService I18NService.inDevMode()
          Pone el bundle en modo debug
 I18NService I18NService.withMissingKeyBehaviour(I18NBundle.MissingKeyBehaviour behaviour)
          Establece el comportamiento si no existe una clave (ej: lanzar una excepcion / devolver null)