| Home >> All >> javax >> servlet >> jsp >> jstl >> [ fmt Javadoc ] |
javax.servlet.jsp.jstl.fmt: Javadoc index of package javax.servlet.jsp.jstl.fmt.
Package Samples:
javax.servlet.jsp.jstl.fmt
Classes:
LocalizationContext: Class representing an I18N localization context. An I18N localization context has two components: a resource bundle and the locale that led to the resource bundle match. The resource bundle component is used by <fmt:message> for mapping message keys to localized messages, and the locale component is used by the <fmt:message>, <fmt:formatNumber>, <fmt:parseNumber>, <fmt:formatDate>, and <fmt:parseDate> actions as their formatting or parsing locale, respectively.
LocaleSupport: Class which exposes the locale-determination logic for resource bundles through convenience methods. This class may be useful to any tag handler implementation that needs to produce localized messages. For example, this might be useful for exception messages that are intended directly for user consumption on an error page.
| Home | Contact Us | Privacy Policy | Terms of Service |