|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Theme | |
|---|---|
| com.atlassian.confluence.core.actions | |
| com.atlassian.confluence.plugin.descriptor | |
| com.atlassian.confluence.renderer.actions | |
| com.atlassian.confluence.themes | |
| Uses of Theme in com.atlassian.confluence.core.actions |
|---|
| Methods in com.atlassian.confluence.core.actions that return Theme | |
|---|---|
Theme |
FourOhFourAction.getTheme()
|
| Uses of Theme in com.atlassian.confluence.plugin.descriptor |
|---|
| Methods in com.atlassian.confluence.plugin.descriptor that return Theme | |
|---|---|
Theme |
ThemeModuleDescriptor.getModule()
|
| Uses of Theme in com.atlassian.confluence.renderer.actions |
|---|
| Methods in com.atlassian.confluence.renderer.actions that return Theme | |
|---|---|
Theme |
RenderContentAction.getActiveTheme()
|
| Uses of Theme in com.atlassian.confluence.themes |
|---|
| Classes in com.atlassian.confluence.themes that implement Theme | |
|---|---|
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. |
| Methods in com.atlassian.confluence.themes that return Theme | |
|---|---|
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(java.lang.String spaceKey)
|
Theme |
DefaultThemeManager.getSpaceTheme(java.lang.String spaceKey)
Retrieve the theme configured for an identified space. |
| Methods in com.atlassian.confluence.themes with parameters of type Theme | |
|---|---|
static void |
ThemeContext.set(javax.servlet.ServletRequest request,
Space currentSpace,
Theme currentTheme,
Theme globalTheme)
|
| Constructors in com.atlassian.confluence.themes with parameters of type Theme | |
|---|---|
ThemeContext(Space currentSpace,
Theme spaceTheme,
Theme globalTheme)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||