Uses of Interface
com.atlassian.confluence.themes.ThemeResource
-
Packages that use ThemeResource Package Description com.atlassian.confluence.plugin.descriptor com.atlassian.confluence.themes -
-
Uses of ThemeResource in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type ThemeResource Modifier and Type Method Description Iterable<ThemeResource>
ThemeModuleDescriptor. getJavascript()
Retrieve the stylesheets for the theme.Collection<ThemeResource>
ThemeModuleDescriptor. getStylesheets()
Retrieve the stylesheets for the theme. -
Uses of ThemeResource in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeResource Modifier and Type Class Description class
ClasspathThemeStylesheet
class
PluginThemeResource
A theme stylesheet which is a resource in a plugin.Methods in com.atlassian.confluence.themes that return types with arguments of type ThemeResource Modifier and Type Method Description Collection<? extends ThemeResource>
BasicTheme. getJavascript()
Collection<? extends ThemeResource>
DefaultTheme. getJavascript()
Collection<? extends ThemeResource>
ExperimentalUnsupportedTheme. getJavascript()
Collection<? extends ThemeResource>
Theme. getJavascript()
Return the JavaScript resources for the theme.Collection<? extends ThemeResource>
BasicTheme. getStylesheets()
Collection<? extends ThemeResource>
DefaultTheme. getStylesheets()
Collection<? extends ThemeResource>
ExperimentalUnsupportedTheme. getStylesheets()
Collection<? extends ThemeResource>
Theme. getStylesheets()
Return the stylesheets for the theme.
-