Class AbstractI18nActionSupport

java.lang.Object
org.apache.struts2.ActionSupport
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, org.apache.struts2.action.Action, org.apache.struts2.interceptor.ValidationAware, org.apache.struts2.Validateable
Direct Known Subclasses:
ConfluenceActionSupport

public abstract class AbstractI18nActionSupport extends com.opensymphony.xwork2.ActionSupport
Since:
8.9.0
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.opensymphony.xwork2.interceptor.ValidationAware

    com.opensymphony.xwork2.interceptor.ValidationAware.LegacyAdapter
  • Field Summary

    Fields inherited from class org.apache.struts2.ActionSupport

    container

    Fields inherited from interface org.apache.struts2.action.Action

    ERROR, INPUT, LOGIN, NONE, SUCCESS
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    getText(String key, Object[] args)
     
    getText(String key, String defaultValue)
     
    getText(String key, String[] args)
     
    getText(String key, String defaultValue, String obj)
     
    getText(String key, String defaultValue, String[] args)
     
    getText(String key, String defaultValue, List list)
     
    getText(String key, List list)
     
     

    Methods inherited from class org.apache.struts2.ActionSupport

    addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getContainer, getFieldErrors, getFormatted, getLocale, getLocaleProvider, getText, getText, getTextProvider, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, toLocale, validate

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.struts2.action.Action

    execute

    Methods inherited from interface org.apache.struts2.Validateable

    validate

    Methods inherited from interface org.apache.struts2.interceptor.ValidationAware

    addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getFieldErrors, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors
  • 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 org.apache.struts2.ActionSupport
    • getText

      public String getText(String key, List list)
      Specified by:
      getText in interface com.opensymphony.xwork2.TextProvider
      Overrides:
      getText in class org.apache.struts2.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 org.apache.struts2.ActionSupport
    • getText

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

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

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

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

      public String getTextStrict(String key)