public class ThemeCustomizer extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ThemeCustomizer.ThemeCustomizerException
Erreur lors de la personnalisation du theme.
|
| Constructor and Description |
|---|
ThemeCustomizer(org.springframework.core.env.PropertySources propertySources)
Constructeur.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(URL url)
Ajoute le dossier au classpath.
|
void |
customizeTheme(String themeName,
String customThemeName)
Personnalise un theme Vaadin.
|
void |
customizeTheme(String themeName,
String customThemeName,
Map<String,String> filesToCopy)
Personnalise un theme Vaadin.
|
public ThemeCustomizer(org.springframework.core.env.PropertySources propertySources)
propertySources - propertySourcespublic void customizeTheme(String themeName, String customThemeName) throws ThemeCustomizer.ThemeCustomizerException
themeName - nom du theme à personnalisercustomThemeName - nom du theme personnaliséThemeCustomizer.ThemeCustomizerException - erreur lors de la personnalisation du themepublic void customizeTheme(String themeName, String customThemeName, Map<String,String> filesToCopy) throws ThemeCustomizer.ThemeCustomizerException
themeName - nom du theme à personnalisercustomThemeName - nom du theme personnaliséfilesToCopy - fichiers supplémentaires à copierThemeCustomizer.ThemeCustomizerException - erreur lors de la personnalisation du themeCopyright © 2017 Université de Lorraine. All rights reserved.