Class EncodingTestAction

java.lang.Object
org.apache.struts2.ActionSupport
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
WebInterface, MessageHolderAware, 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

public class EncodingTestAction extends ConfluenceActionSupport
See Also:
  • Field Details

  • Constructor Details

    • EncodingTestAction

      public EncodingTestAction()
  • Method Details

    • isPermitted

      public boolean isPermitted()
      Description copied from class: ConfluenceActionSupport
      Overrides:
      isPermitted in class ConfluenceActionSupport
    • isFileCreatedSuccessfully

      public boolean isFileCreatedSuccessfully()
    • getFileCreationException

      public Throwable getFileCreationException()
    • isFileNameMangled

      public boolean isFileNameMangled()
    • getRawTestString

      public String getRawTestString()
    • execute

      public String execute() throws org.hibernate.HibernateException, SQLException
      Specified by:
      execute in interface org.apache.struts2.action.Action
      Overrides:
      execute in class org.apache.struts2.ActionSupport
      Throws:
      org.hibernate.HibernateException
      SQLException
    • getDefaultEncoding

      public String getDefaultEncoding()
    • getSubmittedTestString

      public String getSubmittedTestString()
    • setSubmittedTestString

      public void setSubmittedTestString(String submittedTestString)
    • getDatabasedTestString

      public String getDatabasedTestString()
    • setDatabasedTestString

      public void setDatabasedTestString(String databasedTestString)
    • getDatabasedLowercaseTestString

      public String getDatabasedLowercaseTestString()
    • setApplicationConfig

      public void setApplicationConfig(com.atlassian.config.ApplicationConfiguration applicationConfig)