Uses of Interface
lumis.portal.theme.IThemeProvider
-
Packages that use IThemeProvider Package Description lumis.portal.url Manages the resolution of page URLs. -
-
Uses of IThemeProvider in lumis.portal.url
Methods in lumis.portal.url that return IThemeProvider Modifier and Type Method Description static IThemeProvider
WebResourceUtil. getThemeProvider(WebResource webResource)
Returns the theme provider set in the given web resource.Methods in lumis.portal.url with parameters of type IThemeProvider Modifier and Type Method Description static void
WebResourceUtil. setThemeProvider(IThemeProvider provider, WebResource webResource)
Sets the given theme provider in the given web resource.
-