com.atlassian.jira.config.properties
Class LookAndFeelBean

java.lang.Object
  extended by com.atlassian.jira.config.properties.LookAndFeelBean

public class LookAndFeelBean
extends Object

Bean mainly used to maintain a version number for all the menu colours. This allows us to cache this information until it is updated (i.e.:version number is incremented).


Nested Class Summary
static class LookAndFeelBean.DefaultColours
          These are the "intended" colours for the JIRA Header.
static class LookAndFeelBean.DefaultFaviconDimensions
           
 
Method Summary
 String getAbsoluteLogoUrl()
           
 String getApplicationID()
           
 String getDefaultBackedString(String key, String defaultValue)
          Performs a lookup on the application properties for the specified key.
 String getFaviconHeight()
           
 String getFaviconHiResHeight()
           
 String getFaviconHiResUrl()
           
 String getFaviconHiResWidth()
           
 String getFaviconUrl()
           
 String getFaviconWidth()
           
 String getGadgetChromeColor(String id)
           
static LookAndFeelBean getInstance(ApplicationProperties ap)
           
 String getLogoHeight()
           
 String getLogoPixelHeight()
           
 String getLogoPixelWidth()
           
 String getLogoUrl()
           
 String getLogoWidth()
           
 String getMenuBackgroundColour()
           
 String getMenuSeparatorColour()
           
 String getMenuTxtColour()
           
 String getTextActiveLinkColour()
           
 String getTextHeadingColour()
           
 String getTextLinkColour()
           
 String getTopBackgroundColour()
           
 String getTopHighlightColor()
           
 String getTopSeparatorBackgroundColor()
           
 String getTopTextHighlightColor()
           
 String getTopTxtColour()
           
 long getVersion()
           
 void setFaviconHiResUrl(String faviconUrl)
           
 void setFaviconUrl(String faviconUrl)
           
 void setGadgetChromeColor(String id, String gadgetChromeColor)
           
 void setLogoHeight(String logoHeight)
           
 void setLogoUrl(String logoUrl)
           
 void setLogoWidth(String logoWidth)
           
 void setMenuBackgroundColour(String menuBackgroundColour)
           
 void setMenuSeparatorColour(String menuSeparatorColour)
           
 void setMenuTxtColour(String menuTxtColour)
           
 void setTextActiveLinkColour(String textActiveLinkColour)
           
 void setTextHeadingColour(String textHeadingColour)
           
 void setTextLinkColour(String textLinkColour)
           
 void setTopBackgroundColour(String topBackgroundColour)
           
 void setTopHighlightColor(String newValue)
           
 void setTopSeparatorBackgroundColor(String newValue)
           
 void setTopTextHighlightColor(String newValue)
           
 void setTopTxtColour(String topTxtColour)
           
 String stripHash(String colour)
           
 void updateVersion(long oldVersion)
          Convenience method used by data import (see JRA-11680) to update version number to the greater version number after the import (to make sure LF values wont be cached).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static LookAndFeelBean getInstance(ApplicationProperties ap)

stripHash

public String stripHash(String colour)

updateVersion

public void updateVersion(long oldVersion)
Convenience method used by data import (see JRA-11680) to update version number to the greater version number after the import (to make sure LF values wont be cached).

Parameters:
oldVersion - the previous version

getVersion

public long getVersion()

getLogoUrl

public String getLogoUrl()

getAbsoluteLogoUrl

public String getAbsoluteLogoUrl()

setLogoUrl

public void setLogoUrl(String logoUrl)

getLogoWidth

public String getLogoWidth()

getLogoPixelWidth

public String getLogoPixelWidth()

setLogoWidth

public void setLogoWidth(String logoWidth)

getLogoHeight

public String getLogoHeight()

getLogoPixelHeight

public String getLogoPixelHeight()

setLogoHeight

public void setLogoHeight(String logoHeight)

getFaviconUrl

public String getFaviconUrl()

setFaviconUrl

public void setFaviconUrl(String faviconUrl)

getFaviconWidth

public String getFaviconWidth()

getFaviconHeight

public String getFaviconHeight()

getFaviconHiResUrl

public String getFaviconHiResUrl()

setFaviconHiResUrl

public void setFaviconHiResUrl(String faviconUrl)

getFaviconHiResWidth

public String getFaviconHiResWidth()

getFaviconHiResHeight

public String getFaviconHiResHeight()

getTopBackgroundColour

public String getTopBackgroundColour()

setTopBackgroundColour

public void setTopBackgroundColour(String topBackgroundColour)

getTopTxtColour

public String getTopTxtColour()

setTopTxtColour

public void setTopTxtColour(String topTxtColour)

getTopHighlightColor

public String getTopHighlightColor()

setTopHighlightColor

public void setTopHighlightColor(String newValue)

getTopTextHighlightColor

public String getTopTextHighlightColor()

setTopTextHighlightColor

public void setTopTextHighlightColor(String newValue)

getTopSeparatorBackgroundColor

public String getTopSeparatorBackgroundColor()

setTopSeparatorBackgroundColor

public void setTopSeparatorBackgroundColor(String newValue)

getMenuTxtColour

public String getMenuTxtColour()

setMenuTxtColour

public void setMenuTxtColour(String menuTxtColour)

getMenuBackgroundColour

public String getMenuBackgroundColour()

setMenuBackgroundColour

public void setMenuBackgroundColour(String menuBackgroundColour)

getMenuSeparatorColour

public String getMenuSeparatorColour()

setMenuSeparatorColour

public void setMenuSeparatorColour(String menuSeparatorColour)

getTextHeadingColour

public String getTextHeadingColour()

setTextHeadingColour

public void setTextHeadingColour(String textHeadingColour)

getTextLinkColour

public String getTextLinkColour()

setTextLinkColour

public void setTextLinkColour(String textLinkColour)

getTextActiveLinkColour

public String getTextActiveLinkColour()

setTextActiveLinkColour

public void setTextActiveLinkColour(String textActiveLinkColour)

getGadgetChromeColor

public String getGadgetChromeColor(String id)

setGadgetChromeColor

public void setGadgetChromeColor(String id,
                                 String gadgetChromeColor)

getApplicationID

public String getApplicationID()

getDefaultBackedString

public String getDefaultBackedString(String key,
                                     String defaultValue)
Performs a lookup on the application properties for the specified key. If the key returns a null value, returns the default value specified. This would happen if no value exists in the database AND no value exists in the jira-application.properties file.

Parameters:
key - the Application Properties key to look up
defaultValue - the value to return if the key yields null
Returns:
the value of the key in the Application Properties, or the default value specified


Copyright © 2002-2012 Atlassian. All Rights Reserved.