Uses of Class
com.atlassian.confluence.themes.PluginThemeResource
-
Packages that use PluginThemeResource Package Description com.atlassian.confluence.themes -
-
Uses of PluginThemeResource in com.atlassian.confluence.themes
Methods in com.atlassian.confluence.themes that return PluginThemeResource Modifier and Type Method Description static PluginThemeResource
PluginThemeResource. css(String completeModuleKey, com.atlassian.plugin.elements.ResourceDescriptor resourceDescriptor)
Creates a theme resource for a stylesheet in a dynamic plugin.static PluginThemeResource
PluginThemeResource. javascript(String completeModuleKey, com.atlassian.plugin.elements.ResourceDescriptor resourceDescriptor)
Creates a theme resource for a JavaScript file in a dynamic plugin.
-