Uses of Class
com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor

Packages that use ThemeModuleDescriptor
com.atlassian.confluence.admin.actions.lookandfeel   
com.atlassian.confluence.spaces.actions   
com.atlassian.confluence.themes   
com.atlassian.confluence.util   
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.admin.actions.lookandfeel
 

Methods in com.atlassian.confluence.admin.actions.lookandfeel that return ThemeModuleDescriptor
 ThemeModuleDescriptor AbstractThemeAction.getCurrentThemeDescriptor()
           
 

Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type ThemeModuleDescriptor
 boolean AbstractThemeAction.hasIcon(ThemeModuleDescriptor descriptor)
           
protected abstract  String AbstractThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the Config Path for the theme defined in the theme plugin.xml
 String ChooseThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the global configuration.
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.spaces.actions
 

Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeModuleDescriptor
 String AbstractCreateSpaceAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the space configuration.
 boolean AbstractCreateSpaceAction.hasIcon(ThemeModuleDescriptor descriptor)
           
 String ChooseThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the space configuration.
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes with parameters of type ThemeModuleDescriptor
 void BasicTheme.init(ThemeModuleDescriptor moduleDescriptor)
           
 void Theme.init(ThemeModuleDescriptor moduleDescriptor)
           
 

Uses of ThemeModuleDescriptor in com.atlassian.confluence.util
 

Methods in com.atlassian.confluence.util that return ThemeModuleDescriptor
 ThemeModuleDescriptor LayoutHelper.findThemeDescriptor(String moduleCompleteKey)
           
 

Methods in com.atlassian.confluence.util with parameters of type ThemeModuleDescriptor
 boolean LayoutHelper.hasIcon(ThemeModuleDescriptor descriptor)
           
 String LayoutHelper.getConfigPath(ThemeModuleDescriptor descriptor, String configPath)
           
 



Confluence is developed by Atlassian.