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

Packages that use ThemeHelper
com.atlassian.confluence.core   
com.atlassian.confluence.importexport.actions   
com.atlassian.confluence.mail.archive   
com.atlassian.confluence.mail.archive.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web.model   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.themes   
 

Uses of ThemeHelper in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return ThemeHelper
 ThemeHelper ConfluenceActionSupport.getHelper()
           
 

Uses of ThemeHelper in com.atlassian.confluence.importexport.actions
 

Methods in com.atlassian.confluence.importexport.actions that return ThemeHelper
 ThemeHelper RestorePageAction.getThemeHelper()
           
 

Uses of ThemeHelper in com.atlassian.confluence.mail.archive
 

Classes in com.atlassian.confluence.mail.archive that implement ThemeHelper
 class MailHelper
           
 

Uses of ThemeHelper in com.atlassian.confluence.mail.archive.actions
 

Methods in com.atlassian.confluence.mail.archive.actions that return ThemeHelper
 ThemeHelper AbstractMailAction.getMailHelper()
           
 

Uses of ThemeHelper in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that return ThemeHelper
 ThemeHelper AbstractPageAction.getHelper()
           
 

Uses of ThemeHelper in com.atlassian.confluence.plugin.descriptor.web.model
 

Methods in com.atlassian.confluence.plugin.descriptor.web.model with parameters of type ThemeHelper
 String ConfluenceWebLink.getRenderedUrl(ThemeHelper helper)
          Deprecated. since 2.8 use ConfluenceWebLink.getRenderedUrl(WebInterfaceContext)
 

Uses of ThemeHelper in com.atlassian.confluence.plugins.doctheme
 

Methods in com.atlassian.confluence.plugins.doctheme with parameters of type ThemeHelper
 String DocThemeHelper.getThemeFooter(ThemeHelper helper)
           
 String DocThemeHelper.getThemeHeader(ThemeHelper helper)
           
 String DocThemeHelper.getThemeNavigation(ThemeHelper helper)
           
 

Uses of ThemeHelper in com.atlassian.confluence.themes
 

Classes in com.atlassian.confluence.themes that implement ThemeHelper
 class AttachmentHelper
          Helper class providing access to an Attachment.
 class GlobalHelper
           
 class PageHelper
          Note - this is not a helper for the Page object but rather a helper for rendering pages in Confluence themes in general.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.