public class ExtendingThemeManager extends Object implements ThemeProvider
Modifier and Type | Class and Description |
---|---|
static class |
ExtendingThemeManager.ExtendingTheme |
Constructor and Description |
---|
ExtendingThemeManager(ProviderSession providerSession) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Theme |
createTheme(String name,
Theme.Type type) |
int |
getProviderPriority() |
int |
getStaticMaxAge() |
boolean |
hasTheme(String name,
Theme.Type type) |
Set<String> |
nameSet(Theme.Type type) |
public ExtendingThemeManager(ProviderSession providerSession)
public int getStaticMaxAge()
public int getProviderPriority()
getProviderPriority
in interface ThemeProvider
public Theme createTheme(String name, Theme.Type type) throws IOException
createTheme
in interface ThemeProvider
IOException
public Set<String> nameSet(Theme.Type type)
nameSet
in interface ThemeProvider
public boolean hasTheme(String name, Theme.Type type)
hasTheme
in interface ThemeProvider
Copyright © 2014. All Rights Reserved.