|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ThemeManager in com.atlassian.confluence.core.actions |
|---|
| Methods in com.atlassian.confluence.core.actions with parameters of type ThemeManager | |
|---|---|
void |
FourOhFourAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.functest.rest.admin |
|---|
| Constructors in com.atlassian.confluence.functest.rest.admin with parameters of type ThemeManager | |
|---|---|
ThemeResource(ThemeManager themeManager)
|
|
| Uses of ThemeManager in com.atlassian.confluence.importexport.actions |
|---|
| Methods in com.atlassian.confluence.importexport.actions that return ThemeManager | |
|---|---|
ThemeManager |
RestorePageAction.getThemeManager()
|
| Methods in com.atlassian.confluence.importexport.actions with parameters of type ThemeManager | |
|---|---|
void |
RestorePageAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.importexport.impl |
|---|
| Methods in com.atlassian.confluence.importexport.impl with parameters of type ThemeManager | |
|---|---|
void |
AbstractRendererExporterImpl.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.pages |
|---|
| Methods in com.atlassian.confluence.pages with parameters of type ThemeManager | |
|---|---|
void |
ListPagesContextProvider.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.pages.actions |
|---|
| Fields in com.atlassian.confluence.pages.actions declared as ThemeManager | |
|---|---|
protected ThemeManager |
AbstractCreatePageAction.themeManager
|
| Methods in com.atlassian.confluence.pages.actions that return ThemeManager | |
|---|---|
ThemeManager |
PageNotFoundAction.getThemeManager()
|
| Methods in com.atlassian.confluence.pages.actions with parameters of type ThemeManager | |
|---|---|
void |
ViewPageAction.setThemeManager(ThemeManager themeManager)
|
void |
RemovePageAction.setThemeManager(ThemeManager themeManager)
|
void |
PageNotFoundAction.setThemeManager(ThemeManager themeManager)
|
void |
AbstractCreatePageAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.plugin.descriptor.web.conditions |
|---|
| Methods in com.atlassian.confluence.plugin.descriptor.web.conditions with parameters of type ThemeManager | |
|---|---|
void |
SpaceSidebarCondition.setThemeManager(ThemeManager themeManager)
|
void |
ActiveThemeCondition.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.plugin.webresource |
|---|
| Constructors in com.atlassian.confluence.plugin.webresource with parameters of type ThemeManager | |
|---|---|
DefaultConfluenceWebResourceService(com.atlassian.webresource.api.assembler.PageBuilderService pageBuilderService,
CssResourceCounterManager cssResourceCounterManager,
com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
StylesheetManager stylesheetManager,
ThemeManager themeManager)
|
|
| Uses of ThemeManager in com.atlassian.confluence.plugins.doctheme |
|---|
| Methods in com.atlassian.confluence.plugins.doctheme with parameters of type ThemeManager | |
|---|---|
void |
DocThemeHelper.setThemeManager(ThemeManager themeManager)
|
| Constructors in com.atlassian.confluence.plugins.doctheme with parameters of type ThemeManager | |
|---|---|
DocThemeEnabledCondition(ThemeManager mgr)
|
|
| Uses of ThemeManager in com.atlassian.confluence.plugins.gadgets.confluencepagegadget |
|---|
| Constructors in com.atlassian.confluence.plugins.gadgets.confluencepagegadget with parameters of type ThemeManager | |
|---|---|
PageGadgetResource(PageManager pageManager,
Renderer viewRenderer,
SettingsManager settingsManager,
ConfluenceWebResourceManager webResourceManager,
ThemeManager themeManager,
PermissionManager permissionManager,
UserAccessor userAccessor)
|
|
| Uses of ThemeManager in com.atlassian.confluence.renderer.actions |
|---|
| Methods in com.atlassian.confluence.renderer.actions with parameters of type ThemeManager | |
|---|---|
void |
RenderContentAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.security.actions |
|---|
| Fields in com.atlassian.confluence.security.actions declared as ThemeManager | |
|---|---|
protected ThemeManager |
ViewSpacePermissionsAction.themeManager
|
| Methods in com.atlassian.confluence.security.actions that return ThemeManager | |
|---|---|
ThemeManager |
ViewSpacePermissionsAction.getThemeManager()
|
ThemeManager |
EditSpacePermissionsAction.getThemeManager()
|
| Methods in com.atlassian.confluence.security.actions with parameters of type ThemeManager | |
|---|---|
void |
ViewSpacePermissionsAction.setThemeManager(ThemeManager themeManager)
|
void |
EditSpacePermissionsAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.spaces.actions |
|---|
| Fields in com.atlassian.confluence.spaces.actions declared as ThemeManager | |
|---|---|
protected ThemeManager |
ConfigureSpaceLogoAction.themeManager
|
protected ThemeManager |
AbstractSpaceAction.themeManager
|
| Methods in com.atlassian.confluence.spaces.actions that return ThemeManager | |
|---|---|
ThemeManager |
ConfigureSpaceLogoAction.getThemeManager()
|
ThemeManager |
AbstractSpaceAction.getThemeManager()
|
| Methods in com.atlassian.confluence.spaces.actions with parameters of type ThemeManager | |
|---|---|
void |
ConfigureSpaceLogoAction.setThemeManager(ThemeManager themeManager)
|
void |
AbstractSpaceAction.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.test.rpc |
|---|
| Methods in com.atlassian.confluence.test.rpc with parameters of type ThemeManager | |
|---|---|
void |
FuncTestRpcHandlerImpl.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.themes |
|---|
| Classes in com.atlassian.confluence.themes that implement ThemeManager | |
|---|---|
class |
DefaultThemeManager
For CONF-9959, this manager will only retrieve theme settings from bandana if the system has been successfully upgraded. |
| Methods in com.atlassian.confluence.themes with parameters of type ThemeManager | |
|---|---|
void |
DefaultStylesheetManager.setThemeManager(ThemeManager themeManager)
|
void |
DefaultColourSchemeManager.setThemeManager(ThemeManager themeManager)
|
| Uses of ThemeManager in com.atlassian.confluence.ui.rest.service.content |
|---|
| Constructors in com.atlassian.confluence.ui.rest.service.content with parameters of type ThemeManager | |
|---|---|
ContentServiceImpl(PageManager pageManager,
CommentManager commentManager,
ContentEntityManager contentEntityManager,
PermissionManager permissionManager,
ContentBuilder contentBuilder,
ContentBodyBuilder contentBodyBuilder,
FormatConverter formatConverter,
ThemeManager themeManager,
CustomLayoutManager customLayoutManager,
LabelsService labelsService)
|
|
| Uses of ThemeManager in com.atlassian.confluence.util |
|---|
| Methods in com.atlassian.confluence.util with parameters of type ThemeManager | |
|---|---|
void |
LayoutHelper.setThemeManager(ThemeManager themeManager)
|
| Constructors in com.atlassian.confluence.util with parameters of type ThemeManager | |
|---|---|
TemplateSupport(ThemeManager themeManager,
java.lang.String template_extension)
|
|
| Uses of ThemeManager in com.atlassian.confluence.util.breadcrumbs |
|---|
| Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type ThemeManager | |
|---|---|
DefaultBreadcrumbGenerator(ThemeManager themeManager)
|
|
| Uses of ThemeManager in com.atlassian.studio.confluence.upgrade |
|---|
| Constructors in com.atlassian.studio.confluence.upgrade with parameters of type ThemeManager | |
|---|---|
UpgradeTo_v14(ThemeManager themeManager,
SpaceManager spaceManager)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||