Class ViewApplicationProperties

java.lang.Object
webwork.action.ActionSupport
All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware
Direct Known Subclasses:
EditApplicationProperties, EditLookAndFeel

public class ViewApplicationProperties extends ProjectActionSupport
See Also:
  • Field Details

    • searchService

      protected final UserSearchService searchService
    • localeManager

      protected final LocaleManager localeManager
    • timeZoneService

      protected final TimeZoneService timeZoneService
    • rendererManager

      protected final RendererManager rendererManager
    • licenseChecker

      protected final DCFeatureLicenseChecker licenseChecker
    • disableInlineEdit

      protected boolean disableInlineEdit
    • criteriaAutoUpdate

      protected boolean criteriaAutoUpdate
  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class webwork.action.ActionSupport
      Throws:
      Exception
    • getLocaleManager

      public LocaleManager getLocaleManager()
    • getJiraMode

      public String getJiraMode()
    • getDisplayNameOfLocale

      public String getDisplayNameOfLocale(Locale locale)
    • useSystemTimeZone

      public boolean useSystemTimeZone()
    • getDefaultTimeZoneInfo

      public TimeZoneInfo getDefaultTimeZoneInfo()
    • getContactAdministratorsMessage

      public String getContactAdministratorsMessage()
    • getShowPluginHints

      public boolean getShowPluginHints()
    • getTacUrl

      public String getTacUrl()
    • isDisableInlineEdit

      public boolean isDisableInlineEdit()
    • isShowDisableInlineEdit

      public boolean isShowDisableInlineEdit()
    • isShowDisableCriteriaAutoUpdate

      public boolean isShowDisableCriteriaAutoUpdate()
    • isCriteriaAutoUpdate

      public boolean isCriteriaAutoUpdate()
    • isProductRecommendationsEditable

      public final boolean isProductRecommendationsEditable()
      Returns:
      a boolean indicating if the "Show Product Recommendations" option can be edited
    • isProductRecommendations

      public final boolean isProductRecommendations()
      Returns:
      a boolean indicating whether "Show Product Recommendations" is enabled
    • setProductRecommendations

      public void setProductRecommendations(boolean productRecommendations)
      Parameters:
      productRecommendations - whether "Show Product Recommendations" is enabled
    • isProjectDescriptionHtmlEnabled

      public boolean isProjectDescriptionHtmlEnabled()
    • setProjectDescriptionHtmlEnabled

      public void setProjectDescriptionHtmlEnabled(boolean projectDescriptionHtmlEnabled)
    • isCustomFieldHtmlEnabled

      public boolean isCustomFieldHtmlEnabled()
    • setCustomFieldHtmlEnabled

      public void setCustomFieldHtmlEnabled(boolean customFieldHtmlEnabled)
    • getGzipCompression

      public GzipCompression getGzipCompression()
    • getIntroductionProperty

      public IntroductionProperty getIntroductionProperty()
    • isBackgroundIndexingAvailable

      public boolean isBackgroundIndexingAvailable()
    • getIsDataCenterLicensed

      public boolean getIsDataCenterLicensed()
    • isEmptyJqlReturnsNoDataEnabled

      public boolean isEmptyJqlReturnsNoDataEnabled()
    • setEmptyJqlReturnsNoDataEnabled

      public void setEmptyJqlReturnsNoDataEnabled(boolean emptyJqlReturnsNoDataEnabled)
    • isCsvExportDialogEnabled

      public boolean isCsvExportDialogEnabled()
    • setCsvExportDialogEnabled

      public void setCsvExportDialogEnabled(boolean csvExportDialogEnabled)
    • isXsrfDialogDisplayParamsEnabled

      public boolean isXsrfDialogDisplayParamsEnabled()
    • setXsrfDialogDisplayParamsEnabled

      public void setXsrfDialogDisplayParamsEnabled(boolean xsrfDialogDisplayParamsEnabled)
    • isIssueCommentReactionsEnabled

      public boolean isIssueCommentReactionsEnabled()
    • setIssueCommentReactionsEnabled

      public void setIssueCommentReactionsEnabled(boolean issueCommentReactionsEnabled)
    • getAllowedLanguages

      public Map<String,String> getAllowedLanguages()
    • getCurrentIndexingLanguageDescription

      public String getCurrentIndexingLanguageDescription()
    • isUnifiedUserManagementEnabled

      public boolean isUnifiedUserManagementEnabled()
    • getCommentReactionsEnabled

      public boolean getCommentReactionsEnabled()
    • isStackTraceEnabled

      public boolean isStackTraceEnabled()