Package | Description |
---|---|
com.atlassian.confluence.core.actions | |
com.atlassian.confluence.plugin.descriptor | |
com.atlassian.confluence.renderer.actions | |
com.atlassian.confluence.themes |
Modifier and Type | Method and Description |
---|---|
Theme |
FourOhFourAction.getTheme() |
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeModuleDescriptor.getModule() |
Modifier and Type | Method and Description |
---|---|
Theme |
RenderContentAction.getActiveTheme() |
Modifier and Type | Class and Description |
---|---|
class |
BasicTheme
A theme that is loaded from a Confluence plugin.
|
class |
DefaultTheme
Represents the default Confluence theme with stylesheets.
|
class |
ExperimentalUnsupportedTheme
Like BasicTheme, but allows you to do some truly evil stuff like overriding Velocity results and
turning off Sitemesh.
|
Modifier and Type | Method and Description |
---|---|
Theme |
ThemeContext.getAppliedTheme() |
Theme |
ThemeManager.getGlobalTheme()
Gets the globally configured theme.
|
Theme |
ThemeContext.getGlobalTheme() |
Theme |
DefaultThemeManager.getGlobalTheme() |
static Theme |
DefaultTheme.getInstance() |
Theme |
ThemeContext.getSpaceTheme() |
Theme |
ThemeManager.getSpaceTheme(String spaceKey) |
Theme |
DefaultThemeManager.getSpaceTheme(String spaceKey)
Retrieve the theme configured for an identified space.
|
Modifier and Type | Method and Description |
---|---|
static void |
ThemeContext.set(javax.servlet.ServletRequest request,
Space currentSpace,
Theme currentTheme,
Theme globalTheme) |
Constructor and Description |
---|
ThemeContext(Space currentSpace,
Theme spaceTheme,
Theme globalTheme) |
Copyright © 2003–2019 Atlassian. All rights reserved.