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.actions   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.plugin.descriptor.web.model   
com.atlassian.confluence.themes   
 

Uses of ThemeHelper in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core that return ThemeHelper
 ThemeHelper ConfluenceActionSupport.getGlobalHelper()
          Deprecated. Support for legacy 1.4 themes that might have had $globalHelper in them (unlikely but nice).
 ThemeHelper ConfluenceActionSupport.getHelper()
           
 ThemeHelper ConfluenceActionSupport.getSpaceHelper()
          Deprecated. Support for legacy 1.4 themes that might have had $spaceHelper in them (unlikely but nice).
 

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.actions
 

Methods in com.atlassian.confluence.mail.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
 java.lang.String ConfluenceWebLink.getRenderedUrl(ThemeHelper helper)
          Deprecated. since 2.8 use ConfluenceWebLink.getRenderedUrl(WebInterfaceContext)
 

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 MailHelper
           
 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-2008 Atlassian Pty Ltd. All Rights Reserved.