| Package | Description |
|---|---|
| com.liferay.faces.util.i18n |
Copyright (c) 2000-2020 Liferay, Inc.
|
| Modifier and Type | Class and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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 |
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. |
abstract I18n |
I18nWrapper.getWrapped() |
I18n |
I18nBundleBase.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
I18nBundleBase(I18n i18n) |
Copyright © 2020 Liferay, Inc.. All rights reserved.