|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThemePreProcessor
Theme pre processors are registered with ThemeBuilder
and invoked on
each theme processed
Pre processors are invoked after overlays for the theme have been applied, but before any merging and minification. Therefore they can create or modify assets for the theme
Pre processors may also have configuration that is supplied through the theme properties
Method Summary | |
---|---|
void |
processTheme(String themeName,
File themeDirectory,
Properties themeProperties)
Invoked to perform processing on the given theme |
Method Detail |
---|
void processTheme(String themeName, File themeDirectory, Properties themeProperties)
themeName
- name of the theme to processthemeDirectory
- directory containing the theme assetsthemeProperties
- properties for the theme containing its configuration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |