Class LocalizedTextProviderWrapper

java.lang.Object
com.atlassian.bamboo.struts.LocalizedTextProviderWrapper
All Implemented Interfaces:
com.opensymphony.xwork2.LocalizedTextProvider, Serializable

public class LocalizedTextProviderWrapper extends Object implements com.opensymphony.xwork2.LocalizedTextProvider
See Also:
  • Constructor Details

    • LocalizedTextProviderWrapper

      public LocalizedTextProviderWrapper()
  • Method Details

    • findDefaultText

      public String findDefaultText(String s, Locale locale)
      Specified by:
      findDefaultText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findDefaultText

      public String findDefaultText(String s, Locale locale, Object[] objects)
      Specified by:
      findDefaultText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findResourceBundle

      public ResourceBundle findResourceBundle(String s, Locale locale)
      Specified by:
      findResourceBundle in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(Class aClass, String s, Locale locale)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(Class aClass, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(ResourceBundle resourceBundle, String s, Locale locale)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • findText

      public String findText(ResourceBundle resourceBundle, String s, Locale locale, String s1, Object[] objects, com.opensymphony.xwork2.util.ValueStack valueStack)
      Specified by:
      findText in interface com.opensymphony.xwork2.LocalizedTextProvider
    • addDefaultResourceBundle

      public void addDefaultResourceBundle(String s)
      Specified by:
      addDefaultResourceBundle in interface com.opensymphony.xwork2.LocalizedTextProvider