Uses of Interface
com.atlassian.confluence.themes.ThemeResource

Packages that use ThemeResource
com.atlassian.confluence.core.actions   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.themes   
 

Uses of ThemeResource in com.atlassian.confluence.core.actions
 

Methods in com.atlassian.confluence.core.actions that return types with arguments of type ThemeResource
 Collection<? extends ThemeResource> AdminStylesheetAction.getStylesheets()
           
 Collection<? extends ThemeResource> CombinedStylesheetAction.getStylesheets()
          Deprecated.  
 

Uses of ThemeResource in com.atlassian.confluence.plugin.descriptor
 

Methods in com.atlassian.confluence.plugin.descriptor that return types with arguments of type ThemeResource
 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
 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
 Collection<? extends ThemeResource> DefaultTheme.getJavascript()
           
 Collection<? extends ThemeResource> Theme.getJavascript()
          Return the JavaScript resources for the theme.
 Collection<? extends ThemeResource> BasicTheme.getJavascript()
           
 Collection<? extends ThemeResource> DefaultTheme.getStylesheets()
           
 Collection<? extends ThemeResource> Theme.getStylesheets()
          Return the stylesheets for the theme.
 Collection<? extends ThemeResource> BasicTheme.getStylesheets()
           
 



Confluence is developed by Atlassian.