Uses of Interface
com.liferay.faces.util.i18n.I18n

Packages that use I18n
com.liferay.faces.util.i18n   
 

Uses of I18n in com.liferay.faces.util.i18n
 

Classes in com.liferay.faces.util.i18n that implement I18n
 class I18nBundleBase
          This is an abstract class that provides a convenient base implementation for introducing an internationalized ResourceBundle into the I18n delegation chain.
 class I18nWrapper
           
 

Methods in com.liferay.faces.util.i18n that return I18n
abstract  I18n I18nFactory.getI18n()
          Returns a stateless, thread-safe singleton instance of I18n.
static I18n I18nFactory.getI18nInstance()
          Deprecated. Call I18nFactory.getI18nInstance(ExternalContext) instead.

Returns a stateless, thread-safe singleton instance of I18n from the I18nFactory found by the FactoryExtensionFinder.

static I18n I18nFactory.getI18nInstance(javax.faces.context.ExternalContext externalContext)
          Returns a stateless, thread-safe singleton instance of I18n from the I18nFactory found by the FactoryExtensionFinder.
 I18n I18nBundleBase.getWrapped()
           
abstract  I18n I18nWrapper.getWrapped()
           
 

Methods in com.liferay.faces.util.i18n with parameters of type I18n
static javax.faces.application.FacesMessage I18nUtil.getFacesMessage(I18n i18n, javax.faces.context.FacesContext facesContext, Locale locale, javax.faces.application.FacesMessage.Severity severity, String messageId)
           
static javax.faces.application.FacesMessage I18nUtil.getFacesMessage(I18n i18n, javax.faces.context.FacesContext facesContext, Locale locale, javax.faces.application.FacesMessage.Severity severity, String messageId, Object... arguments)
           
 

Constructors in com.liferay.faces.util.i18n with parameters of type I18n
I18nBundleBase(I18n i18n)
           
 



Copyright © 2019 Liferay, Inc.. All rights reserved.