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 ThemeModuleDescriptorAbstractThemeAction. getCurrentThemeDescriptor()Methods in com.atlassian.confluence.admin.actions.lookandfeel with parameters of type ThemeModuleDescriptor Modifier and Type Method Description protected abstract StringAbstractThemeAction. getConfigPath(ThemeModuleDescriptor descriptor)returns the Config Path for the theme defined in the theme plugin.xmlStringChooseThemeAction. getConfigPath(ThemeModuleDescriptor descriptor)returns the context path for the global configuration.booleanAbstractThemeAction. 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 StringChooseThemeAction. 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 voidBasicTheme. init(ThemeModuleDescriptor moduleDescriptor)voidDefaultTheme. init(ThemeModuleDescriptor moduleDescriptor)voidExperimentalUnsupportedTheme. init(ThemeModuleDescriptor moduleDescriptor)voidTheme. 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 ThemeModuleDescriptorLayoutHelper. findThemeDescriptor(String moduleCompleteKey)Methods in com.atlassian.confluence.util with parameters of type ThemeModuleDescriptor Modifier and Type Method Description StringLayoutHelper. getConfigPath(ThemeModuleDescriptor descriptor, String configPath)booleanLayoutHelper. hasIcon(ThemeModuleDescriptor descriptor)
-