org.apache.turbine.services.localization.TurbineLocalizationService <p>This class is the single point of access to all localization resources. It caches different ResourceBundles for different Locales.</p> <p>Usage example:</p> <blockquote><code><pre> LocalizationService ls = (LocalizationService) TurbineServices .getIn ...
org.apache.avalon.util.i18n.Resources A class to simplify extracting localized strings, icons and other common resources from a ResourceBundle. Reworked to mirror behaviour of StringManager from Tomcat (format() to getString()). @author <a HREF="mailto:dev@avalon.apache.org">Avalon Development Team</a>
org.jboss.axis.i18n.ProjectResourceBundle <p>Wrapper class for resource bundles. Property files are used to store resource strings, which are the only types of resources available. Property files can inherit properties from other files so that a base property file can be used and a small number of properties can be over-ridden by an ...
freemarker.ext.beans.ResourceBundleModel <p>A hash model that wraps a resource bundle. Makes it convenient to store localized content in the data model. It also acts as a method model that will take a resource key and arbitrary number of arguments and will apply {@link MessageFormat} with arguments on the string represented by the ...
org.apache.turbine.services.localization.Localization Wrapper around the TurbineLocalization Service that makes it easy to grab something from the service and make the code cleaner. <p> Instead of typing: <br> ((LocalizationService)TurbineServices.getInstance()<br> .getService(LocalizationService.SERVICE_NAME))<br> .getBun ...
org.eclipse.ui.texteditor.SelectMarkerRulerAction A ruler action which can select the textual range of a marker that has a visual representation in a vertical ruler. <p> This class may be instantiated but is not intended for sub-classing. </p> @since 2.0
com.jgoodies.forms.extras.I15dPanelBuilder A general purpose panel builder that uses the {@link FormLayout} to layout <code>JPanel</code>s. In addition to its superclass {@link PanelBuilder} this class provides convenience behavior to map resource keys to their associated internationalized (i15d) strings when adding labels, tit ...