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
protected abstract  java.lang.String AbstractThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the Config Path for the theme defined in the theme plugin.xml
 java.lang.String ChooseThemeAction.getConfigPath(ThemeModuleDescriptor descriptor)
          returns the context path for the global configuration.
 boolean AbstractThemeAction.hasIcon(ThemeModuleDescriptor descriptor)
           
 

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

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

Uses of ThemeModuleDescriptor in com.atlassian.confluence.themes
 

Methods in com.atlassian.confluence.themes with parameters of type ThemeModuleDescriptor
 void DefaultTheme.init(ThemeModuleDescriptor moduleDescriptor)
           
 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(java.lang.String moduleCompleteKey)
           
 

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



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.