Package | Description |
---|---|
com.atlassian.confluence.plugin.descriptor | |
com.atlassian.confluence.themes |
Modifier and Type | Method and Description |
---|---|
Iterable<ThemeResource> |
ThemeModuleDescriptor.getJavascript()
Retrieve the stylesheets for the theme.
|
Collection<ThemeResource> |
ThemeModuleDescriptor.getStylesheets()
Retrieve the stylesheets for the theme.
|
Modifier and Type | Class and Description |
---|---|
class |
ClasspathThemeStylesheet |
class |
PluginThemeResource
A theme stylesheet which is a resource in a plugin.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends ThemeResource> |
Theme.getJavascript()
Return the JavaScript resources for the theme.
|
Collection<? extends ThemeResource> |
ExperimentalUnsupportedTheme.getJavascript() |
Collection<? extends ThemeResource> |
DefaultTheme.getJavascript() |
Collection<? extends ThemeResource> |
BasicTheme.getJavascript() |
Collection<? extends ThemeResource> |
Theme.getStylesheets()
Return the stylesheets for the theme.
|
Collection<? extends ThemeResource> |
ExperimentalUnsupportedTheme.getStylesheets() |
Collection<? extends ThemeResource> |
DefaultTheme.getStylesheets() |
Collection<? extends ThemeResource> |
BasicTheme.getStylesheets() |
Copyright © 2003–2016 Atlassian. All rights reserved.