Class ThemingConfig
java.lang.Object
org.teamapps.application.server.system.config.ThemingConfig
public class ThemingConfig
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description ThemingConfig() -
Method Summary
Modifier and Type Method Description java.lang.StringgetDefaultApplicationBackgroundUrl()java.lang.StringgetLoginBackgroundUrl()booleanisCustomApplicationBackground()voidsetCustomApplicationBackground(boolean customApplicationBackground)voidsetDefaultApplicationBackgroundUrl(java.lang.String defaultApplicationBackgroundUrl)voidsetLoginBackgroundUrl(java.lang.String loginBackgroundUrl)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ThemingConfig
public ThemingConfig()
-
-
Method Details
-
isCustomApplicationBackground
public boolean isCustomApplicationBackground() -
setCustomApplicationBackground
public void setCustomApplicationBackground(boolean customApplicationBackground) -
getLoginBackgroundUrl
public java.lang.String getLoginBackgroundUrl() -
setLoginBackgroundUrl
public void setLoginBackgroundUrl(java.lang.String loginBackgroundUrl) -
getDefaultApplicationBackgroundUrl
public java.lang.String getDefaultApplicationBackgroundUrl() -
setDefaultApplicationBackgroundUrl
public void setDefaultApplicationBackgroundUrl(java.lang.String defaultApplicationBackgroundUrl)
-