Uses of Class
com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
-
-
Uses of ThemeModuleDescriptor in com.atlassian.confluence.admin.actions.lookandfeel
Methods in com.atlassian.confluence.admin.actions.lookandfeel that return ThemeModuleDescriptor Modifier and Type Method Description ThemeModuleDescriptor
AbstractThemeAction. getCurrentThemeDescriptor()
Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type ThemeModuleDescriptor Modifier and Type Method Description protected abstract String
AbstractThemeAction. getConfigPath(ThemeModuleDescriptor descriptor)
returns the Config Path for the theme defined in the theme plugin.xmlString
ChooseThemeAction. getConfigPath(ThemeModuleDescriptor descriptor)
returns the context path for the global configuration.boolean
AbstractThemeAction. hasIcon(ThemeModuleDescriptor descriptor)
-
Uses of ThemeModuleDescriptor in com.atlassian.confluence.impl.themes
Methods in com.atlassian.confluence.impl.themes that return types with arguments of type ThemeModuleDescriptor Modifier and Type Method Description List<ThemeModuleDescriptor>
PluginThemesAccessor. getAvailableThemeDescriptors()
-
Uses of ThemeModuleDescriptor in com.atlassian.confluence.spaces.actions
Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeModuleDescriptor Modifier and Type Method Description 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 that return types with arguments of type ThemeModuleDescriptor Modifier and Type Method Description List<ThemeModuleDescriptor>
DefaultThemeManager. getAvailableThemeDescriptors()
List<ThemeModuleDescriptor>
ThemeManager. getAvailableThemeDescriptors()
Methods in com.atlassian.confluence.themes with parameters of type ThemeModuleDescriptor Modifier and Type Method Description void
BasicTheme. init(ThemeModuleDescriptor moduleDescriptor)
void
DefaultTheme. init(ThemeModuleDescriptor moduleDescriptor)
void
ExperimentalUnsupportedTheme. init(ThemeModuleDescriptor moduleDescriptor)
void
Theme. init(ThemeModuleDescriptor moduleDescriptor)
Initialise the theme details from the given theme module descriptor. -
Uses of ThemeModuleDescriptor in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return ThemeModuleDescriptor Modifier and Type Method Description ThemeModuleDescriptor
LayoutHelper. findThemeDescriptor(String moduleCompleteKey)
Methods in com.atlassian.confluence.util with parameters of type ThemeModuleDescriptor Modifier and Type Method Description String
LayoutHelper. getConfigPath(ThemeModuleDescriptor descriptor, String configPath)
boolean
LayoutHelper. hasIcon(ThemeModuleDescriptor descriptor)
-