Package lumis.portal.url
Class WebResourceUtil
- java.lang.Object
-
- lumis.portal.url.WebResourceUtil
-
public class WebResourceUtil extends Object
Utility class forWebResource
.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
-
-
Constructor Summary
Constructors Constructor Description WebResourceUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IThemeProvider
getThemeProvider(WebResource webResource)
Returns the theme provider set in the given web resource.static void
setThemeProvider(IThemeProvider provider, WebResource webResource)
Sets the given theme provider in the given web resource.
-
-
-
Method Detail
-
setThemeProvider
public static void setThemeProvider(IThemeProvider provider, WebResource webResource)
Sets the given theme provider in the given web resource.- Parameters:
provider
- the theme provider.webResource
- the web resource.- Since:
- 7.1.0
-
getThemeProvider
public static IThemeProvider getThemeProvider(WebResource webResource)
Returns the theme provider set in the given web resource.- Parameters:
webResource
- the web resource.- Returns:
- the theme provider set in the given web resource.
- Since:
- 7.1.0
-
-