com.atlassian.confluence.plugin.descriptor
Class ThemeModuleDescriptor
java.lang.Object
com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>
com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
- All Implemented Interfaces:
- ModuleDescriptor<Theme>, Resourced, StateAware
public class ThemeModuleDescriptor
- extends AbstractModuleDescriptor<Theme>
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
assertModuleClassImplements, destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
ThemeModuleDescriptor
public ThemeModuleDescriptor()
setPluginAccessor
public void setPluginAccessor(PluginAccessor pluginAccessor)
init
public void init(Plugin plugin,
Element element)
throws PluginParseException
- Specified by:
init
in interface ModuleDescriptor<Theme>
- Overrides:
init
in class AbstractModuleDescriptor<Theme>
- Throws:
PluginParseException
getModule
public Theme getModule()
- Specified by:
getModule
in interface ModuleDescriptor<Theme>
- Specified by:
getModule
in class AbstractModuleDescriptor<Theme>
enabled
public void enabled()
- Specified by:
enabled
in interface StateAware
- Overrides:
enabled
in class AbstractModuleDescriptor<Theme>
disabled
public void disabled()
- Specified by:
disabled
in interface StateAware
- Overrides:
disabled
in class AbstractModuleDescriptor<Theme>
getColourScheme
public ColourScheme getColourScheme()
getLayouts
public List getLayouts()
getStylesheets
public Collection<ThemeResource> getStylesheets()
- Retrieve the stylesheets for the theme. Resources are considered to be stylesheets if they have a type of
'stylesheet' or a name ending in '.css'. As of Confluence 2.8, stylesheet resources for a theme only include
resources declared within the theme module.
- Returns:
- a Collection of
ThemeResource
s representing custom stylesheets for this theme,
or an empty list if none exist.
getJavascript
public Iterable<ThemeResource> getJavascript()
- Retrieve the stylesheets for the theme. Resources are considered to be stylesheets if they have a type of
'stylesheet' or a name ending in '.css'. As of Confluence 2.8, stylesheet resources for a theme only include
resources declared within the theme module.
- Returns:
- a Collection of
ThemeResource
s representing custom stylesheets for this theme,
or an empty list if none exist.