Package lumis.portal.theme
Interface IThemeProvider
-
public interface IThemeProvider
Provider for themes.- Since:
- 7.1.0
- Version:
- $Revision: 16037 $ $Date: 2013-11-21 20:58:50 -0200 (Thu, 21 Nov 2013) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ITheme>
getThemes()
Returns the list of themes that should be used.
-
-
-
Method Detail
-
getThemes
List<ITheme> getThemes() throws PortalException
Returns the list of themes that should be used.- Returns:
- the list of themes that should be used.
- Throws:
PortalException
- Since:
- 7.1.0
-
-