Java com.liferay.portal.kernel.language LanguageUtil fields, constructors, methods, implement or subclass

Example usage for Java com.liferay.portal.kernel.language LanguageUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.liferay.portal.kernel.language LanguageUtil.

The text is from its open source code.

Constructor

Method

Stringformat(HttpServletRequest httpServletRequest, String pattern, LanguageWrapper argument, boolean translateArguments)
Stringformat(HttpServletRequest httpServletRequest, String pattern, LanguageWrapper[] arguments, boolean translateArguments)
Stringformat(HttpServletRequest httpServletRequest, String pattern, Object argument, boolean translateArguments)
Stringformat(HttpServletRequest httpServletRequest, String pattern, Object[] arguments, boolean translateArguments)
Stringformat(Locale locale, String pattern, Object argument, boolean translateArguments)
Stringformat(Locale locale, String pattern, Object[] arguments, boolean translateArguments)
Stringformat(ResourceBundle resourceBundle, String pattern, Object argument, boolean translateArguments)
Stringformat(ResourceBundle resourceBundle, String pattern, Object[] arguments, boolean translateArguments)
Stringformat(HttpServletRequest httpServletRequest, String pattern, LanguageWrapper argument)
Stringformat(HttpServletRequest httpServletRequest, String pattern, LanguageWrapper[] arguments)
Stringformat(HttpServletRequest httpServletRequest, String pattern, Object argument)
Stringformat(HttpServletRequest httpServletRequest, String pattern, Object[] arguments)
Stringformat(Locale locale, String pattern, List arguments)
Stringformat(Locale locale, String pattern, Object argument)
Stringformat(Locale locale, String pattern, Object[] arguments)
Stringformat(ResourceBundle resourceBundle, String pattern, Object argument)
Stringformat(ResourceBundle resourceBundle, String pattern, Object[] arguments)
Stringget(HttpServletRequest httpServletRequest, String key)
Stringget(Locale locale, String key)
Stringget(ResourceBundle resourceBundle, String key)
Stringget(HttpServletRequest httpServletRequest, ResourceBundle resourceBundle, String key)
Stringget(HttpServletRequest httpServletRequest, String key, String defaultValue)
Stringget(Locale locale, String key, String defaultValue)
Stringget(ResourceBundle resourceBundle, String key, String defaultValue)
SetgetAvailableLocales()
SetgetAvailableLocales(long groupId)
LanguagegetLanguage()
StringgetLanguageId(HttpServletRequest httpServletRequest)
StringgetLanguageId(Locale locale)
StringgetLanguageId(PortletRequest portletRequest)
LocalegetLocale(String languageCode)
ResourceBundleLoadergetPortalResourceBundleLoader()
StringgetTimeDescription(HttpServletRequest httpServletRequest, long milliseconds, boolean approximate)
StringgetTimeDescription(Locale locale, long milliseconds, boolean approximate)
booleanisAvailableLocale(Locale locale)
booleanisAvailableLocale(String languageId)
booleanisAvailableLocale(long groupId, Locale locale)
booleanisAvailableLocale(long groupId, String languageId)
booleanisDuplicateLanguageCode(String languageCode)
booleanisInheritLocales(long groupId)
voidsetLanguage(Language language)
voidupdateCookie(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Locale locale)