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).


Method Summary
static LookAndFeelBean getInstance(ApplicationProperties ap)
           
 String getLogoHeight()
           
 String getLogoUrl()
           
 String getLogoWidth()
           
 String getMenuBackgroundColour()
           
 String getMenuHighlightColour()
           
 String getMenuTextHighlightColour()
           
 String getMenuTxtColour()
           
 String getTextActiveLinkColour()
           
 String getTextHeadingColour()
           
 String getTextLinkColour()
           
 String getTopBackgroundColour()
           
 String getTopTxtColour()
           
 long getVersion()
           
 void setLogoHeight(String logoHeight)
           
 void setLogoUrl(String logoUrl)
           
 void setLogoWidth(String logoWidth)
           
 void setMenuBackgroundColour(String menuBackgroundColour)
           
 void setMenuHighlightColour(String topHighlightColour)
           
 void setMenuTextHighlightColour(String menuTextHighlightColour)
           
 void setMenuTxtColour(String menuTxtColour)
           
 void setTextActiveLinkColour(String textActiveLinkColour)
           
 void setTextHeadingColour(String textHeadingColour)
           
 void setTextLinkColour(String textLinkColour)
           
 void setTopBackgroundColour(String topBackgroundColour)
           
 void setTopTxtColour(String topTxtColour)
           
 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)

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 -

getVersion

public long getVersion()

getLogoUrl

public String getLogoUrl()

setLogoUrl

public void setLogoUrl(String logoUrl)

getLogoWidth

public String getLogoWidth()

setLogoWidth

public void setLogoWidth(String logoWidth)

getLogoHeight

public String getLogoHeight()

setLogoHeight

public void setLogoHeight(String logoHeight)

getTopBackgroundColour

public String getTopBackgroundColour()

setTopBackgroundColour

public void setTopBackgroundColour(String topBackgroundColour)

getTopTxtColour

public String getTopTxtColour()

setTopTxtColour

public void setTopTxtColour(String topTxtColour)

getMenuTxtColour

public String getMenuTxtColour()

setMenuTxtColour

public void setMenuTxtColour(String menuTxtColour)

getMenuHighlightColour

public String getMenuHighlightColour()

setMenuHighlightColour

public void setMenuHighlightColour(String topHighlightColour)

getMenuTextHighlightColour

public String getMenuTextHighlightColour()

setMenuTextHighlightColour

public void setMenuTextHighlightColour(String menuTextHighlightColour)

getTextHeadingColour

public String getTextHeadingColour()

setTextHeadingColour

public void setTextHeadingColour(String textHeadingColour)

getMenuBackgroundColour

public String getMenuBackgroundColour()

setMenuBackgroundColour

public void setMenuBackgroundColour(String menuBackgroundColour)

getTextLinkColour

public String getTextLinkColour()

setTextLinkColour

public void setTextLinkColour(String textLinkColour)

getTextActiveLinkColour

public String getTextActiveLinkColour()

setTextActiveLinkColour

public void setTextActiveLinkColour(String textActiveLinkColour)


Copyright © 2002-2007 Atlassian. All Rights Reserved.