Java javax.servlet.jsp.jstl.fmt LocalizationContext fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.jsp.jstl.fmt LocalizationContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.jsp.jstl.fmt LocalizationContext.

The text is from its open source code.

Constructor

LocalizationContext(ResourceBundle bundle, Locale locale)
Constructs an I18N localization context from the given resource bundle and locale.
LocalizationContext(ResourceBundle bundle)
Constructs an I18N localization context from the given resource bundle.

Method

LocalegetLocale()
Gets the locale of this I18N localization context.
ResourceBundlegetResourceBundle()
Gets the resource bundle of this I18N localization context.