Uses of Interface
com.atlassian.confluence.themes.ThemeResource
Packages that use ThemeResource
-
Uses of ThemeResource in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type ThemeResourceModifier and TypeMethodDescriptionThemeModuleDescriptor.getJavascript()
Retrieve the stylesheets for the theme.ThemeModuleDescriptor.getStylesheets()
Retrieve the stylesheets for the theme. -
Uses of ThemeResource in com.atlassian.confluence.themes
Classes in com.atlassian.confluence.themes that implement ThemeResourceModifier and TypeClassDescriptionclass
class
A theme stylesheet which is a resource in a plugin.Methods in com.atlassian.confluence.themes that return types with arguments of type ThemeResourceModifier and TypeMethodDescriptionCollection<? 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.