Class AbstractI18nActionSupport

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.AbstractI18nActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable
Direct Known Subclasses:
ConfluenceActionSupport

public abstract class AbstractI18nActionSupport extends com.opensymphony.xwork2.ActionSupport
Since:
8.9.0
See Also:
  • Constructor Details

    • AbstractI18nActionSupport

      public AbstractI18nActionSupport()
  • Method Details

    • getText

      public String getText(String key)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, List list)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, Object[] args)
    • getText

      public String getText(String key, String defaultValue)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, String defaultValue, List list)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, String defaultValue, String obj)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, String defaultValue, String[] args)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getText

      public String getText(String key, String[] args)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class com.opensymphony.xwork2.ActionSupport
    • getTextStrict

      public String getTextStrict(String key)