Class EncodingTestAction

java.lang.Object
com.opensymphony.xwork2.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.admin.actions.debug.EncodingTestAction
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

public class EncodingTestAction extends ConfluenceActionSupport
See Also:
  • Field Details

  • Constructor Details

    • EncodingTestAction

      public EncodingTestAction()
  • Method Details

    • isPermitted

      public boolean isPermitted()
      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 com.opensymphony.xwork2.Action
      Overrides:
      execute in class com.opensymphony.xwork2.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)