Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.theme.themes.ThemeDescriptor

Packages that use ThemeDescriptor
org.nuxeo.theme.editor   
org.nuxeo.theme.html   
org.nuxeo.theme.html.ui   
org.nuxeo.theme.themes   
 

Uses of ThemeDescriptor in org.nuxeo.theme.editor
 

Methods in org.nuxeo.theme.editor that return ThemeDescriptor
static ThemeDescriptor Main.getThemeDescriptor(String themeName)
           
 

Uses of ThemeDescriptor in org.nuxeo.theme.html
 

Methods in org.nuxeo.theme.html with parameters of type ThemeDescriptor
static String CSSUtils.expandVariables(String text, String basePath, String collectionName, ThemeDescriptor themeDescriptor)
           
 

Uses of ThemeDescriptor in org.nuxeo.theme.html.ui
 

Methods in org.nuxeo.theme.html.ui with parameters of type ThemeDescriptor
static String ThemeStyles.generateThemeStyles(String themeName, ThemeDescriptor themeDescriptor, String basePath, String collectionName, boolean includeDate)
           
 

Uses of ThemeDescriptor in org.nuxeo.theme.themes
 

Methods in org.nuxeo.theme.themes that return ThemeDescriptor
static ThemeDescriptor ThemeManager.createCustomTheme(String name)
           
static ThemeDescriptor ThemeManager.customizeTheme(ThemeDescriptor themeDescriptor)
           
static ThemeDescriptor ThemeManager.getThemeDescriptor(String src)
           
static ThemeDescriptor ThemeManager.getThemeDescriptorByThemeName(String themeName)
           
static ThemeDescriptor ThemeManager.getThemeDescriptorByThemeName(String templateEngine, String themeName)
           
static ThemeDescriptor ThemeManager.uncustomizeTheme(ThemeDescriptor themeDescriptor)
           
 

Methods in org.nuxeo.theme.themes that return types with arguments of type ThemeDescriptor
static List<ThemeDescriptor> ThemeManager.getThemeDescriptors()
           
 

Methods in org.nuxeo.theme.themes with parameters of type ThemeDescriptor
static ThemeDescriptor ThemeManager.customizeTheme(ThemeDescriptor themeDescriptor)
           
static void ThemeManager.loadTheme(ThemeDescriptor themeDescriptor)
           
static void ThemeParser.registerTheme(ThemeDescriptor themeDescriptor, boolean preload)
           
static void ThemeParser.registerTheme(ThemeDescriptor themeDescriptor, String xmlSource, boolean preload)
           
static ThemeDescriptor ThemeManager.uncustomizeTheme(ThemeDescriptor themeDescriptor)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.