Package org.apache.struts2.text
package org.apache.struts2.text
-
ClassDescriptionThis is a composite
TextProvider
that takes in an array orList
ofTextProvider
s, it will consult each of them in order to get a composite result.DefaultTextProvider gets texts from only the default resource bundles associated with the default bundles.Provides support for localization in the framework, it can be used to read only default bundles.Extension Interface for TextProvider to help supporting ResourceBundles.Provides support for localization in the framework, it can be used to read only default bundles, or it can search the class hierarchy to find proper bundles.This factory enables users to provide and correctly initialize a custom TextProvider.Provides access toResourceBundle
s and their underlying text messages.Default TextProvider implementation.