Package io.gravitee.am.service.theme
Class ThemeResolution
java.lang.Object
io.gravitee.am.service.theme.ThemeResolution
- Author:
- Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ThemeResolutiongetCss()intvoidvoidsetCustomCss(String customCss) voidsetFaviconUrl(String faviconUrl) voidsetLogoUrl(String logoUrl) voidsetLogoWidth(int logoWidth)
-
Constructor Details
-
ThemeResolution
public ThemeResolution()
-
-
Method Details
-
getFaviconUrl
-
setFaviconUrl
-
getLogoUrl
-
setLogoUrl
-
getLogoWidth
public int getLogoWidth() -
setLogoWidth
public void setLogoWidth(int logoWidth) -
getCss
-
setCss
-
getCustomCss
-
setCustomCss
-
build
-