Class ResourceBundleLocalizedString

java.lang.Object
freemarker.template.LocalizedString
freemarker.template.ResourceBundleLocalizedString
All Implemented Interfaces:
TemplateModel, TemplateScalarModel

public class ResourceBundleLocalizedString extends LocalizedString
A concrete implementation of LocalizedString that gets a localized string from a ResourceBundle
  • Constructor Details

    • ResourceBundleLocalizedString

      public ResourceBundleLocalizedString(String resourceBundleLookupKey, String resourceKey)
      Parameters:
      resourceBundleLookupKey - The lookup key for the resource bundle
      resourceKey - the specific resource (assumed to be a string) to fish out of the resource bundle
  • Method Details