public class ThemeRetrieverImpl extends java.lang.Object implements ThemeRetriever
| Constructor and Description |
|---|
ThemeRetrieverImpl(ReadPersistenceService persistenceService) |
| Modifier and Type | Method and Description |
|---|---|
STheme |
getTheme(SThemeType type,
boolean isDefault)
Retrieves the default or current theme for the specific type.
|
public ThemeRetrieverImpl(ReadPersistenceService persistenceService)
public STheme getTheme(SThemeType type, boolean isDefault) throws SBonitaReadException
ThemeRetrievergetTheme in interface ThemeRetrievertype - The type of the themeisDefault - true if is a default theme; false otherwiseSBonitaReadException