public class SimpleThemeFactory extends Object implements IThemeFactory
All code in here, except the call to getTheme(), is always singlethreaded.
| Modifier and Type | Field and Description |
|---|---|
static SimpleThemeFactory |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
protected static IResourceRef |
findRef(DomApplication da,
String rurl,
IResourceDependencyList rdl) |
ITheme |
getTheme(DomApplication da,
String themeName)
Create the theme data for the theme passed.
|
public static final SimpleThemeFactory INSTANCE
@Nonnull public ITheme getTheme(@Nonnull DomApplication da, @Nonnull String themeName) throws Exception
IThemeFactorygetTheme in interface IThemeFactoryExceptionprotected static IResourceRef findRef(@Nonnull DomApplication da, @Nonnull String rurl, @Nonnull IResourceDependencyList rdl) throws Exception
ExceptionCopyright © 2017 etc.to. All rights reserved.