|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>
com.atlassian.confluence.plugin.descriptor.ThemeModuleDescriptor
public class ThemeModuleDescriptor
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
ThemeModuleDescriptor()
|
|
| Method Summary | |
|---|---|
void |
disabled()
|
void |
enabled()
|
String |
getBodyClass()
|
ColourScheme |
getColourScheme()
|
Iterable<ThemeResource> |
getJavascript()
Retrieve the stylesheets for the theme. |
List<ThemedDecorator> |
getLayouts()
|
Theme |
getModule()
|
Collection<ThemeResource> |
getStylesheets()
Retrieve the stylesheets for the theme. |
String |
getTopNavLocation()
|
List<VelocityResultOverride> |
getVelocityResultOverrides()
|
boolean |
hasSpaceSideBar()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
boolean |
isDisableSitemesh()
|
void |
setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
|
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ThemeModuleDescriptor()
| Method Detail |
|---|
public void setPluginAccessor(com.atlassian.plugin.PluginAccessor pluginAccessor)
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<Theme>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>com.atlassian.plugin.PluginParseExceptionpublic Theme getModule()
getModule in interface com.atlassian.plugin.ModuleDescriptor<Theme>getModule in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>public void enabled()
enabled in interface com.atlassian.plugin.StateAwareenabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>public void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<Theme>public ColourScheme getColourScheme()
public List<ThemedDecorator> getLayouts()
public Collection<ThemeResource> getStylesheets()
ThemeResources representing custom stylesheets for this theme,
or an empty list if none exist.public Iterable<ThemeResource> getJavascript()
ThemeResources representing custom stylesheets for this theme,
or an empty list if none exist.public boolean isDisableSitemesh()
public List<VelocityResultOverride> getVelocityResultOverrides()
public String getBodyClass()
public String getTopNavLocation()
public boolean hasSpaceSideBar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||