Class EditLookAndFeel

All Implemented Interfaces:
ErrorCollection, I18nHelper, HttpServletVariables, AuthorizationSupport, Serializable, webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware

public class EditLookAndFeel extends ViewApplicationProperties
See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • doExecute

      protected String doExecute() throws Exception
      Overrides:
      doExecute in class ViewApplicationProperties
      Throws:
      Exception
    • doDefault

      public String doDefault() throws Exception
      Overrides:
      doDefault in class webwork.action.ActionSupport
      Throws:
      Exception
    • getLogoFormAsHtml

      public String getLogoFormAsHtml()
    • getSiteTitleFormAsHtml

      public String getSiteTitleFormAsHtml()
    • getFavIconFormAsHtml

      public String getFavIconFormAsHtml()
    • getUserFormatFormAsHtml

      public String getUserFormatFormAsHtml()
    • currentSiteTitleOnLogoSetting

      public boolean currentSiteTitleOnLogoSetting()
    • isShowSiteTitleOnLogo

      public boolean isShowSiteTitleOnLogo()
    • setShowSiteTitleOnLogo

      public void setShowSiteTitleOnLogo(boolean showSiteTitleOnLogo)
    • doUploadLogo

      public String doUploadLogo()
    • doUploadDarkLogo

      public String doUploadDarkLogo()
    • doAutoUpdateColors

      public String doAutoUpdateColors()
    • doRestoreColorScheme

      public String doRestoreColorScheme()
    • doUpdateSiteTitle

      public String doUpdateSiteTitle()
    • doUploadFavicon

      public String doUploadFavicon()
    • doResetLogo

      public String doResetLogo()
    • doResetDarkLogo

      public String doResetDarkLogo()
    • doResetFavicon

      public String doResetFavicon()
    • doUserFormatUpdate

      public String doUserFormatUpdate()
    • getContextPath

      public String getContextPath()
    • getText

      public String getText(String aTextName)
      Description copied from interface: I18nHelper
      Called to return the formatted text of the specified i18n key or the key itself if no message can be found
      Specified by:
      getText in interface I18nHelper
      Overrides:
      getText in class JiraWebActionSupport
      Parameters:
      aTextName - the key of the i18n message
      Returns:
      the formatted text or the key itself if no i18n message can be found
    • getFaviconUrl

      public String getFaviconUrl()
    • setFaviconUrl

      public void setFaviconUrl(String faviconUrl)
    • doRefreshResources

      public String doRefreshResources() throws Exception
      Throws:
      Exception
    • setLightLogoUrl

      public void setLightLogoUrl(String logoUrl)
    • setDarkLogoUrl

      public void setDarkLogoUrl(String logoUrl)
    • getLogoUrl

      public String getLogoUrl(com.atlassian.theme.api.ThemeColorMode themeColorMode)
    • getLookAndFeelVersionNumber

      public String getLookAndFeelVersionNumber()
    • hasUserFormatsToEdit

      public boolean hasUserFormatsToEdit()
    • getAutoUpdateColorsLinkAsHtml

      public String getAutoUpdateColorsLinkAsHtml()
    • getDarkThemeWarningMessageAsHtml

      public String getDarkThemeWarningMessageAsHtml()